GNU bug report logs -
#52
FW: [mouse-1 in Customize should respect mouse-1-click-follows-link]
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Tue, 11 Mar 2008 18:15:03 UTC
Severity: minor
Tags: fixed
Merged with 15682
Found in version 24.3.50
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> I can't reproduce this. With emacs -Q, and doing M-x customize,
> dragging `mouse-1' across (say) the "Undo edits" buffer selects that
> text, without enabling the button.
I see that too for emacs -Q. So what?
1. _Clicking_, not dragging, mouse-1 on `Undo edits' or `INS' or `State' _does_
activate the button. No matter how long you hold mouse-1 depressed.
`mouse-1-click-follows-links' is supposed to affect mouse-1 clicks, and a nil
value is supposed to return you to the same (sane) behavior Emacs had before Dev
started making mouse-1 follow links at all.
> Similarly for links.
No again. In emacs -Q, with nil `mouse-1-click-follows-link', press mouse-1 on
`Hide' and hold it there as long or as short a time as you like (without
dragging). The `Hide' "link" is still followed (or the "button" is activated)
when you release the button. Mouse-1 click is following links, in spite of the
option value.
2. To reproduce the problem as I reported it in doc strings, with emacs -Q:
(setq mouse-1-click-follows-link nil)
(defcustom foo-fns ()
"Some possibilities:
`foobar', `toto'"
:type '(repeat symbol) :group 'edit)
(defun foobar ()
"Foobar's doc string"
42)
M-x customize-option foo-fns
In the doc string, `foobar' is highlighted when you mouseover it. It is a link.
Click mouse-1 on it (you might sometimes have to click twice, but not a
double-click). Help opens. QED.
This bug report was last modified 5 years and 271 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.