From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Eure Newsgroups: gmane.emacs.help Subject: Re: Emacs 23.1 on Mac OS X Trackpad does not work Date: Sun, 2 Aug 2009 09:50:13 -0700 Message-ID: <01322B28-BDAA-4379-BEE4-CF4BD5FF50F5@digg.com> References: <3b9893450908020026x54f40d65rd3593f5456de5863@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249231859 4344 80.91.229.12 (2 Aug 2009 16:50:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Aug 2009 16:50:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: n179911 Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 02 18:50:49 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MXeGm-00020m-11 for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Aug 2009 18:50:48 +0200 Original-Received: from localhost ([127.0.0.1]:49931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXeGl-0004x5-FN for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Aug 2009 12:50:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXeGO-0004vp-H0 for help-gnu-emacs@gnu.org; Sun, 02 Aug 2009 12:50:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXeGL-0004vQ-04 for help-gnu-emacs@gnu.org; Sun, 02 Aug 2009 12:50:24 -0400 Original-Received: from [199.232.76.173] (port=36554 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXeGK-0004vN-Qa for help-gnu-emacs@gnu.org; Sun, 02 Aug 2009 12:50:20 -0400 Original-Received: from mail.digg.com ([64.191.203.36]:42766) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXeGK-0005xq-E0 for help-gnu-emacs@gnu.org; Sun, 02 Aug 2009 12:50:20 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id B4FE122CC01E; Sun, 2 Aug 2009 09:50:18 -0700 (PDT) X-Virus-Scanned: amavisd-new at d242.digg.internal Original-Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UZdfpSSgRlPX; Sun, 2 Aug 2009 09:50:14 -0700 (PDT) Original-Received: from [192.168.1.198] (adsl-69-104-90-156.dsl.pltn13.pacbell.net [69.104.90.156]) by mail.digg.com (Postfix) with ESMTP id F103C22CC017; Sun, 2 Aug 2009 09:50:13 -0700 (PDT) In-Reply-To: <3b9893450908020026x54f40d65rd3593f5456de5863@mail.gmail.com> X-Mailer: Apple Mail (2.935.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66663 Archived-At: 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