emacs-devel
[Top][All Lists]
Advanced

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

Re: Request for enhancement: C-u C-M-n to move to start of _next_ list


From: Thien-Thi Nguyen
Subject: Re: Request for enhancement: C-u C-M-n to move to start of _next_ list
Date: 17 Feb 2004 07:37:49 -0500

Alan Mackenzie <address@hidden> writes:

   + If @code{forward-list} is invoked with a bare prefix
   + (@kbd{C-u C-M-n}), it will move to the start of the
   + @emph{next} parenthetical group.

this conflicts w/ the current meaning of C-u prefix for
`forward-list'.  here's another more congruent approach:

(defun forward-list/comment (&optional arg)
  (interactive "p")
  (forward-list arg)
  (forward-comment 1))

thi




reply via email to

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