unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* comment-column hard-coded and set twice
@ 2008-03-11  8:20 Andreas Röhler
  2008-03-11 16:29 ` Chong Yidong
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Röhler @ 2008-03-11  8:20 UTC (permalink / raw)
  To: bug-gnu-emacs


newcomment.el introduces comment-column

,----
| (defcustom comment-column 32
|   "Column to indent right-margin comments to.
`----

The same variable is set in lisp-mode.el again

,----
|   (make-local-variable 'comment-column)
|   (setq comment-column 40)
`----

In the result my customization isn't honoured, value
from lisp-mode.el is taken instead.

Looks like a bug for me.

Thanks

Andreas Röhler




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-11 18:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11  8:20 comment-column hard-coded and set twice Andreas Röhler
2008-03-11 16:29 ` Chong Yidong
2008-03-11 18:18   ` Andreas Röhler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).