help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 24 - next line with wrapped lines


From: Aurélien Aptel
Subject: Re: Emacs 24 - next line with wrapped lines
Date: Mon, 2 Jul 2012 17:29:48 +0200

On Mon, Jul 2, 2012 at 4:40 PM, Doug Lewan <dougl@shubertticketing.com> wrote:
> One of the things that attracted me to emacs from the beginning is that you 
> can edit /files/. Most editors want you to edit /text/. The whole visual-line 
> thing was a big step backwards for me, but I've never known how to undo it.

Also if you don't want lines to wrap in any way you can add this to your .emacs:

(setq truncate-partial-width-windows nil)
(setq-default truncate-lines t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]