unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#12583: latest org-mode changes exposes bug in `comment-forward' in newcomment.el
@ 2012-10-06 11:07 Le Wang
  2012-10-06 12:49 ` Stefan Monnier
  0 siblings, 1 reply; 12+ messages in thread
From: Le Wang @ 2012-10-06 11:07 UTC (permalink / raw)
  To: 12583

Repro with Emacs head:

1. emacs -Q
2. create new org file
3. insert "# blah"
4. C-a
5. M-: (comment-forward 1)

The problem is that `comment-use-syntax' changed from 'undecided to
nil in org.el, which intern exposed a problem in `comment-forward':

It contains:

    (re-search-forward comment-end-skip nil 'move)

But comment-end-skip can validly be nil according to documentation.

-- 
Le





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

end of thread, other threads:[~2012-10-23  2:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-06 11:07 bug#12583: latest org-mode changes exposes bug in `comment-forward' in newcomment.el Le Wang
2012-10-06 12:49 ` Stefan Monnier
2012-10-06 15:53   ` bug#12583: latest org-mode changes exposes bug in `comment-forward'in newcomment.el Drew Adams
2012-10-06 16:12     ` Stefan Monnier
2012-10-06 16:37       ` Drew Adams
2012-10-06 16:48         ` Stefan Monnier
2012-10-06 16:57           ` Drew Adams
2012-10-06 17:07     ` Stefan Monnier
2012-10-06 17:12       ` Drew Adams
2012-10-07  0:48         ` Stefan Monnier
2012-10-07  2:51           ` Drew Adams
2012-10-23  2:18           ` Chong Yidong

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).