From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: William Gardella Newsgroups: gmane.emacs.help Subject: Re: why 4 inotfy events when saving a file? Date: Tue, 12 Mar 2013 03:07:28 +0000 Message-ID: <87boapuxhr.fsf@gmail.com> References: <20130310214442.GA8538@boo.workgroup> <83ehfmx5xz.fsf@gnu.org> <20130311231417.GB26775@boo.workgroup> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363058708 27503 80.91.229.3 (12 Mar 2013 03:25:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Mar 2013 03:25:08 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Tue Mar 12 04:25:32 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UFFqC-0001c1-6y for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Mar 2013 04:25:28 +0100 Original-Received: from localhost ([::1]:56847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFFpp-0005VZ-PR for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Mar 2013 23:25:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFFpc-0005VL-C7 for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Mon, 11 Mar 2013 23:24:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFFpX-0005ss-M7 for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Mon, 11 Mar 2013 23:24:52 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:43198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFFpX-0005qt-FP for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Mon, 11 Mar 2013 23:24:47 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UFFpq-0001KH-4j for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Tue, 12 Mar 2013 04:25:06 +0100 Original-Received: from torland1-this.is.a.tor.exit.server.torland.is ([37.130.227.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 04:25:06 +0100 Original-Received: from gardellawg by torland1-this.is.a.tor.exit.server.torland.is with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 04:25:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet-dbVV3NMTNubNLxjTenLetw@public.gmane.org X-Gmane-NNTP-Posting-Host: torland1-this.is.a.tor.exit.server.torland.is X-Archive: encrypt User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:GPaNrRkMnJwBgqr6NVoc8UuYhfc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:89478 Archived-At: Hi Gregor, Gregor Zattler writes: > Thanks (also to Barry Margolin) for the explanation. I now > search for a after-file-save-hook. But I didn't find it. Is > there some such thing? > > > Ciao, Gregor There is, in, fact, an `after-save-hook'. :) Please see also (info "(elisp) Saving Buffers"). -- Regards, WGG