GNU bug report logs - #2832
FW: 23.0.92; bad interaction between M-x man and mouse-sel-mode

Previous Next

Package: emacs;

Reported by: "Marshall, Simon" <Simon.Marshall <at> misys.com>

Date: Tue, 31 Mar 2009 10:00:03 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2832 in the body.
You can then email your comments to 2832 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2832; Package emacs. (Tue, 31 Mar 2009 10:00:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Marshall, Simon" <Simon.Marshall <at> misys.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 31 Mar 2009 10:00:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Marshall, Simon" <Simon.Marshall <at> misys.com>
To: <emacs-pretest-bug <at> gnu.org>
Subject: FW: 23.0.92; bad interaction between M-x man and mouse-sel-mode
Date: Tue, 31 Mar 2009 10:51:12 +0100
[Message part 1 (text/plain, inline)]
duh.  i sent this to pretesters not pretesters-bug.  sorry about that.

________________________________

From: Marshall, Simon [mailto:Simon.Marshall <at> misys.com] 
Sent: 31 March 2009 10:38
To: emacs-pretesters <at> gnu.org
Subject: 23.0.92; bad interaction between M-x man and mouse-sel-mode



23.0.92 builds fine on: 

In GNU Emacs 23.0.92.1 (sparc-sun-solaris2.8, Motif Version 2.1.0) 
 of 2009-03-31 on risksun2 
Windowing system distributor `Hummingbird Ltd.', version 11.0.100015 
configured using `configure
'--x-includes=/usr/openwin/include:/usr/dt/include:/usr/local/include:/u
sr/local/X11/include'
'--x-libraries=/usr/openwin/lib:/usr/dt/lib:/usr/local/lib:/usr/local/X1
1/lib' '--with-x-toolkit=motif' '--with-jpeg=no' '--with-gif=no'
'--with-tiff=no''

Important settings: 
  value of $LC_ALL: nil 
  value of $LC_COLLATE: nil 
  value of $LC_CTYPE: nil 
  value of $LC_MESSAGES: nil 
  value of $LC_MONETARY: nil 
  value of $LC_NUMERIC: nil 
  value of $LC_TIME: nil 
  value of $LANG: C 
  value of $XMODIFIERS: nil 
  locale-coding-system: nil 
  default-enable-multibyte-characters: t 

However, there is a bad interaction between M-x man and mouse-sel-mode.
This is not new; it's just the first chance I've had to isolate it.  Do:

emacs -Q 
M-x man RET sh RET C-x 0 

To get the sh(1) man page up.  Scroll down to SEE ALSO and NOTES section
and move point to bol of a line in the NOTES section, eg, of the line
beginning "Words" below:

SEE ALSO 
     intro(1), bc(1),  echo(1),  getoptcvt(1),  kill(1),  ksh(1), 
[blah blah blah] 

NOTES 
     Words used for filenames in input/output redirection are not 
     interpreted   for   filename   generation   (see  File  Name 

Now do mouse-1 on an entry in the SEE ALSO section, eg, intro(1).  I see
a new window with selection showing the intro(1) man page (and point has
moved in the sh(1) man page window to the intro(1) entry).  Fine so far.


Now move point in the sh(1) man page window back to bol in the NOTES
sections as before.  Do M-x mouse-sel-mode RET and repeat the mouse-1 on
an entry in the SEE ALSO section, eg, intro(1).  I see an error in the
echo area:

error in process sentinel: No manual entry for Words. 

It seems mouse-sel-mode has commandeered mouse-1 in some way.  The
tooltip I see when I hover over an entry in the SEE ALSO section, eg,
intro(1), has not changed however.

Simon. 



"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 
[Message part 2 (text/html, inline)]

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2832; Package emacs. (Mon, 08 Jun 2009 09:50:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Marshall, Simon" <Simon.Marshall <at> misys.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 08 Jun 2009 09:50:04 GMT) Full text and rfc822 format available.

Message #10 received at 2832 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Marshall, Simon" <Simon.Marshall <at> misys.com>
To: <2832 <at> debbugs.gnu.org>
Subject: RE: bug#2832: Acknowledgement (FW: 23.0.92; bad interaction between  M-x man and mouse-sel-mode)
Date: Mon, 8 Jun 2009 10:45:28 +0100
I'm resending this because the June 1 email seemed to disappear...

-----Original Message-----
From: Marshall, Simon 
Sent: 01 June 2009 11:36
To: '2832 <at> debbugs.gnu.org'
Subject: RE: bug#2832: Acknowledgement (FW: 23.0.92; bad interaction
between M-x man and mouse-sel-mode)

This bug also applies to 23.0.94. 

-----Original Message-----
From: Emacs bug Tracking System
[mailto:help-debbugs <at> gnu.org] 
Sent: 31 March 2009 11:00
To: Marshall, Simon
Subject: bug#2832: Acknowledgement (FW: 23.0.92; bad interaction between
M-x man and mouse-sel-mode)


Thank you for filing a new bug report with Emacs.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 Emacs Bugs <bug-gnu-emacs <at> gnu.org>

If you wish to submit further information on this problem, please
send it to 2832 <at> debbugs.gnu.org, as before.

Please do not send mail to help-debbugs <at> gnu.org unless you
wish
to report a problem with the Bug-tracking system.


-- 
2832: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2832
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems


"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 



Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#2832; Package emacs. (Tue, 12 Jul 2011 19:05:02 GMT) Full text and rfc822 format available.

Message #13 received at 2832 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Marshall\, Simon" <Simon.Marshall <at> misys.com>
Cc: 2832 <at> debbugs.gnu.org
Subject: Re: FW: 23.0.92; bad interaction between M-x man and mouse-sel-mode
Date: Tue, 12 Jul 2011 15:04:33 -0400
> emacs -Q
> M-x man RET sh RET C-x 0

> Now move point in the sh(1) man page window back to bol in the NOTES
> sections as before.  Do M-x mouse-sel-mode RET and repeat the mouse-1
> on an entry in the SEE ALSO section, eg, intro(1).  I see an error in
> the echo area:

I believe this bug is no longer present (the mouse code has changed a
lot in the meantime, but I can't reproduce this problem now).  Thanks
for the report.




bug closed, send any further explanations to 2832 <at> debbugs.gnu.org and "Marshall, Simon" <Simon.Marshall <at> misys.com> Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> debbugs.gnu.org. (Tue, 12 Jul 2011 19:05:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 10 Aug 2011 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 318 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.