From: Mekeor Melire <mekeor@posteo.de>
To: 66283@debbugs.gnu.org
Cc: Author <sbaugh@catern.com>, Committer <eliz@gnu.org>
Subject: bug#66283: 30.0.50; which-function-mode: When configured to display in header, and toggling off, then does not remove header
Date: Sat, 30 Sep 2023 20:41:05 +0000 [thread overview]
Message-ID: <87edif9xqh.fsf@posteo.de> (raw)
Execute: emacs -Q
Configure Which Function Mode to display in header by evaluating
the following; note that this is a new feature in Emacs 30:
(customize-set-variable 'which-func-display 'header)
Toggle Which Function Mode on by typing: M-x which-function-mode
RET
Toggle Which Function Mode off by typing again: M-x
which-function-mode RET
You can see a dysfunctional header. (It won't be update because
Which Function Mode is off.) To be precise, the value of variable
`header-line-format' is '(("" which-func-format " ")). Apparently,
this variable has not been cleaned up appropriately. This is the
job of the function `which-func--disable'. [1]
In order to test the `which-func--disable' function, type: M-: (which-func--disable) RET
The header disappeared. The value of variable `header-line-format' is `nil'. This means, that the function does its job well. Apparently, it's not being called when toggling off. [2]
[1]: https://git.sv.gnu.org/cgit/emacs.git/tree/lisp/progmodes/which-func.el?h=35fbf6f15830f576fd1909f4a8d30e7ba1d777bd#n225
[2]: Where is the "Turn it off." comment here? https://git.sv.gnu.org/cgit/emacs.git/tree/lisp/progmodes/which-func.el?h=35fbf6f15830f576fd1909f4a8d30e7ba1d777bd#n289
--
In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.37, cairo version 1.16.0)
Windowing system distributor 'The X.Org Foundation', version
11.0.12101004
System Description: Guix System
next reply other threads:[~2023-09-30 20:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-30 20:41 Mekeor Melire [this message]
2023-10-04 13:57 ` bug#66283: 30.0.50; which-function-mode: When configured to display in header, and toggling off, then does not remove header Spencer Baugh
2023-10-04 14:56 ` Stefan Kangas
2023-10-04 15:13 ` Spencer Baugh
2023-10-04 19:19 ` Mekeor Melire
2023-10-04 20:33 ` Stefan Kangas
2023-10-14 7:29 ` Eli Zaretskii
2023-10-21 14:43 ` sbaugh
2023-10-29 11:24 ` Eli Zaretskii
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87edif9xqh.fsf@posteo.de \
--to=mekeor@posteo.de \
--cc=66283@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=sbaugh@catern.com \
/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 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).