all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3823: 23.1.50; skip-chars-forward does not move after forward-comment
@ 2009-07-11 15:34 Lennart Borgman
  2010-02-05  6:00 ` bug#3823: skip-chars-forward "[:space:]" does not work if used " Lenny Foner
  2010-03-05 18:47 ` bug#3823: 23.1.50; skip-chars-forward does not move " Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: Lennart Borgman @ 2009-07-11 15:34 UTC (permalink / raw)
  To: emacs-pretest-bug

Start from "emacs -Q" and in the scratch buffer enter some empty lines
at the top and some lines of code there so it looks like

   (message "i am at the top")

   ;; This buffer is for notes...
   ;; If you want to create a file...

Place point at the beginning of the line ";; If you ..." and do

   M-: (progn (forward-comment (- 100)) (message "skipped %s "
(skip-chars-forward "[:space:]")))

skip-forward will not move forward above. However if you then do

   M-: (message "skipped %s " (skip-chars-forward "[:space:]"))

it will.


In GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
 of 2009-06-30
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-05 18:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-11 15:34 bug#3823: 23.1.50; skip-chars-forward does not move after forward-comment Lennart Borgman
2010-02-05  6:00 ` bug#3823: skip-chars-forward "[:space:]" does not work if used " Lenny Foner
2010-03-05 18:47 ` bug#3823: 23.1.50; skip-chars-forward does not move " Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.