GNU bug report logs - #5304
Subject: 23.1.91; comment-start in fundamental-mode

Previous Next

Package: emacs;

Reported by: Andreas Roehler <andreas.roehler <at> online.de>

Date: Tue, 5 Jan 2010 14:09:03 UTC

Severity: minor

Tags: notabug, wontfix

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Andreas Roehler <andreas.roehler <at> online.de>
Cc: 5304 <at> debbugs.gnu.org
Subject: bug#5304: Subject: 23.1.91; comment-start in fundamental-mode
Date: Tue, 05 Jan 2010 10:01:10 -0500
> (setq comment-start "abc")

If you want to set it buffer-locally, then set it buffer-locally:

  (set (make-local-variable 'comment-start) "abc")

Same goes for most other variables.


        Stefan




This bug report was last modified 14 years and 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.