From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emacs inotify support? Date: Sat, 12 Sep 2009 12:46:44 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1252774305 25108 80.91.229.12 (12 Sep 2009 16:51:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Sep 2009 16:51:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 12 18:51:38 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MmVp3-000156-Oj for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2009 18:51:37 +0200 Original-Received: from localhost ([127.0.0.1]:48853 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmVp3-0001sr-3z for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2009 12:51:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmVkR-0003rW-2y for emacs-devel@gnu.org; Sat, 12 Sep 2009 12:46:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmVkM-0003jZ-8J for emacs-devel@gnu.org; Sat, 12 Sep 2009 12:46:50 -0400 Original-Received: from [199.232.76.173] (port=36342 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmVkL-0003j7-LY for emacs-devel@gnu.org; Sat, 12 Sep 2009 12:46:45 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56283) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmVkL-0003Dt-3q for emacs-devel@gnu.org; Sat, 12 Sep 2009 12:46:45 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MmVkK-0000tE-CV; Sat, 12 Sep 2009 12:46:44 -0400 In-reply-to: (joakim@verona.se) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115235 Archived-At: It would be useful with inotify support in Emacs to for example enhance dired. When a directory being monitored by dired changes, dired could be notified and refresh the view automatically. W32 has a similar feature. Would this mean that all changes in the file system would be reflected immediately in Dired buffers? That could be a very nice feature. But it could also be a pain in the neck to have these changes occur while you're moving around in the Dired buffer and making changes.