unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Enable derived modes to run their own very-early 'change-major-mode-hook' code
       [not found] <85237c18-768d-089b-221a-fe70b0ba4379@orcon.net.nz>
@ 2019-04-21  6:23 ` Eli Zaretskii
  0 siblings, 0 replies; only message in thread
From: Eli Zaretskii @ 2019-04-21  6:23 UTC (permalink / raw)
  To: Phil Sainty; +Cc: emacs-devel

[I'm moving this to emacs-devel, as the bug tracker doesn't sound
appropriate for such discussions.  Please send any followups here.]

> From: Phil Sainty <psainty@orcon.net.nz>
> Date: Sun, 21 Apr 2019 14:35:35 +1200
> 
> The library I'm working on (so-long.el) defines a major mode
> which needs to remember various buffer-local values as they were
> in the original mode, *before* my major mode takes effect.
> 
> I'm currently using `change-major-mode-hook' for this, but it has
> occurred to me that it would be nicer if this hook code of mine
> only ever ran in the case where it is useful (i.e. the major mode
> being changed to is in fact my mode).  `change-major-mode-hook'
> has no knowledge of the mode which has just been invoked, so it
> must necessarily run for *every* mode change -- which isn't
> relevant to my library in the vast majority of cases.
> 
> I think `change-major-mode-hook' would more commonly be used by
> modes to handle any subsequent 'unloading' needs of that same
> mode in case it gets replaced later on (i.e. the mode body could
> set a buffer-local hook value), so my scenario of the new mode
> wanting to know things about the previous mode is doubtless a bit
> of a niche case; but I thought I'd raise it for discussion.

Did you consider using major-mode-suspend and major-mode-restore?



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-21  6:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <85237c18-768d-089b-221a-fe70b0ba4379@orcon.net.nz>
2019-04-21  6:23 ` Enable derived modes to run their own very-early 'change-major-mode-hook' code Eli Zaretskii

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).