From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: disable mouse input Date: Fri, 14 Sep 2012 23:47:21 +0530 Message-ID: <87vcfgzcy6.fsf@gmail.com> References: <25D3A1F4-424F-48A4-AB76-CA71FB153E95@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1347646596 32498 80.91.229.3 (14 Sep 2012 18:16:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2012 18:16:36 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Ferdinand Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 14 20:16:39 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TCaRS-0003Hf-Fd for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Sep 2012 20:16:38 +0200 Original-Received: from localhost ([::1]:50366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCaRO-00054Y-B5 for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Sep 2012 14:16:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCaRG-00053B-V5 for help-gnu-emacs@gnu.org; Fri, 14 Sep 2012 14:16:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCaRF-00016Y-H8 for help-gnu-emacs@gnu.org; Fri, 14 Sep 2012 14:16:26 -0400 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:55557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCaRF-00016A-AH for help-gnu-emacs@gnu.org; Fri, 14 Sep 2012 14:16:25 -0400 Original-Received: by dadi14 with SMTP id i14so2936135dad.0 for ; Fri, 14 Sep 2012 11:16:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=R5qJmhWTrFR1jZvZKq+5FvhhiBkrdNffgwPUYaFkbNQ=; b=qYaGlTkDAByowftn0puHB3/f9729aJR3rVF8RCpu3QzTnXG59Xm2jcrSUt1jnAR+TH GT77+3hlipPduZEED+l1Bejakzj8ja5ZH+KPwy9j6Fp64EEfGB/ai/UU1+0AWjhLJKMi ymYG4pfAjuk6ybLD9J+K6MUYPl+RO6hZvOgBz8lqlpSXKJ+nTjVXrJh3oAGxeFxm3Eg+ XCcUKTLVVVtkjiPr4ZyhN8FGRbT0yL8lXdAq7lbkjd44JVwp0GMlV4hGeVsXxFSuA7DS pMlmIM7Tl2q9htkZnX8ZGYIeG+CCMid13sNq47JFGA08s2Bm+z7YDQAoJUG8e2DEdBBA 0kDQ== Original-Received: by 10.68.197.104 with SMTP id it8mr6053731pbc.167.1347646584552; Fri, 14 Sep 2012 11:16:24 -0700 (PDT) Original-Received: from debian-6.05 ([115.242.167.135]) by mx.google.com with ESMTPS id gf3sm1342015pbc.74.2012.09.14.11.16.21 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Sep 2012 11:16:23 -0700 (PDT) In-Reply-To: <25D3A1F4-424F-48A4-AB76-CA71FB153E95@gmx.de> (Ferdinand's message of "Fri, 14 Sep 2012 20:06:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86773 Archived-At: See www.gnu.org/software/emacs/tour/ Specifically the moving around in buffers part. > Hi, > > I currently try to learn to work with emacs. > But I am really used to work with the mouse (mainly to scroll through > text-documents and position the cursor). > > In emacs this feels a little bit out of place > (especially because I am working on Mac OS and my emacs version has no > inertia scrolling). > > But since I am so used to using the mouse (actually the trackpad) it > just happens automatically. > Is there any way to disable mouse / trackpad input in emacs? > > > And, for the emacs professionals here on the list; do you really not > use the mouse at all? > > How do you navigate through a document quickly (to get an overview)? > Or how do you jump to a specific position without the mouse? > > > thanks for any help and suggestions! > --