SPUG: Command for refreshing the active Emacs buffer?

Jeremy G. Kahn kahn at cpan.org
Wed Sep 20 14:45:41 PDT 2006


This is such a common issue for me that I have bound a function key for it:

 > grep revert-buffer ~/.emacs
(global-set-key [f9] 'revert-buffer)

--jeremy

JD Brennan wrote:
> META-x revert-buffer
>
> On 9/20/06, *Duane Blanchard* <dblanchard at gmail.com 
> <mailto:dblanchard at gmail.com>> wrote:
>
>     Hi,
>
>     Not exclusive to perl, but is there a command to refresh the active
>     Emacs buffer short of retouching the file and confirming that I want
>     to reread from the file?
>
>     Thx,
>
>     D
>
>     --
>     Duane Blanchard
>     206.280.1263
>
>     There are 10 kinds of people in the world;
>     those who know binary and those who don't.
>     _____________________________________________________________
>     Seattle Perl Users Group Mailing List
>          POST TO: spug-list at pm.org <mailto:spug-list at pm.org>
>     SUBSCRIPTION: http://mail.pm.org/mailman/listinfo/spug-list
>         MEETINGS: 3rd Tuesdays
>         WEB PAGE: http://seattleperl.org/
>
>
> ------------------------------------------------------------------------
>
> _____________________________________________________________
> Seattle Perl Users Group Mailing List  
>      POST TO: spug-list at pm.org
> SUBSCRIPTION: http://mail.pm.org/mailman/listinfo/spug-list
>     MEETINGS: 3rd Tuesdays
>     WEB PAGE: http://seattleperl.org/



More information about the spug-list mailing list