[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: visual-line-mode tweaks
From: |
Stefan Monnier |
Subject: |
Re: visual-line-mode tweaks |
Date: |
Wed, 03 Feb 2010 09:23:47 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) |
> (1) Maybe visual-line-mode should turn off auto-fill-mode -- it's
> annoying to have your lines truncated physically when editing a file
> that intentionally uses a line-per-paragraph, and it's very common for
> auto-fill mode to be turned on by default.
> [I turn on auto-fill mode for text-mode, text-mode is my default
> major-mode -- but if i visit a file which uses line-per-paragraph, I do
> M-x visual-line-mode...]
I'm not completely opposed to it, but I'm not sure how we could do it in
a way that wouldn't be annoying in one case or another. So if you
propose a patch, maybe I would accept it.
> (2) The lighter should probably be "Wrap", not "wrap", to match other
> lighters.
Yes, that's just a bug,
Stefan