From: Nathan Weizenbaum <nweiz@google.com>
To: 6806@debbugs.gnu.org
Subject: bug#6806: Set comment-multi-line in js-mode
Date: Thu, 5 Aug 2010 11:36:41 -0700 [thread overview]
Message-ID: <AANLkTikqhGd0Chywz+X=giddjPJkVVK0Ca81xuoakX67@mail.gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 318 bytes --]
Package: emacs
Version: 24.0.50.1
js-mode doesn't set the comment-multi-line variable. This results in
comment-indent-new-line behaving improperly when used in a multi-line
comment, which also affects auto-fill-mode, according to the documentation
for comment-multi-line.
Attached is a patch that sets the variable.
[-- Attachment #1.2: Type: text/html, Size: 383 bytes --]
[-- Attachment #2: 0001-Set-comment-multi-line-in-js-mode.patch --]
[-- Type: text/x-patch, Size: 723 bytes --]
From 277d96c62cdfb8b1d862631724f67518152588f3 Mon Sep 17 00:00:00 2001
From: Nathan Weizenbaum <nex342@gmail.com>
Date: Tue, 3 Aug 2010 17:46:33 -0700
Subject: [PATCH] Set comment-multi-line in js-mode.
---
lisp/progmodes/js.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index 6bd8fbc..023d253 100644
--- a/lisp/progmodes/js.el
+++ b/lisp/progmodes/js.el
@@ -3302,6 +3302,7 @@ Key bindings:
(setq comment-end "")
(set (make-local-variable 'fill-paragraph-function)
'js-c-fill-paragraph)
+ (set (make-local-variable 'comment-multi-line) t)
;; Parse cache
(add-hook 'before-change-functions #'js--flush-caches t t)
--
1.7.1
next reply other threads:[~2010-08-05 18:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-05 18:36 Nathan Weizenbaum [this message]
2010-08-08 20:40 ` bug#6806: Set comment-multi-line in js-mode Chong Yidong
2010-08-09 0:14 ` Nathan Weizenbaum
2010-08-09 11:33 ` Stefan Monnier
2010-08-09 17:56 ` Nathan Weizenbaum
2010-09-11 13:54 ` Stefan Monnier
2010-09-28 18:11 ` Chong Yidong
2017-01-18 4:56 ` bug#6806: another reason for the patch Tom Tromey
2017-02-04 21:21 ` npostavs
2017-02-04 21:34 ` npostavs
2017-02-11 15:19 ` Tom Tromey
2017-02-12 4:21 ` npostavs
2017-02-12 6:16 ` Tom Tromey
2017-02-15 4:50 ` npostavs
2017-02-04 20:29 ` bug#6806: checked in " Tom Tromey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTikqhGd0Chywz+X=giddjPJkVVK0Ca81xuoakX67@mail.gmail.com' \
--to=nweiz@google.com \
--cc=6806@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.