unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* mouse not working in 'info'
@ 2018-03-25 14:15 Colin Baxter
  2018-03-25 15:28 ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Colin Baxter @ 2018-03-25 14:15 UTC (permalink / raw)
  To: emacs-devel

I'm using emacs-27.0.50 (build 1, i686-pc-linux-gnu, GTK+ Version
3.14.5) on 3.16.0-5-686-pae #1 SMP Debian 3.16.51-3+deb8u1.

With emacs -q, M-x info RET, if I attempt to use the mouse to go up the
hierarchy of links, i.e., Next: Prev: Up:, I get the errors

<header-line> <header-line> <mouse-2> is undefined
<header-line> <mouse-3> is undefined

if I left- and right-click respectively. I only have a *two* button
mouse. The issue exists only on going up the hierarchy of nodes, not
down. 

Best wishes,




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mouse not working in 'info'
  2018-03-25 14:15 mouse not working in 'info' Colin Baxter
@ 2018-03-25 15:28 ` Eli Zaretskii
  2018-03-25 15:47   ` Colin Baxter
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2018-03-25 15:28 UTC (permalink / raw)
  To: Colin Baxter; +Cc: emacs-devel

> From: Colin Baxter <m43cap@yandex.com>
> Date: Sun, 25 Mar 2018 15:15:17 +0100
> 
> I'm using emacs-27.0.50 (build 1, i686-pc-linux-gnu, GTK+ Version
> 3.14.5) on 3.16.0-5-686-pae #1 SMP Debian 3.16.51-3+deb8u1.
> 
> With emacs -q, M-x info RET, if I attempt to use the mouse to go up the
> hierarchy of links, i.e., Next: Prev: Up:, I get the errors
> 
> <header-line> <header-line> <mouse-2> is undefined
> <header-line> <mouse-3> is undefined
> 
> if I left- and right-click respectively. I only have a *two* button
> mouse. The issue exists only on going up the hierarchy of nodes, not
> down. 

Can you show the output of "C-h l" after these errors?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mouse not working in 'info'
  2018-03-25 15:28 ` Eli Zaretskii
@ 2018-03-25 15:47   ` Colin Baxter
  2018-03-25 16:44     ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Colin Baxter @ 2018-03-25 15:47 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

>>>>> Eli Zaretskii <eliz@gnu.org> writes:

    >> From: Colin Baxter <m43cap@yandex.com> Date: Sun, 25 Mar 2018
    >> 15:15:17 +0100
    >> 
    >> I'm using emacs-27.0.50 (build 1, i686-pc-linux-gnu, GTK+ Version
    >> 3.14.5) on 3.16.0-5-686-pae #1 SMP Debian 3.16.51-3+deb8u1.
    >> 
    >> With emacs -q, M-x info RET, if I attempt to use the mouse to go
    >> up the hierarchy of links, i.e., Next: Prev: Up:, I get the
    >> errors
    >> 
    >> <header-line> <header-line> <mouse-2> is undefined <header-line>
    >> <mouse-3> is undefined
    >> 
    >> if I left- and right-click respectively. I only have a *two*
    >> button mouse. The issue exists only on going up the hierarchy of
    >> nodes, not down.

    > Can you show the output of "C-h l" after these errors?

M-x			;; execute-extended-command
 i			;; self-insert-command
 n			;; self-insert-command
 f			;; self-insert-command
 o			;; self-insert-command
 <return>		;; minibuffer-complete-and-exit
 <help-echo> <help-echo> <help-echo> <help-echo> <down-mouse-1> ;; mouse-drag-region
 <help-echo> <mouse-movement> ;; anonymous-command
 <mouse-1>		      ;; Info-mouse-follow-nearest-node
 <help-echo> <help-echo> <help-echo> <down-mouse-1> ;; mouse-drag-header-line
 <mouse-1>					    ;; nil
 C-h l						    ;; view-lossage



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mouse not working in 'info'
  2018-03-25 15:47   ` Colin Baxter
@ 2018-03-25 16:44     ` Eli Zaretskii
  2018-03-25 17:03       ` Colin Baxter
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2018-03-25 16:44 UTC (permalink / raw)
  To: Colin Baxter; +Cc: emacs-devel

> From: Colin Baxter <m43cap@yandex.com>
> Cc: emacs-devel@gnu.org
> Cc: 
> Date: Sun, 25 Mar 2018 16:47:22 +0100
> 
>     >> <header-line> <header-line> <mouse-2> is undefined <header-line>
>     >> <mouse-3> is undefined
>     >> 
>     >> if I left- and right-click respectively. I only have a *two*
>     >> button mouse. The issue exists only on going up the hierarchy of
>     >> nodes, not down.
> 
>     > Can you show the output of "C-h l" after these errors?
> 
> M-x			;; execute-extended-command
>  i			;; self-insert-command
>  n			;; self-insert-command
>  f			;; self-insert-command
>  o			;; self-insert-command
>  <return>		;; minibuffer-complete-and-exit
>  <help-echo> <help-echo> <help-echo> <help-echo> <down-mouse-1> ;; mouse-drag-region
>  <help-echo> <mouse-movement> ;; anonymous-command
>  <mouse-1>		      ;; Info-mouse-follow-nearest-node
>  <help-echo> <help-echo> <help-echo> <down-mouse-1> ;; mouse-drag-header-line
>  <mouse-1>					    ;; nil
>  C-h l						    ;; view-lossage

So where did those mouse-2 and mouse-3 come from?  "C-h l" says that
Emacs only saw mouse-1 buttons.  Do you have some button-rebinding
customizations?  Does the problem go away in "emacs -Q"?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mouse not working in 'info'
  2018-03-25 16:44     ` Eli Zaretskii
