all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs 23.1 on Mac OS X Trackpad does not work
@ 2009-08-02  7:26 n179911
  2009-08-02 16:50 ` Ian Eure
  0 siblings, 1 reply; 5+ messages in thread
From: n179911 @ 2009-08-02  7:26 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I have installed Emacs 23.1 on Mac OSX.
I would like to know how to get the track pad of MacBook Pro to work?
I just want it to scroll up /down within emacs.

I have tried adding:
(require 'mwheel)
(mwheel-install)

to my .emacs.

But that does not help.

I appreciate if you can give me some help.

Thank you.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs 23.1 on Mac OS X Trackpad does not work
  2009-08-02  7:26 Emacs 23.1 on Mac OS X Trackpad does not work n179911
@ 2009-08-02 16:50 ` Ian Eure
  2009-08-02 19:43   ` n179911
       [not found]   ` <mailman.3710.1249242198.2239.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Ian Eure @ 2009-08-02 16:50 UTC (permalink / raw)
  To: n179911; +Cc: help-gnu-emacs

On Aug 2, 2009, at 12:26 AM, n179911 wrote:

> Hi,
>
> I have installed Emacs 23.1 on Mac OSX.
> I would like to know how to get the track pad of MacBook Pro to work?
> I just want it to scroll up /down within emacs.
>
> I have tried adding:
> (require 'mwheel)
> (mwheel-install)
>
> to my .emacs.
>
> But that does not help.
>
(setq mouse-wheel-mode t)

  - Ian





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs 23.1 on Mac OS X Trackpad does not work
  2009-08-02 16:50 ` Ian Eure
@ 2009-08-02 19:43   ` n179911
       [not found]   ` <mailman.3710.1249242198.2239.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: n179911 @ 2009-08-02 19:43 UTC (permalink / raw)
  To: Ian Eure; +Cc: help-gnu-emacs

Thanks.  It turns out that when I start my emacs daemon, it does not
load my ~/.emacs
so (setq mouse-wheel-mode t) never get executed.

I tried add 'Emacs --daemon --user n17911' but that still does not
load my ~/.emacs

Can you please tell me how can I make (setq mouse-wheel-mode t)  in
emacs daemon?


On Sun, Aug 2, 2009 at 9:50 AM, Ian Eure<ian@digg.com> wrote:
> On Aug 2, 2009, at 12:26 AM, n179911 wrote:
>
>> Hi,
>>
>> I have installed Emacs 23.1 on Mac OSX.
>> I would like to know how to get the track pad of MacBook Pro to work?
>> I just want it to scroll up /down within emacs.
>>
>> I have tried adding:
>> (require 'mwheel)
>> (mwheel-install)
>>
>> to my .emacs.
>>
>> But that does not help.
>>
> (setq mouse-wheel-mode t)
>
>  - Ian
>
>




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs 23.1 on Mac OS X Trackpad does not work
       [not found]   ` <mailman.3710.1249242198.2239.help-gnu-emacs@gnu.org>
@ 2009-08-11  3:55     ` Chaoyi
  2009-08-11 23:15       ` Peter Dyballa
  0 siblings, 1 reply; 5+ messages in thread
From: Chaoyi @ 2009-08-11  3:55 UTC (permalink / raw)
  To: help-gnu-emacs

try "emacs -q -l ~/.emacs --daemon"

On Aug 2, 3:43 pm, n179911 <n179...@gmail.com> wrote:
> Thanks.  It turns out that when I start my emacs daemon, it does not
> load my ~/.emacs
> so (setq mouse-wheel-mode t) never get executed.
>
> I tried add 'Emacs --daemon --user n17911' but that still does not
> load my ~/.emacs
>
> Can you please tell me how can I make (setq mouse-wheel-mode t)  in
> emacs daemon?
>
> On Sun, Aug 2, 2009 at 9:50 AM, Ian Eure<i...@digg.com> wrote:
> > On Aug 2, 2009, at 12:26 AM, n179911 wrote:
>
> >> Hi,
>
> >> I have installed Emacs 23.1 on Mac OSX.
> >> I would like to know how to get the track pad of MacBook Pro to work?
> >> I just want it to scroll up /down within emacs.
>
> >> I have tried adding:
> >> (require 'mwheel)
> >> (mwheel-install)
>
> >> to my .emacs.
>
> >> But that does not help.
>
> > (setq mouse-wheel-mode t)
>
> >  - Ian



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs 23.1 on Mac OS X Trackpad does not work
  2009-08-11  3:55     ` Chaoyi
@ 2009-08-11 23:15       ` Peter Dyballa
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2009-08-11 23:15 UTC (permalink / raw)
  To: emacs-help gnu


>> so (setq mouse-wheel-mode t) never get executed.

You need to execute mouse-wheel-mode. See the documentation. The  
variable can only report which toggle state is active ar the moment.

--
Greetings

   Pete

I wouldn't recommend sex, drugs or insanity for everyone, but they've  
always worked for me.
				– Hunter S. Thompson







^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-11 23:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-02  7:26 Emacs 23.1 on Mac OS X Trackpad does not work n179911
2009-08-02 16:50 ` Ian Eure
2009-08-02 19:43   ` n179911
     [not found]   ` <mailman.3710.1249242198.2239.help-gnu-emacs@gnu.org>
2009-08-11  3:55     ` Chaoyi
2009-08-11 23:15       ` Peter Dyballa

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.