help-gnu-emacs
[Top][All Lists]
Advanced

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

js2-mode: comment lines not unwrapped


From: Felix E. Klee
Subject: js2-mode: comment lines not unwrapped
Date: Tue, 28 Dec 2010 08:41:33 -0800 (PST)
User-agent: G2/1.0

How do I get js-mode's comment-wrapping behavior in js2-mode?

Example:

  // This is a
  // comment.

Result of hitting M-q:

* js-mode:

  // This is a comment.

* js2-mode (version 20090723):

  // This is a
  // comment.

The problem: In js2-mode, the line-break is not removed, at least with
my setup of GNU Emacs 23.2.1.


reply via email to

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