all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lute Kamstra <Lute.Kamstra.lists@xs4all.nl>
Subject: Fundamental mode.
Date: Wed, 15 Jun 2005 10:59:54 +0200	[thread overview]
Message-ID: <87br68f111.fsf@xs4all.nl> (raw)

Modes derived from fundamental mode run after-change-major-mode-hook
twice because fundamental mode runs it unconditionally.  Fundamental
mode should only run after-change-major-mode-hook if delay-mode-hooks
is nil.  We can either test this directly or use (run-mode-hooks
'fundamental-mode-hook).  The latter also introduces
fundamental-mode-hook, of course.  I see no problem with that, but I'm
a bit surprised it hasn't been done already.  (So I suspect there is
some reason for not running fundamental-mode-hook.)

What do others think is best?

Lute.

             reply	other threads:[~2005-06-15  8:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-15  8:59 Lute Kamstra [this message]
2005-06-15  9:19 ` Fundamental mode Juanma Barranquero
2005-06-16  4:07 ` Richard Stallman
2005-06-16 12:41   ` Lute Kamstra
2005-06-18 15:04   ` Johan Bockgård
2005-06-19  0:49     ` Lute Kamstra

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=87br68f111.fsf@xs4all.nl \
    --to=lute.kamstra.lists@xs4all.nl \
    /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.