GNU bug report logs -
#20398
25.0.50; Clicking `window-divider-last-pixel' in help for `window-divider'
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Tue, 21 Apr 2015 20:03:02 UTC
Severity: minor
Merged with 19185
Found in version 25.0.50
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
martin rudalics <rudalics <at> gmx.at> writes:
> It's been already reported as Bug#19185. The only solution I can think
> of is the trivial one below.
>
> martin
>
> --- a/lisp/wid-edit.el
> +++ b/lisp/wid-edit.el
> @@ -854,6 +854,9 @@ button end points."
> (define-key map [backtab] 'widget-backward)
> (define-key map [down-mouse-2] 'widget-button-click)
> (define-key map [down-mouse-1] 'widget-button-click)
> + ;; Avoid `mouse-yank-primary' with `mouse-1-click-follows-link'
> + ;; non-nil (Bug#19185).
> + (define-key map [mouse-2] 'widget-button-click)
> ;; The following definition needs to avoid using escape sequences that
> ;; might get converted to ^M when building loaddefs.el
[...]
> So I think the workaround you suggest is not that bad. It's not a full
> solution, but it does go in the right direction.
Martin, you never applied your patch. Was there a reason for that?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 9 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.