all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Ryde <user42@zip.com.au>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-pretest-bug@gnu.org
Subject: bug#406: 23.0.60; customize or whatever to disable gpm-mouse-mode
Date: Sat, 14 Jun 2008 06:53:59 +1000	[thread overview]
Message-ID: <874p7xgioo.fsf@blah.blah> (raw)
In-Reply-To: jwvej75owg8.fsf-monnier+emacs@gnu.org

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

Stefan Monnier <monnier@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).



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: linux.el.gpm.diff --]
[-- Type: text/x-diff, Size: 718 bytes --]

*** 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

  reply	other threads:[~2008-06-13 20:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-01 22:44 23.0.60; customize or whatever to disable gpm-mouse-mode Kevin Ryde
2008-06-10 21:14 ` Stefan Monnier
2008-06-13 20:53   ` Kevin Ryde [this message]
2008-06-13 22:00     ` bug#409: " Stefan Monnier
2008-07-01  4:10       ` bug#409: marked as done (23.0.60; customize or whatever to disable gpm-mouse-mode) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874p7xgioo.fsf@blah.blah \
    --to=user42@zip.com.au \
    --cc=406@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.