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

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

bug#10772: 24.0.93; [patch] Convert tcl-auto-fill-mode to use define-min


From: Stefan Monnier
Subject: bug#10772: 24.0.93; [patch] Convert tcl-auto-fill-mode to use define-minor-mode
Date: Wed, 26 Feb 2014 10:40:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>>> What about the following patch:
>> Tcl is not special wrt to filling and comments, AFAIK, so tcl-mode
>> should simply use the default auto-fill functionality without any
>> local tweaks.
> Right, and that's exactly what my patch does.

No, it preserves the "special behavior", just changing the
implementation to rely on the generic auto-fill code.  My point is that
the special behavior is just a preference of the mode's author and hence
doesn't belong in the major mode's definition.


        Stefan





reply via email to

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