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

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

bug#3416: down-list


From: Stefan Monnier
Subject: bug#3416: down-list
Date: Fri, 29 May 2009 14:13:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

> you are right. Nonetheless, as strings are common
> elements of lists, not just in Python, its such an
> inconvenience, it qualifies as bug in my eyes.

Agreed.  As it stands `down-list' does what it is documented to do, but
it is not always the best thing to do.  Same holds for `forward-sexp'
and several other friends.

I think these need to be split into functions (that keep the current
name and behavior) and commands (with new names), where the commands can
then be modified to be more clever about guessing the start state
(presumably using syntax-ppss) and doing something useful with it.


        Stefan





reply via email to

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