bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CC-mode - start comments at an absolute value


From: Stefan Monnier
Subject: Re: CC-mode - start comments at an absolute value
Date: 25 Sep 2000 06:04:46 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.90

>>>>> "parish" == parish  <marko@freebsd.org> writes:
> Well, to reply to my own post, I've found a solution but it's a hack.
> In /usr/local/share/emacs/20.5/lisp/progmodes/cc-lang.el if you comment out
> the ``comment-column'' line thus:

>   (setq paragraph-start (concat page-delimiter "\\|$")
>         paragraph-separate paragraph-start
>         paragraph-ignore-fill-prefix t
>         require-final-newline t
>         parse-sexp-ignore-comments t
>         indent-line-function 'c-indent-line
>         indent-region-function 'c-indent-region
>         outline-regexp "[^#\n\^M]"
>         outline-level 'c-outline-level
> ;;      comment-column 32

I think this should be reported as a bug.  There's no good reason for
cc-mode to override the user's default setting here.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]