[O] BUG: setting comment-use-syntax to nil causes problems in Emacs head

2012-10-06 Thread Le Wang
This value was changed from the default of 'undecided to nil in 4d00c5bf4 .

In turn, it exposes bug in Emacs HEAD, see:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12583

Is there a compelling reason for this change?

-- 
Le



Re: [O] BUG: setting comment-use-syntax to nil causes problems in Emacs head

2012-10-06 Thread Nicolas Goaziou
Hello,

Le Wang l26w...@gmail.com writes:

 This value was changed from the default of 'undecided to nil in 4d00c5bf4 .

 In turn, it exposes bug in Emacs HEAD, see:
 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12583

 Is there a compelling reason for this change?

Yes, comments handling was rewritten. newcomment.el cannot cope with
syntax for Org comments, so there's no reason to use functions from this
package anyway (see comments around line 21340 in org.el).

Do you have a compelling reason to call (comment-forward 1)?


Regards,

-- 
Nicolas Goaziou