all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@web.de>
To: Aaron Meurer <asmeurer@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Mouse support does not work
Date: Tue, 10 Jan 2012 23:31:12 +0100	[thread overview]
Message-ID: <3FA9F2A1-8559-4F0C-AF5A-F042B04BBADB@web.de> (raw)
In-Reply-To: <CAKgW=6+7gKrSQ2bXHDrbBEC0Hyoq16pj8Q10brROwA1fXTjeKg@mail.gmail.com>


Am 10.1.2012 um 23:06 schrieb Aaron Meurer:

> Middle clicking (iTerm2 lets you set three
> finger click to middle click) doesn't do anything, though that's
> probably because it isn't set to do anything in my tests.  How can I
> test this?

Check it with: C-h k <some mouse event>.

This will open a *Help* buffer with some explanations and possibly hyper-links. I think middle click or mouse-2 is context sensitive and gives different options in different (buffer) modes. Just try it with C-h k in *shell*, *scratch*, other buffers!

> 
> Now that this is working, I have some more questions, if you don't mind:
> 
> - I have this setting, from customize:
> 
> '(mouse-wheel-scroll-amount (quote (1)))
> 
> which is supposed to make scrolling go one line at a time.  But it
> goes at least two lines at a time. If I change the 1 to 2, it scrolls
> by four lines at a time, and so on.  It won't let me enter 0.5.

It might slow down by pressing the Shift button on the keyboard. This works in the X client variant fine, while the NS variant fails to understand this. (The NS variant is a native Mac OS X application using Quartz.) The "AppKit Emacs", a still called experimental hack, is very sane in this respect: very good scroll speed, including "momentum" and no complaints when overshoot, pressing Shift accelerates speed. It is also a native Quartz client, using almost no "external" libraries, i.e., it's something like 100 % Mac OS X, best when you have to use non-Latin scripts.

> 
> - I have momentum scrolling enabled, which means that I can "flick"
> the scroll, and it will go aways.  But emacs beeps when it is at the
> end and cannot scroll any more, which is really annoying in
> conjunction with this, as it beeps several times when I "flick" past
> the bottom or top.  Is there a way to disable this beeping?

Use the above mentioned "AppKit Emacs" – you just need to compile and install it yourself. In the coming weeks we might experience the release of GNU Emacs 24.1 and later of "AppKit Emacs" 24.1 – right now it is based on GNU Emacs 23.3b, the current release of GNU Emacs.

> 
> - Is there a way to make scrolling not kill an I-search?

I don't know! Why do you want to scroll in that "mode"? Because you want to centre the found text at the bottom? Then try C-l! Or press C-l twice. (Or three times...)

--
Greetings

  Pete

I love deadlines. I love the whooshing noise they make as they go by.
				– Douglas Adams




  reply	other threads:[~2012-01-10 22:31 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-10  9:18 Mouse support does not work Aaron Meurer
2012-01-10 17:24 ` Tassilo Horn
2012-01-10 18:29   ` Eli Zaretskii
2012-01-10 21:00     ` Tassilo Horn
2012-01-10 21:32       ` Peter Dyballa
2012-01-11  8:04         ` Tassilo Horn
2012-01-11 22:12           ` Peter Dyballa
2012-01-12  7:22             ` Tassilo Horn
2012-01-12  9:44               ` Peter Dyballa
2012-01-12  9:56                 ` Tassilo Horn
2012-01-12 10:06                   ` Peter Dyballa
2012-01-10 21:31     ` Peter Dyballa
2012-01-10 21:29 ` Peter Dyballa
2012-01-10 22:06   ` Aaron Meurer
2012-01-10 22:31     ` Peter Dyballa [this message]
2012-01-10 22:50       ` Aaron Meurer
2012-01-10 23:26         ` Peter Dyballa
2012-01-11 12:50           ` Aaron Meurer
2012-01-11 14:24             ` Drew Adams
2012-01-11 14:37             ` Drew Adams
2012-01-11 15:28               ` Aaron Meurer
2012-01-11 19:10                 ` Drew Adams
2012-01-11 21:14                   ` Aaron Meurer
2012-01-14 16:45                     ` Aaron Meurer
2012-01-14 16:53                       ` Drew Adams
2012-01-14 17:26                         ` Aaron Meurer
2012-01-14 17:37                           ` Drew Adams
2012-01-14 17:49                             ` Aaron Meurer
2012-01-14 18:20                               ` Drew Adams
2012-01-14 19:55                                 ` Aaron Meurer
2012-01-14 20:08                                   ` Drew Adams
2012-01-14 20:32                                     ` Aaron Meurer
2012-01-14 21:00                                       ` Drew Adams
2012-01-15  0:01                                         ` Aaron Meurer
2012-01-15  0:55                                     ` Peter Dyballa
2012-01-15  0:58                                       ` Drew Adams
2012-01-15 15:19                                         ` Peter Dyballa
2012-01-15  1:13                                       ` Aaron Meurer
2012-01-15 15:28                                         ` Peter Dyballa
2012-01-15 15:47                                           ` Aaron Meurer
2012-01-15 16:30                                             ` Peter Dyballa
2012-01-16 18:22                                               ` Aaron Meurer
2012-01-14 17:46                           ` Aaron Meurer
2012-01-10 23:44         ` Peter Dyballa
2012-01-11  6:31           ` Jonathan Groll
2012-01-11  6:15         ` Jonathan Groll

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=3FA9F2A1-8559-4F0C-AF5A-F042B04BBADB@web.de \
    --to=peter_dyballa@web.de \
    --cc=asmeurer@gmail.com \
    --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.