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

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

Re: Free cursor positioning.


From: Peter Münster
Subject: Re: Free cursor positioning.
Date: Sat, 06 Aug 2011 00:47:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

On Fri, Aug 05 2011, Marko Vojinovic wrote:

> In other words, ignore the position of <eoln> when moving the point around, 
> and add spaces where ever necessary to allow for completely free cursor 
> motion 
> in the buffer region.

Perhaps picture-mode as already stated.


> Then, when saving the file, automatically trim trailing 
> spaces of each line.

(add-hook 'before-save-hook 'whitespace-cleanup)

-- 
           Peter




reply via email to

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