all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: philkime <Philip@kime.org.uk>
Cc: help-gnu-emacs@gnu.org
Subject: Re: mouse-2 event in Emacs 23.60.1 - ignored?
Date: Wed, 2 Jul 2008 20:47:49 +0200	[thread overview]
Message-ID: <659616C1-4552-4D3E-9B64-B28C338AC8E5@Web.DE> (raw)
In-Reply-To: <1f1302c2-282e-491a-964b-c31dab22794e@q24g2000prf.googlegroups.com>


Am 02.07.2008 um 06:46 schrieb philkime:

> I can't get Emacs 23.60.1 on OSX (Emacs.app) to recognise mouse-2
> events.


When you're really writing on the Cocoa port, then it might be better  
to write to this list:

_____________________________________________________________
	MacOSX-Emacs mailing list
	MacOSX-Emacs@email.esm.psu.edu
	http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
	List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx

There were already reports on this effect. Here is an eMail I saved:

> Rodney Sparapani wrote:
>
>
>> Hi Adrian:
>> Great work!  I re-discovered one bug and then I found the  
>> solution.  See
>> http://sourceforge.net/tracker/index.php? 
>> func=detail&aid=1867278&group_id=148174&atid=770754 The short  
>> version is wheel mouse and 2-finger scrolling don't work. However,  
>> the solution is simple:
>> ;; Enable wheelmouse support by default
>> (require 'mwheel)
>> ;;Define the mouse scroll wheel
>> (defun up-slightly () (interactive) (scroll-up 5))
>> (defun down-slightly () (interactive) (scroll-down 5))
>> (global-set-key [mouse-4] 'down-slightly)
>> (global-set-key [mouse-5] 'up-slightly)
>> ;;Support for scrolling Griffin powermate
>> (global-set-key [wheel-down] 'up-slightly)
>> (global-set-key [wheel-up] 'down-slightly)
>> (global-set-key [double-wheel-down] 'up-slightly)
>> (global-set-key [double-wheel-up] 'down-slightly)
>> (global-set-key [triple-wheel-down] 'up-slightly)
>> (global-set-key [triple-wheel-up] 'down-slightly)
>> This is courtesy of
>> http://www.the-forgotten.org/wp-content/uploads/emacs/dot-emacs
>> where other interesting nuggets most likely can be found.
>> Rodney
>>
>
> This bug seems to have disappeared from the tracker.  But, in any  
> case, Marcus Crestani has posted a much more elegant fix on xemacs- 
> beta:
>
>   (require 'mwheel)
>   (mwheel-install)
>   (setq mwheel-follow-mouse t)
>
> Rodney


--
Greetings

   Pete

There's no place like 127.0.0.1
			– origin unknown







      reply	other threads:[~2008-07-02 18:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-02  4:46 mouse-2 event in Emacs 23.60.1 - ignored? philkime
2008-07-02 18:47 ` Peter Dyballa [this message]

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=659616C1-4552-4D3E-9B64-B28C338AC8E5@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=Philip@kime.org.uk \
    --cc=help-gnu-emacs@gnu.org \
    /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.