emacs-devel
[Top][All Lists]
Advanced

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

Re: turn-on-*-mode


From: Richard Stallman
Subject: Re: turn-on-*-mode
Date: Tue, 16 May 2006 23:44:53 -0400

    The only situation where the turn-on-*-mode functions are really needed
    is hooks:
       (add-hook 'text-mode-hook 'turn-on-auto-fill)
    is much better than
       (add-hook 'text-mode-hook (lambda () (auto-fill-mode 1)))

Right.  So my idea is, let's add such functions
for the modes people often want to enable in these hooks.




reply via email to

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