From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: File watch support in autorevert.el Date: Sat, 12 Jan 2013 15:12:58 +0100 Message-ID: <87vcb2sd5h.fsf@gmx.de> References: <878v819kok.fsf@gmx.de> <83fw28uj9c.fsf@gnu.org> <87mwwfmij0.fsf@gmx.de> <837gnitz6o.fsf@gnu.org> <87d2xatup1.fsf@gmx.de> <83vcb2sdkp.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1357999993 784 80.91.229.3 (12 Jan 2013 14:13:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2013 14:13:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 15:13:31 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tu1py-0007gm-9X for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2013 15:13:30 +0100 Original-Received: from localhost ([::1]:55583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu1pi-00036q-4f for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2013 09:13:14 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:41581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu1pe-00033y-QB for emacs-devel@gnu.org; Sat, 12 Jan 2013 09:13:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tu1pW-0005eZ-QK for emacs-devel@gnu.org; Sat, 12 Jan 2013 09:13:10 -0500 Original-Received: from mout.gmx.net ([212.227.15.18]:65310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu1pW-0005eJ-H0 for emacs-devel@gnu.org; Sat, 12 Jan 2013 09:13:02 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.34]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MGUOc-1TgoPd1cq8-00DGmr for ; Sat, 12 Jan 2013 15:13:01 +0100 Original-Received: (qmail invoked by alias); 12 Jan 2013 14:13:00 -0000 Original-Received: from p57BB82EE.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.130.238] by mail.gmx.net (mp034) with SMTP; 12 Jan 2013 15:13:00 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19HB3kEOz9HlwwRdUMqqutjk6hKtl5m8TSv+OPGo2 lJO/7oVf42Rt66 In-Reply-To: <83vcb2sdkp.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 12 Jan 2013 16:03:50 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156282 Archived-At: Eli Zaretskii writes: >> What about `file-equal-p'? > > Can't use that on Windows, because FILE in the notification is just > the basename. If we want to be able to do that, w32notify will have > to prepend the directory that is being watched to the file names in > the notifications. `default-directory' is set properly, it shall work also on Windows. Or do I miss something? Best regards, Michael.