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

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

Re: autoloading global-auto-revert-mode


From: Jari Aalto+mail.linux
Subject: Re: autoloading global-auto-revert-mode
Date: 02 Mar 2001 18:48:42 +0200
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 (i386-*-windows98.1998)

* 2001-03-02 alex@gnu.org (Alex Schroeder) gnu.emacs.bug
* 
<http://search.dejanews.com/msgid.xp?MID=%3Cm2d7c0e9o4.fsf@snail.nowhere.ch%3E&format=threaded>
| In GNU Emacs 20.7.1 (i686-pc-linux-gnu, X toolkit)
|  of Sat Jun 24 2000 on snail
| 
| I just told a user on gnu.emacs.help how to use
| global-auto-revert-mode.  Unfortunately it is not autoloaded in Emacs
| 20.7.  That's why I had to tell him to add the following to his
| ~/.emacs:
| 
| (require 'autorevert)
| (global-auto-revert-mode 1)
| 
| I would prefer just 
| 
| (global-auto-revert-mode 1)

Further, I would suggest that all the global* funtions had the 
standard 
    
    turn-on-*
    turn-off-*

as what modes are supposed to have too.

Jare



reply via email to

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