From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: PJ Weisberg Newsgroups: gmane.emacs.help Subject: Re: reload modified files in buffer Date: Thu, 16 Dec 2010 08:32:01 -0800 Message-ID: References: <87bp4ox1y4.fsf@turtle.gmx.de> <525B5A1D-5FEF-44F6-B93D-0F048E28BE64@Web.DE> <4D09FB2D.5000809@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1292518170 2165 80.91.229.12 (16 Dec 2010 16:49:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Dec 2010 16:49:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 16 17:49:27 2010 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.69) (envelope-from ) id 1PTH1C-0002zt-K9 for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Dec 2010 17:49:26 +0100 Original-Received: from localhost ([127.0.0.1]:41441 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTGsc-0000DM-13 for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Dec 2010 11:40:34 -0500 Original-Received: from [140.186.70.92] (port=50558 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTGpw-0007Ne-HT for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 11:37:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTGkQ-0002Vx-6R for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 11:32:07 -0500 Original-Received: from p3plsmtpa01-08.prod.phx3.secureserver.net ([72.167.82.88]:36690) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PTGkP-0002VZ-RN for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 11:32:06 -0500 Original-Received: (qmail 20636 invoked from network); 16 Dec 2010 16:32:04 -0000 Original-Received: from unknown (209.85.161.48) by p3plsmtpa01-08.prod.phx3.secureserver.net (72.167.82.88) with ESMTP; 16 Dec 2010 16:32:03 -0000 Original-Received: by fxm2 with SMTP id 2so3327942fxm.35 for ; Thu, 16 Dec 2010 08:32:02 -0800 (PST) Original-Received: by 10.223.95.197 with SMTP id e5mr5551380fan.104.1292517122037; Thu, 16 Dec 2010 08:32:02 -0800 (PST) Original-Received: by 10.223.89.137 with HTTP; Thu, 16 Dec 2010 08:32:01 -0800 (PST) In-Reply-To: <4D09FB2D.5000809@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:77593 Archived-At: On Thu, Dec 16, 2010 at 3:42 AM, Rajinder Yadav wrote: > Emacs should be smart enough to auto-reload a buffer if the file has changed > and the buffer has not been edited, this would be a welcomed enhancement =) This would be annoying (to me) if it weren't off by default. Of course, I could turn it off by default in my .emacs. But my point is, you can enable this (and have it saved in your .emacs) by doing: M-x customize-save-variable global-auto-revert-mode y -PJ