From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Flaschen Newsgroups: gmane.emacs.help Subject: Re: How to get asynchronous notifications from Emacs ? Date: Mon, 26 Feb 2007 04:49:46 -0500 Message-ID: <45E2AD3A.1080706@gatech.edu> References: <45e1802d$0$28489$426a74cc@news.free.fr> <45e29dcd$0$32749$426a74cc@news.free.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1999140646==" X-Trace: sea.gmane.org 1172483461 32723 80.91.229.12 (26 Feb 2007 09:51:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Feb 2007 09:51:01 +0000 (UTC) To: emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 26 10:50:55 2007 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.50) id 1HLcVS-0006C1-3t for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Feb 2007 10:50:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLcVR-0006uo-MR for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Feb 2007 04:50:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HLcUW-0006o8-1u for help-gnu-emacs@gnu.org; Mon, 26 Feb 2007 04:49:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HLcUT-0006nM-Le for help-gnu-emacs@gnu.org; Mon, 26 Feb 2007 04:49:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLcUT-0006nH-EI for help-gnu-emacs@gnu.org; Mon, 26 Feb 2007 04:49:53 -0500 Original-Received: from deliverator7.gatech.edu ([130.207.165.169]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1HLcUT-0000H5-06 for help-gnu-emacs@gnu.org; Mon, 26 Feb 2007 04:49:53 -0500 Original-Received: from deliverator7.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id E025B1843 for ; Mon, 26 Feb 2007 04:49:51 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from mailprx1.gatech.edu (mailprx1.prism.gatech.edu [130.207.171.15]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator7.gatech.edu (Postfix) with ESMTP id CA8F718AF for ; Mon, 26 Feb 2007 04:49:51 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from [128.61.73.81] (r73h81.res.gatech.edu [128.61.73.81]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=mflaschen3@mailprx1.gatech.edu, sender=n/a) by mailprx1.gatech.edu (Postfix) with ESMTP id 8F342232C for ; Mon, 26 Feb 2007 04:49:51 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) User-Agent: Thunderbird 1.5.0.9 (X11/20070104) In-Reply-To: <45e29dcd$0$32749$426a74cc@news.free.fr> X-Enigmail-Version: 0.94.2.0 X-detected-kernel: Solaris 9 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:41473 Archived-At: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============1999140646== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigD8D58969A73D669E0CAE8766" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD8D58969A73D669E0CAE8766 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable David Soulayrol wrote: > Le Sun, 25 Feb 2007 09:16:33 -0500, Matthew Flaschen a =C3=A9crit: >=20 >> David Soulayrol wrote: >>> Hello, >>> >>> I'm looking for a way to obtain asynchronous notifications >>> of emacs actions, like: buffer was closed, displayed buffer has chang= ed, >>> and so on. >> Emacs has hooks for many actions. For example, kill-buffer-hook is ru= n >> when a buffer is closed. Run C-h f on kill-buffer-hook and add-hook, >> and C-h v on after-change-functions. See also >> http://www.delorie.com/gnu/docs/elisp-manual-21/elisp_540.html and >> http://www.gnu.org/software/emacs/manual/html_node/Hooks.html . >=20 > I knew the principles in Emacs, but thanks a lot for this introduction.= >=20 > So I assume you are not aware of a tool which could be the companion of= > gnuserv for my needs ? I'll try to write this down. I'm afraid I don't know what gnuserv is. I use regular emacsclient, and am fairly new to emacs in general. What exactly do you want to do? I.E. what's your end goal? > But it doesn't have a kitchen sink. Patience. Matthew Flaschen --------------enigD8D58969A73D669E0CAE8766 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF4q0/Q5LSyju97VkRAmXIAJ9aIGBiKGVDYwPlsksI7JEa5nxdRQCgrhjM TtzLnFuMV97DtzjBVDDmZpg= =MLR8 -----END PGP SIGNATURE----- --------------enigD8D58969A73D669E0CAE8766-- --===============1999140646== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============1999140646==--