From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.help Subject: Re: reload modified files in buffer Date: Tue, 14 Dec 2010 08:12:35 +0100 Organization: Gnus News User Services Message-ID: <87bp4ox1y4.fsf@turtle.gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292427328 11679 80.91.229.12 (15 Dec 2010 15:35:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2010 15:35:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 15 16:35:25 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 1PStNz-0001Vs-S0 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Dec 2010 16:35:24 +0100 Original-Received: from localhost ([127.0.0.1]:37601 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PStNu-0002qU-2K for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Dec 2010 10:35:18 -0500 Original-Path: usenet.stanford.edu!goblin3!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: p548620df.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1292310756 26909 84.134.32.223 (14 Dec 2010 07:12:36 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 14 Dec 2010 07:12:36 +0000 (UTC) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2.91 (gnu/linux) Cancel-Lock: sha1:54VVzQT6AKXpQxOUOlKWun/QcpA= Original-Xref: usenet.stanford.edu gnu.emacs.help:183236 X-Mailman-Approved-At: Wed, 15 Dec 2010 10:34:28 -0500 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:77527 Archived-At: On 2010-12-14 07:55 +0100, Rajinder Yadav wrote: > How can I get emacs to automatically reload files in its buffer that > have been modified externally? Use global-auto-revert-mode. > When editing a rails app, if I run a rails generate command, I don't > want to have to reload a file manually. Sometimes I start to edit a > file that is out of sync in the buffer and then get into a mess. Doesn't Emacs warn you when you do this? Sven