[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: comment-dwim inserts `;;;' in lisp mode
From:
Tassilo Horn
Subject:
Re: comment-dwim inserts `;;;' in lisp mode
Date:
2007年12月17日 10:27:27 +0100
User-agent:
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)
Reiner Steib <address@hidden> writes:
Hi Reiner,
> Result in Emacs CVS:
>
> --8<---------------
> ;;; foo
> --8<---------------
>
> Expected result (and result in Emacs 22.1 and Emacs 22 branch):
>
> --8<---------------
> ;; foo
> --8<---------------
That is because in 23 comment-style defaults to indent-or-triple wheras
it defaults to indent in 22. One problem with the new default is that
commented functions (or top-level sexps [starting in col 0]) are still
outline-headings. See <address@hidden> (and the
messages above) for more infos.
Bye,
Tassilo