Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fill-paragraph broken for comments #124

Open
GoogleCodeExporter opened this issue Feb 7, 2016 · 0 comments
Open

fill-paragraph broken for comments #124

GoogleCodeExporter opened this issue Feb 7, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Open a javascript file, and start typing a comment as follows:

// Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent dictum, 
ante nec dictum

When I press M-q while the point is on the cursor, this is what I get:

// Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent
dictum, ante nec dictum

This is what is expected:

// Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent
// dictum, ante nec dictum

Tested this on Emacs 23.2.50.1 on Linux (64-bit). I have checked out the latest 
rev (#80) of js2-mode.

Original issue reported on code.google.com by mail%cha...@gtempaccount.com on 29 Dec 2010 at 7:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant