emacs-devel
[Top][All Lists]
Advanced

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

Re: master 262a7c9ea0: New minor mode elide-head-mode


From: Stefan Kangas
Subject: Re: master 262a7c9ea0: New minor mode elide-head-mode
Date: Sun, 9 Jan 2022 04:59:49 -0600

Po Lu <luangruo@yahoo.com> writes:

> For example:
>
>    (defun elide-head-show ()
>      "Show a header in the current buffer elided by \\[elide-head]."
>      (interactive)
>      (elide-head-mode 0))

I chose not to do that, in order not to change the (admittedly buggy)
behavior of the old commands.  But if people think it's a good idea, I
have no objections to such a cleanup.

> And if those commands are made such simple wrappers, they could be
> un-obsoleted as well, since it would be useful to explictly disable or
> enable elide-head-mode inside `find-file-hook' and other similar places.

We don't usually provide such commands for modes, I think?



reply via email to

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