unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11174: 24.0.94; regression: mouse-2 in *Help* error: "No cross-reference here"
@ 2012-04-04 17:45 Drew Adams
  2012-04-20  7:55 ` Chong Yidong
  0 siblings, 1 reply; 5+ messages in thread
From: Drew Adams @ 2012-04-04 17:45 UTC (permalink / raw)
  To: 11174

emacs -Q
 
C-h f customize-apropos
 
Click mouse-2 on the `cus-edit.el' link.  Do not select the *Help*
window first.  This error is raised: "No cross-reference here".
 
Click the link again, and the link is followed.  It is only the first
click (each time *Help* is created) that is bugged.  There is no such
bug for a mouse-1 click on the link.
 
If you first click mouse-1 in the *Help* buffer, then the first mouse-2
click works.  A mouse-2 click without first selecting the *Help* window
is bugged.
 
This is a regression wrt Emacs 23 (and 22...).

In GNU Emacs 24.0.94.1 (i386-mingw-nt5.1.2600)
 of 2012-03-19 on MARVIN
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.6) --no-opt --enable-checking --cflags
 -ID:/devel/emacs/libs/libXpm-3.5.8/include
 -ID:/devel/emacs/libs/libXpm-3.5.8/src
 -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include
 -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include
 -ID:/devel/emacs/libs/giflib-4.1.4-1/include
 -ID:/devel/emacs/libs/jpeg-6b-4/include
 -ID:/devel/emacs/libs/tiff-3.8.2-1/include
 -ID:/devel/emacs/libs/gnutls-3.0.9/include'
 






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

* bug#11174: 24.0.94; regression: mouse-2 in *Help* error: "No cross-reference here"
  2012-04-04 17:45 bug#11174: 24.0.94; regression: mouse-2 in *Help* error: "No cross-reference here" Drew Adams
@ 2012-04-20  7:55 ` Chong Yidong
  2012-04-20 10:00   ` martin rudalics
  0 siblings, 1 reply; 5+ messages in thread
From: Chong Yidong @ 2012-04-20  7:55 UTC (permalink / raw)
  To: Drew Adams; +Cc: 11174

"Drew Adams" <drew.adams@oracle.com> writes:

> emacs -Q
>  
> C-h f customize-apropos
>  
> Click mouse-2 on the `cus-edit.el' link.  Do not select the *Help*
> window first.  This error is raised: "No cross-reference here".

Unreproducible on latest emacs-24 branch (x86_64-unknown-linux-gnu).

Maybe someone with access to Windows could give it a shot.





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

* bug#11174: 24.0.94; regression: mouse-2 in *Help* error: "No cross-reference here"
  2012-04-20  7:55 ` Chong Yidong
@ 2012-04-20 10:00   ` martin rudalics
  2012-04-20 10:19     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: martin rudalics @ 2012-04-20 10:00 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 11174

 >> emacs -Q
 >>
 >> C-h f customize-apropos
 >>
 >> Click mouse-2 on the `cus-edit.el' link.  Do not select the *Help*
 >> window first.  This error is raised: "No cross-reference here".
 >
 > Unreproducible on latest emacs-24 branch (x86_64-unknown-linux-gnu).
 >
 > Maybe someone with access to Windows could give it a shot.

Unreproducible with latest emacs-24 branch on Windows XP.

martin





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

* bug#11174: 24.0.94; regression: mouse-2 in *Help* error: "No cross-reference here"
  2012-04-20 10:00   ` martin rudalics
@ 2012-04-20 10:19     ` Eli Zaretskii
  2012-04-20 20:45       ` Juanma Barranquero
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2012-04-20 10:19 UTC (permalink / raw)
  To: martin rudalics; +Cc: cyd, 11174

> Date: Fri, 20 Apr 2012 12:00:54 +0200
> From: martin rudalics <rudalics@gmx.at>
> Cc: 11174@debbugs.gnu.org
> 
>  >> emacs -Q
>  >>
>  >> C-h f customize-apropos
>  >>
>  >> Click mouse-2 on the `cus-edit.el' link.  Do not select the *Help*
>  >> window first.  This error is raised: "No cross-reference here".
>  >
>  > Unreproducible on latest emacs-24 branch (x86_64-unknown-linux-gnu).
>  >
>  > Maybe someone with access to Windows could give it a shot.
> 
> Unreproducible with latest emacs-24 branch on Windows XP.

Likewise.





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

* bug#11174: 24.0.94; regression: mouse-2 in *Help* error: "No cross-reference here"
  2012-04-20 10:19     ` Eli Zaretskii
@ 2012-04-20 20:45       ` Juanma Barranquero
  0 siblings, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2012-04-20 20:45 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: cyd, 11174

On Fri, Apr 20, 2012 at 12:19, Eli Zaretskii <eliz@gnu.org> wrote:

> Likewise.

Unreproducible with emacs-24, 24.0.95 or the trunk.

    Juanma





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

end of thread, other threads:[~2012-04-20 20:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-04 17:45 bug#11174: 24.0.94; regression: mouse-2 in *Help* error: "No cross-reference here" Drew Adams
2012-04-20  7:55 ` Chong Yidong
2012-04-20 10:00   ` martin rudalics
2012-04-20 10:19     ` Eli Zaretskii
2012-04-20 20:45       ` Juanma Barranquero

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).