From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: suvayu ali Newsgroups: gmane.emacs.help Subject: Re: reload modified files in buffer Date: Thu, 16 Dec 2010 10:08:47 -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 1292523015 27992 80.91.229.12 (16 Dec 2010 18:10:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Dec 2010 18:10:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Rajinder Yadav Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 16 19:10:11 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 1PTIHG-00067s-NT for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Dec 2010 19:10:07 +0100 Original-Received: from localhost ([127.0.0.1]:46430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTIHF-000614-TC for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Dec 2010 13:10:05 -0500 Original-Received: from [140.186.70.92] (port=53899 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTIGM-0005yd-EB for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 13:09:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTIGK-00063i-V5 for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 13:09:10 -0500 Original-Received: from mail-gw0-f48.google.com ([74.125.83.48]:62041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTIGK-00063Y-Sa for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 13:09:08 -0500 Original-Received: by gwaa20 with SMTP id a20so2370104gwa.35 for ; Thu, 16 Dec 2010 10:09:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=y68jnPJlkDqVS9iuiptsCGMuDPlNxc/v1HvAFRpX4gc=; b=tvN1UahWzlXMLhaYCFrOIJ+FmpbC6rMfTtdp79noNT2MCHhpwsYqSBaSFFLz5W8ahL be0t4adCMJgXCIoflbXRnz+1VTntip2TaYL0XwfnG3WyWtQ+g3Ya0pwzTfVkzmN9Tx1E k5HFGPh8ucUxUrDaVcjSBzBhj5oQYXjsyODzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=SxucoAd5TtO4jCxu7R4TscRk+QKrx7KYrvP7cs+s8oqeLyZRRTp+cF2YGzbkYtSCYM ocO8drH1C8NUY05QrZUXJlj3bK6G137Q6q7BWWrAOceOK4SNeXeR1ekgGjwzmnvrgeGC EvagHC1V5sLW0XgVrCN+QVn4pzUnF3F6jeRAY= Original-Received: by 10.151.102.11 with SMTP id e11mr1343051ybm.326.1292522948010; Thu, 16 Dec 2010 10:09:08 -0800 (PST) Original-Received: by 10.147.124.4 with HTTP; Thu, 16 Dec 2010 10:08:47 -0800 (PST) In-Reply-To: <4D09FB2D.5000809@gmail.com> X-Google-Sender-Auth: 16hXt2fJPGUbpYuEmrjZCIY1QT0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:77597 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 =) It is, that is what auto-revert-mode does. But it is for the user to turn on. I am a firm believer of each user customising there setup as per their needs. Features should not be forced on anyone. If you have a preference then customise. Emacs even has the wonderful "customize" interface to help you with everything. -- Suvayu Open source is the future. It sets us free.