emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#20398: closed (25.0.50; Clicking `window-divider-l


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20398: closed (25.0.50; Clicking `window-divider-last-pixel' in help for `window-divider')
Date: Tue, 03 May 2016 06:46:01 +0000

Your message dated Tue, 03 May 2016 08:44:38 +0200
with message-id <address@hidden>
and subject line Re: bug#20398: 25.0.50; Clicking `window-divider-last-pixel' 
in help for `window-divider'
has caused the debbugs.gnu.org bug report #20398,
regarding 25.0.50; Clicking `window-divider-last-pixel' in help for 
`window-divider'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20398: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20398
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; Clicking `window-divider-last-pixel' in help for `window-divider' Date: Tue, 21 Apr 2015 13:02:01 -0700 (PDT)
.. shows the error:
window-divider-first-pixel is void as a variable.

Help should show the doc string of the face, not the variable,


In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
 of 2014-10-20 on LEG570
Bzr revision: 118168 address@hidden
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --enable-checking=yes,glyphs CPPFLAGS=-DGLYPH_DEBUG=1'



--- End Message ---
--- Begin Message --- Subject: Re: bug#20398: 25.0.50; Clicking `window-divider-last-pixel' in help for `window-divider' Date: Tue, 03 May 2016 08:44:38 +0200
>> So the patch is as below.  Any objections to apply this to the emacs-25
>> branch?
>
> [...]
>
>> -    (define-key map [down-mouse-2] 'widget-button-click)
>> -    (define-key map [down-mouse-1] 'widget-button-click)
>> +    (define-key map [mouse-2] 'widget-button-click)
>> +    (define-key map [mouse-1] 'widget-button-click)
>
> Isn't this a rather large change to go in at this point?  People may
> have rebound `down-mouse-1' (etc) instead of `mouse-1'...

No idea.  But counted as objection and therefore committed to master.
Closing the bug.

martin


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]