[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C-n and C-a
From: |
Richard M Stallman |
Subject: |
Re: C-n and C-a |
Date: |
Fri, 13 Feb 2009 01:33:10 -0500 |
If the only use of visual-line-mode without word-wrap is
programmatically (by other modes), then maybe it's enough to just force
word-wrap off in those modes somehow (either by frobbing the variable
itself after turning it on, or by some let-binding around the mode
invocation).
The cleanest way would be to have a variable that these modes can set,
which causes Visual-Line mode not to enable word wrap by default.
- Re: C-n and C-a, (continued)
- Re: C-n and C-a, Juri Linkov, 2009/02/07
- Re: C-n and C-a, Stefan Monnier, 2009/02/08
- Re: C-n and C-a, Christian Schlauer, 2009/02/09
- RE: C-n and C-a, Drew Adams, 2009/02/09
- Re: C-n and C-a, Stefan Monnier, 2009/02/09
- RE: C-n and C-a, Drew Adams, 2009/02/09
- Re: C-n and C-a, Juri Linkov, 2009/02/11
- Re: C-n and C-a, Miles Bader, 2009/02/11
- Re: C-n and C-a, Juri Linkov, 2009/02/12
- Re: C-n and C-a, Miles Bader, 2009/02/12
- Re: C-n and C-a,
Richard M Stallman <=
Re: C-n and C-a, Stefan Monnier, 2009/02/06