* bug#56694: 29.0.50; No mouse-1 menu on mode-line-position in some cases
@ 2022-07-22 7:19 miha--- via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-07-23 6:03 ` Lars Ingebrigtsen
0 siblings, 1 reply; 3+ messages in thread
From: miha--- via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-07-22 7:19 UTC (permalink / raw)
To: 56694
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#56694: 29.0.50; No mouse-1 menu on mode-line-position in some cases
2022-07-22 7:19 bug#56694: 29.0.50; No mouse-1 menu on mode-line-position in some cases miha--- via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-07-23 6:03 ` Lars Ingebrigtsen
2022-07-23 7:34 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2022-07-23 6:03 UTC (permalink / raw)
To: miha; +Cc: 56694
miha@kamnitnik.top writes:
>>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.
Thanks; pushed to Emacs 29.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#56694: 29.0.50; No mouse-1 menu on mode-line-position in some cases
2022-07-23 6:03 ` Lars Ingebrigtsen
@ 2022-07-23 7:34 ` Eli Zaretskii
0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2022-07-23 7:34 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 56694, miha
> Cc: 56694@debbugs.gnu.org
> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Sat, 23 Jul 2022 08:03:02 +0200
>
> miha@kamnitnik.top writes:
>
> >>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.
>
> Thanks; pushed to Emacs 29.
That was a regression in Emacs 28, so I backported it to the release
branch.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-23 7:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22 7:19 bug#56694: 29.0.50; No mouse-1 menu on mode-line-position in some cases miha--- via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-07-23 6:03 ` Lars Ingebrigtsen
2022-07-23 7:34 ` Eli Zaretskii
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.