all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* js2-mode: comment lines not unwrapped
@ 2010-12-28 16:41 Felix E. Klee
  0 siblings, 0 replies; only message in thread
From: Felix E. Klee @ 2010-12-28 16:41 UTC (permalink / raw
  To: help-gnu-emacs

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-28 16:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-28 16:41 js2-mode: comment lines not unwrapped Felix E. Klee

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.