emacs-devel
[Top][All Lists]
Advanced

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

Re: Sv: Suggestion: two new commands: beginning-of-list and end-of-list


From: Karthik Chikmagalur
Subject: Re: Sv: Suggestion: two new commands: beginning-of-list and end-of-list
Date: Tue, 10 Sep 2024 20:17:50 -0700

> I think it makes sense to keep backward-up-list as it is, since it handles
> literal strings as it does. But the behaviour is controlled via special vars
> esape-strings and no-syntax-crossing. If we want similar command as
> beginning-of-string, we have to wrap it and let-bind those variables to
> change how it works.
>
> I am not sure, what is a symmetric function to move cursor to the end of list?

If I'm understanding your question correctly: `up-list'  moves the
cursor to the end of the list and out of it, the same way
`backward-up-list' moves it to the beginning and up.



reply via email to

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