all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* javascript comments
@ 2011-05-21 21:09 Perry Smith
  0 siblings, 0 replies; only message in thread
From: Perry Smith @ 2011-05-21 21:09 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org List

I'm tryimg to use JSDoc and it likes to have the comments look like this:

/**
 * hello there
 */

But when I have auto fill set and just start typing I end up with this:

/**
 * This is a sample of what I see when I start typing a comment and I */
 /**have auto fill set.
 */

I'm using emacs 23.3 with the js.el file that come with it.  I've just started
looking at the source but was curious if someone might now off the top 
of their head how to get emacs to wrap with:

/**
 * This is a sample of what I see when I start typing a comment and I
 * have auto fill set.
 */

Thank you,
pedz




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

only message in thread, other threads:[~2011-05-21 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-21 21:09 javascript comments Perry Smith

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.