emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] 9 billion backups


From: Bastien
Subject: Re: [emacs-wiki-discuss] 9 billion backups
Date: Wed, 14 Jun 2006 01:22:56 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

"thomas knoll" <address@hidden> writes:

> I prefer longlines mode over auto-fill mode, becuase I tend to move
> my text in and out of various interfaces and do not need my lines
> broken (wrapped)  all over the place.

Maybe you can bound `C-c F' (or some other key) to turn-off-auto-fill?

,----
| (global-set-key (kbd "C-c F") (lambda () 
|                 (interactive) (turn-off-auto-fill)))
`----

No other idea for now... 

-- 
Bastien




reply via email to

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