- Subject: Re: [Jed-users-l] Turning off auto-wrap
- From: Morten Bo Johansen <mbj@xxxxxxxxxxx>
- Date: Thu, 5 May 2011 22:02:01 +0200
Doug Kramer <doog@xxxxxxxxxx> wrote:
> Is there a way to turn off the automatic wrapping of text to the next line
> if it gets too long?
There is the WRAP variable that you could set to a sufficiently high
number, e.g. in you .jedrc
WRAP = 1000;
I wondered what would be the best method to turn it off completely ...
in your .jedrc, something like (?)
define text_mode_hook ()
{
set_mode (get_mode_name, 0);
}
which would turn off wrapping when editing files with text_mode.
It would be nice if the WRAP variable turned off wrapping completely if
set to e.g. -1
WRAP = -1 % turn off wrapping altogether
Morten
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l
[2011 date index]
[2011 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]