@ 2018-03-25 17:03       ` Colin Baxter
  2018-03-25 17:19         ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Colin Baxter @ 2018-03-25 17:03 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

>>>>> Eli Zaretskii <eliz@gnu.org> writes:

    >> From: Colin Baxter <m43cap@yandex.com> Cc: emacs-devel@gnu.org
    >> Cc: Date: Sun, 25 Mar 2018 16:47:22 +0100
    >> 
    >> >> <header-line> <header-line> <mouse-2> is undefined
    >> <header-line> >> <mouse-3> is undefined
    >> >> 
    >> >> if I left- and right-click respectively. I only have a *two*
    >> >> button mouse. The issue exists only on going up the hierarchy
    >> of >> nodes, not down.
    >> 
    >> > Can you show the output of "C-h l" after these errors?
    >> 
    >> M-x ;; execute-extended-command i ;; self-insert-command n ;;
    >> self-insert-command f ;; self-insert-command o ;;
    >> self-insert-command <return> ;; minibuffer-complete-and-exit
    >> <help-echo> <help-echo> <help-echo> <help-echo> <down-mouse-1> ;;
    >> mouse-drag-region <help-echo> <mouse-movement> ;;
    >> anonymous-command <mouse-1> ;; Info-mouse-follow-nearest-node
    >> <help-echo> <help-echo> <help-echo> <down-mouse-1> ;;
    >> mouse-drag-header-line <mouse-1> ;; nil C-h l ;; view-lossage

    > So where did those mouse-2 and mouse-3 come from?  "C-h l" says
    > that Emacs only saw mouse-1 buttons. Do you have some
    > button-rebinding customizations?

Not that I'm aware off. There's no issue using emacs-26-0.91 (pretest)
or emacs-25.3.1 (all with emacs -q).

    > Does the problem go away in
    > "emacs -Q"?

No.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mouse not working in 'info'
  2018-03-25 17:03       ` Colin Baxter
@ 2018-03-25 17:19         ` Eli Zaretskii
  2018-03-25 17:32           ` Eli Zaretskii
  2018-03-25 18:47           ` Colin Baxter
  0 siblings, 2 replies; 10+ messages in thread
From: Eli Zaretskii @ 2018-03-25 17:19 UTC (permalink / raw)
  To: Colin Baxter; +Cc: emacs-devel

> From: Colin Baxter <m43cap@yandex.com>
> Cc: emacs-devel@gnu.org
> Cc: 
> Date: Sun, 25 Mar 2018 18:03:53 +0100
> 
>     >> M-x ;; execute-extended-command i ;; self-insert-command n ;;
>     >> self-insert-command f ;; self-insert-command o ;;
>     >> self-insert-command <return> ;; minibuffer-complete-and-exit
>     >> <help-echo> <help-echo> <help-echo> <help-echo> <down-mouse-1> ;;
>     >> mouse-drag-region <help-echo> <mouse-movement> ;;
>     >> anonymous-command <mouse-1> ;; Info-mouse-follow-nearest-node
>     >> <help-echo> <help-echo> <help-echo> <down-mouse-1> ;;
>     >> mouse-drag-header-line <mouse-1> ;; nil C-h l ;; view-lossage
> 
>     > So where did those mouse-2 and mouse-3 come from?  "C-h l" says
>     > that Emacs only saw mouse-1 buttons. Do you have some
>     > button-rebinding customizations?
> 
> Not that I'm aware off. There's no issue using emacs-26-0.91 (pretest)
> or emacs-25.3.1 (all with emacs -q).

Ah, now that you say this is only on the trunk, I see it on my system
as well.  I was duped by your reference to a 2-button mouse, which
evidently has nothing to do with this problem.

Could you see if commit 3d5e31e is somehow involved in this?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mouse not working in 'info'
  2018-03-25 17:19         ` Eli Zaretskii
