unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
Subject: local-after-save-hook?
Date: 21 Jun 2002 16:06:34 -0400	[thread overview]
Message-ID: <sa04rfwiegl.fsf@glip.premonitia.com> (raw)

There is a buffer-local hook `local-write-file-hooks' (which is called
before writing the file) but no `local-after-save-hook' (called after
the file is written).  Why?

I can emulate this behavior:

(defun my-after-save-hook-function ()
  do something useful
  (remove-hook 'after-save-hook 'my-after-save-hook-function))

(add-hook 'local-write-file-hooks
  (lambda () (add-hook 'after-save-hook 'my-after-save-hook-function)))

but I would prefer to have `local-after-save-hook'

do you mind if I add it?

-- 
Sam Steingold (http://www.podval.org/~sds) running RedHat7.2 GNU/Linux
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html>
When we write programs that "learn", it turns out we do and they don't.

             reply	other threads:[~2002-06-21 20:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-21 20:06 Sam Steingold [this message]
2002-06-21 20:20 ` local-after-save-hook? Stefan Monnier
2002-06-22 22:51   ` local-after-save-hook? Richard Stallman
2002-06-23 22:23     ` local-after-save-hook? Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=sa04rfwiegl.fsf@glip.premonitia.com \
    --to=sds@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).