From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: refreshing all frames from files Date: Thu, 01 Mar 2007 12:57:49 +0100 Message-ID: <3786.1172750269@localhost> References: <1172715412.818375.83150@8g2000cwh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1172750455 9997 80.91.229.12 (1 Mar 2007 12:00:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2007 12:00:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Gary Wessle Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 01 13:00:46 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HMjxj-0007oV-S2 for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Mar 2007 13:00:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMjxl-0006gg-Ie for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Mar 2007 07:00:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMjxY-0006gT-FV for help-gnu-emacs@gnu.org; Thu, 01 Mar 2007 07:00:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMjxX-0006gD-3s for help-gnu-emacs@gnu.org; Thu, 01 Mar 2007 07:00:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMjxW-0006gA-Tn for help-gnu-emacs@gnu.org; Thu, 01 Mar 2007 07:00:30 -0500 Original-Received: from smtp2-g19.free.fr ([212.27.42.28]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMjxW-0000aH-2l for help-gnu-emacs@gnu.org; Thu, 01 Mar 2007 07:00:30 -0500 Original-Received: from localhost.localdomain (cha51-2-82-244-211-40.fbx.proxad.net [82.244.211.40]) by smtp2-g19.free.fr (Postfix) with ESMTP id 366878BB7F; Thu, 1 Mar 2007 13:00:29 +0100 (CET) Original-Received: from localhost (IDENT:1001@localhost [127.0.0.1]) by localhost.localdomain (8.13.8/8.13.8) with ESMTP id l21Bvnm2003787; Thu, 1 Mar 2007 12:57:49 +0100 In-reply-to: Comments: In-reply-to Gary Wessle message dated "01 Mar 2007 17:11:41 +1100." X-Mailer: MH-E 8.0.3; nmh 1.2; GNU Emacs 23.0.51 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41553 Archived-At: Gary Wessle wrote: > > > the files get changed by another process and I want to view the > > > changes with out having to do C-x C-v for each and every one. > > > > `M-x global-auto-revert-mode' avoids the need to do anything explicitly. > > the mode is ON. > how do you fire it? It is *automatic* when ON. That is, just activate this minor-mode globally and all will be okay. Xavier