@ 2018-03-25 17:32           ` Eli Zaretskii
  2018-03-25 20:10             ` Stefan Monnier
  2018-03-25 18:47           ` Colin Baxter
  1 sibling, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2018-03-25 17:32 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: m43cap, emacs-devel

> Date: Sun, 25 Mar 2018 20:19:26 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: emacs-devel@gnu.org
> 
> > From: Colin Baxter <m43cap@yandex.com>
> > Cc: emacs-devel@gnu.org
> > Cc: 
> > Date: Sun, 25 Mar 2018 18:03:53 +0100
> > 
> >     >> M-x ;; execute-extended-command i ;; self-insert-command n ;;
> >     >> self-insert-command f ;; self-insert-command o ;;
> >     >> self-insert-command <return> ;; minibuffer-complete-and-exit
> >     >> <help-echo> <help-echo> <help-echo> <help-echo> <down-mouse-1> ;;
> >     >> mouse-drag-region <help-echo> <mouse-movement> ;;
> >     >> anonymous-command <mouse-1> ;; Info-mouse-follow-nearest-node
> >     >> <help-echo> <help-echo> <help-echo> <down-mouse-1> ;;
> >     >> mouse-drag-header-line <mouse-1> ;; nil C-h l ;; view-lossage
> > 
> >     > So where did those mouse-2 and mouse-3 come from?  "C-h l" says
> >     > that Emacs only saw mouse-1 buttons. Do you have some
> >     > button-rebinding customizations?
> > 
> > Not that I'm aware off. There's no issue using emacs-26-0.91 (pretest)
> > or emacs-25.3.1 (all with emacs -q).
> 
> Ah, now that you say this is only on the trunk, I see it on my system
> as well.  I was duped by your reference to a 2-button mouse, which
> evidently has nothing to do with this problem.
> 
> Could you see if commit 3d5e31e is somehow involved in this?

Looks like that's indeed the reason.  The problem appeared between Jan
27 and Feb 2 of this year, and the above commit was made on Jan 30.

Stefan, could you please take a look?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mouse not working in 'info'
  2018-03-25 17:19         ` Eli Zaretskii
  2018-03-25 17:32           ` Eli Zaretskii
@ 2018-03-25 18:47           ` Colin Baxter
  1 sibling, 0 replies; 10+ messages in thread
From: Colin Baxter @ 2018-03-25 18:47 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

>>>>> Eli Zaretskii <eliz@gnu.org> writes:

    >> From: Colin Baxter <m43cap@yandex.com> Cc: emacs-devel@gnu.org
    >> Cc: Date: Sun, 25 Mar 2018 18:03:53 +0100
    >> 
    >> >> M-x ;; execute-extended-command i ;; self-insert-command n ;;
    >> >> self-insert-command f ;; self-insert-command o ;; >>
    >> self-insert-command <return> ;; minibuffer-complete-and-exit >>
    >> <help-echo> <help-echo> <help-echo> <help-echo> <down-mouse-1> ;;
    >> >> mouse-drag-region <help-echo> <mouse-movement> ;; >>
    >> anonymous-command <mouse-1> ;; Info-mouse-follow-nearest-node >>
    >> <help-echo> <help-echo> <help-echo> <down-mouse-1> ;; >>
    >> mouse-drag-header-line <mouse-1> ;; nil C-h l ;; view-lossage
    >> 
    >> > So where did those mouse-2 and mouse-3 come from?  "C-h l" says
    >> > that Emacs only saw mouse-1 buttons. Do you have some >
    >> button-rebinding customizations?
    >> 
    >> Not that I'm aware off. There's no issue using emacs-26-0.91
    >> (pretest) or emacs-25.3.1 (all with emacs -q).

    > Ah, now that you say this is only on the trunk, I see it on my
    > system as well.  I was duped by your reference to a 2-button
    > mouse, which evidently has nothing to do with this problem.

    > Could you see if commit 3d5e31e is somehow involved in this?


I've revert commit 3d5e31eceb9dc1fb62b2b27bcab549df3bd04ce9 and the
mouse problem does indeed go away. I can now navigate up the info nodes
successfully.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mouse not working in 'info'
  2018-03-25 17:32           ` Eli Zaretskii
@ 2018-03-25 20:10             ` Stefan Monnier
  2018-03-26 15:00               ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Monnier @ 2018-03-25 20:10 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: m43cap, emacs-devel

> Stefan, could you please take a look?

Hmm... do we have a bug number of this?


        Stefan



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mouse not working in 'info'
  2018-03-25 20:10             ` Stefan Monnier
@ 2018-03-26 15:00               ` Eli Zaretskii
  0 siblings, 0 replies; 10+ messages in thread
From: Eli Zaretskii @ 2018-03-26 15:00 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: m43cap, emacs-devel

> From: Stefan Monnier <monnier@IRO.UMontreal.CA>
> Date: Sun, 25 Mar 2018 16:10:23 -0400
> Cc: m43cap@yandex.com, emacs-devel@gnu.org
> 
> > Stefan, could you please take a look?
> 
> Hmm... do we have a bug number of this?

We have now: bug#30955.



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-03-26 15:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-25 14:15 mouse not working in 'info' Colin Baxter
2018-03-25 15:28 ` Eli Zaretskii
2018-03-25 15:47   ` Colin Baxter
2018-03-25 16:44     ` Eli Zaretskii
2018-03-25 17:03       ` Colin Baxter
2018-03-25 17:19         ` Eli Zaretskii
2018-03-25 17:32           ` Eli Zaretskii
2018-03-25 20:10             ` Stefan Monnier
2018-03-26 15:00               ` Eli Zaretskii
2018-03-25 18:47           ` Colin Baxter

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).