jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] Turning off auto-wrap


Thanks.

Oh, I had failed to search for uppercase WRAP.  (I didn't realize apropos
was case-sensitive)

-Doug

On Thu, May 5, 2011 at 1:02 PM, Morten Bo Johansen <mbj@xxxxxxxxxxx> wrote:

> 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
>
_______________________________________________
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]