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

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

Re: skip over whitespace in same column


From: Albert Reiner
Subject: Re: skip over whitespace in same column
Date: 22 Nov 2004 19:05:10 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

[Kevin Rodgers <ihs_4664@yahoo.com>, Mon, 22 Nov 2004 10:56:50 -0700]:
> Albert Reiner wrote:
> > is there a command to move point down (or up) over all lines where
> > there is whitespace in the column of point?
> 
> Try this:

Thanks, works very well (though slightly differently from the
"specification"): In

,----
|   IF (whatever) THEN
|     foo
| ! comment
|     bar
|   END IF
`----

your function also skips to END IF, not to the comment.  Which, I
guess, is even more desirable most of the time.

Thanks again,

Albert.


reply via email to

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