From: miha--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 56694@debbugs.gnu.org
Subject: bug#56694: 29.0.50; No mouse-1 menu on mode-line-position in some cases
Date: Fri, 22 Jul 2022 09:19:41 +0200 [thread overview]
Message-ID: <87czdxlilu.fsf@miha-pc> (raw)
From emacs -q, click on "L5" (mode-line-position) with mouse-1 and turn
on "Display of Column Numbers".
Now click on "(5,0)" (mode-line-position) with mouse-1 and turn off
"Display of Line Numbers".
Notice how the "C0" (mode-line-position) isn't clickable any more.
Best regards.
diff -u --label /usr/local/share/emacs/29.0.50/lisp/bindings.el.gz --label \#\<buffer\ bindings.el.gz\> /tmp/jka-comfKgNh3 /tmp/buffer-content-u44vfd
--- /usr/local/share/emacs/29.0.50/lisp/bindings.el.gz
+++ #<buffer bindings.el.gz>
@@ -517,7 +517,7 @@
'help-echo "Size indication mode\n\
mouse-1: Display Line and Column Mode Menu")))
(line-number-mode
- ((column-number-mode
+ (column-number-mode
(column-number-indicator-zero-based
(10
(:propertize
@@ -534,14 +534,14 @@
(:propertize
mode-line-position-line-format
display (min-width (6.0))
- ,@mode-line-position--column-line-properties))))
+ ,@mode-line-position--column-line-properties)))
(column-number-mode
(column-number-indicator-zero-based
(6
(:propertize
mode-line-position-column-format
display (min-width (6.0))
- (,@mode-line-position--column-line-properties)))
+ ,@mode-line-position--column-line-properties))
(6
(:propertize
(:eval (string-replace
Diff finished. Fri Jul 22 09:10:44 2022
next reply other threads:[~2022-07-22 7:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-22 7:19 miha--- via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2022-07-23 6:03 ` bug#56694: 29.0.50; No mouse-1 menu on mode-line-position in some cases Lars Ingebrigtsen
2022-07-23 7:34 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87czdxlilu.fsf@miha-pc \
--to=bug-gnu-emacs@gnu.org \
--cc=56694@debbugs.gnu.org \
--cc=miha@kamnitnik.top \
/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.