GNU bug report logs -
#406
23.0.60; customize or whatever to disable gpm-mouse-mode
Previous Next
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.
Full log
View this message in rfc822 format
[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
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.