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

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

Re: Is there a way to move to next line in wrapped text?


From: Benjamin Rutt
Subject: Re: Is there a way to move to next line in wrapped text?
Date: Tue, 06 Jan 2004 15:12:06 -0500
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v)

marc0@autistici.org (Marco Parrone (marc0)) writes:

> (defun forward-79-chars ()
>   (interactive)
>   (forward-char 79))
>
> (defun backward-79-chars ()
>   (interactive)
>   (backward-char 79))

You can replace 79 in code above with something like (window-width),
which will also work if you have any non-80-column windows around.
-- 
Benjamin


reply via email to

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