bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: outline mode doesn't call outline-mode-hook as promised (patch)


From: Glenn Morris
Subject: Re: outline mode doesn't call outline-mode-hook as promised (patch)
Date: Thu, 17 Jul 2003 16:28:16 +0100
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Tom 7 wrote:

> I sent another simple patch a few days ago, but didn't get any
> response. Do developers still read this list? (Is there somewhere
> else I should be sending this?)

This is the right place for bug reports against released versions of
Emacs. Bugs against the CVS should go to emacs-pretest-bug@gnu.org.
M-x report-emacs-bug always does the right thing.

I'm sorry if you feel you haven't had much feedback. Developers
certainly do read this list, and bug reports are certainly
appreciated. It can sometimes take a while for them to get looked at
though. I'm speaking as a maintainer rather than a developer, so take
my words with a grain of salt.

> Bug: The documentation for outline-mode says that it calls
> outline-mode-hook, but that variable is never defined and it is
> never called. This patch against CVS fixes it in the obvious way.

It does in fact call the hook, as you can test by adding a message
and sit-for combo, for example. The define-derived-mode macro takes
care of constructing a hook variable and running it.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]