all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan Reichör" <stefan.reichoer@riic.at>
Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org
Subject: Re: ;; -*-coding: emacs-mule;-*- ???
Date: Tue, 04 Nov 2003 16:31:00 +0100	[thread overview]
Message-ID: <w4dr80orw0b.fsf@felix.riic.uni-linz.ac.at> (raw)
In-Reply-To: <E1AH27O-0007SX-AK@fencepost.gnu.org> (Richard Stallman's message of "Tue, 04 Nov 2003 09:25:14 -0500")

Hi Richard!

> What change in Emacs caused the unmodified code in bbdb to start
> having this effect?

I think it is some change in the semantics of add-hook:

The original code in bbdb.el looks like this:

        (bbdb-mapc (lambda (ff) (add-hook 'local-write-file-hooks ff))
              bbdb-write-file-hooks)

When I change it to this, it works again:

        (bbdb-mapc (lambda (ff) (add-hook 'local-write-file-hooks ff nil t))
              bbdb-write-file-hooks)

Stefan.

      reply	other threads:[~2003-11-04 15:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-03 12:46 ;; -*-coding: emacs-mule;-*- ??? Stefan Reichör
2003-11-03 14:22 ` Sacha Chua
2003-11-03 14:48 ` Stefan Monnier
2003-11-03 15:21   ` Stefan Reichör
2003-11-04 14:25     ` Richard Stallman
2003-11-04 15:31       ` Stefan Reichör [this message]

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

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

  git send-email \
    --in-reply-to=w4dr80orw0b.fsf@felix.riic.uni-linz.ac.at \
    --to=stefan.reichoer@riic.at \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@IRO.UMontreal.CA \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.