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

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

backward-up-list


From: Nick Roberts
Subject: backward-up-list
Date: Wed, 28 Jun 2006 09:39:10 +1200

Andreas Roehler writes:
 > AFAIS the command
 > 
 > `C-M-u'
 >      Move up in parenthesis structure (`backward-up-list').
 > 
 > == Emacs Info ==
 > 
 > which seems not to be mentioned in the Elisp-Manual,

It's a user command so it's in the Emacs manual.
 
 > only works as expected, if the cursor is at the opening parenthesis.
 > 
 >     (setq bar (foo))
 >               ^
 > C-M-u -->    
 > 
 >     (setq bar (foo))
 >     ^
 > 
 > That's as expected. But
 > 
 >     (setq bar (foo))
 >                   ^
 > C-M-u -->    
 > 
 >     (setq bar (foo))
 >               ^
 > 
 > Here it jumped just from the closing to the opening
 > parenthesis. That's not `up' in my understanding.

I think it makes sense if you think of point being before (to the left of)
the character the cursor is over.

 > ...

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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