GNU bug report logs - #406
23.0.60; customize or whatever to disable gpm-mouse-mode

Previous Next

Package: emacs;

Reported by: Kevin Ryde <user42 <at> zip.com.au>

Date: Fri, 13 Jun 2008 21:00:04 UTC

Severity: normal

Merged with 409

Done: Glenn Morris <rgm <at> gnu.org>

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 406 in the body.
You can then email your comments to 406 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#406; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Kevin Ryde <user42 <at> zip.com.au>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

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

From: Kevin Ryde <user42 <at> zip.com.au>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: emacs-pretest-bug <at> gnu.org
Subject: Re: 23.0.60; customize or whatever to disable gpm-mouse-mode
Date: Sat, 14 Jun 2008 06:53:59 +1000
[Message part 1 (text/plain, inline)]
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:
>
> Can you try the patch below to see if it works more like what you'd expect?

Seems no longer enabled on startup at all.

I think it may have to load t-mouse, which the ignore-errors hides.
Perhaps a message on failing to enable too (the usual one being the
server not running).


[linux.el.gpm.diff (text/x-diff, inline)]
*** linux.el	12 Jun 2008 09:11:07 +1000	1.14
--- linux.el	13 Jun 2008 16:04:09 +1000	
***************
*** 9,15 ****
    ;; It can't really display underlines.
    (tty-no-underline)
  
!   (ignore-errors (if gpm-mouse-mode (gpm-mouse-enable)))
  
    ;; Make Latin-1 input characters work, too.
    ;; Meta will continue to work, because the kernel
--- 9,19 ----
    ;; It can't really display underlines.
    (tty-no-underline)
  
!   (when gpm-mouse-mode
!     (require 't-mouse)
!     (condition-case err
!         (gpm-mouse-enable)
!       (error (message "gpm-mouse-mode: %s" (error-message-string err)))))
  
    ;; Make Latin-1 input characters work, too.
    ;; Meta will continue to work, because the kernel

Forcibly Merged 406 409. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Tue, 01 Jul 2008 07:15:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <don <at> donarmstrong.com> to internal_control <at> emacsbugs.donarmstrong.com. (Tue, 29 Jul 2008 14:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 17 years and 42 days ago.

Previous Next


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