Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'lines,': 0.07; 'mouse': 0.07; 'subject: [': 0.09; 'subject:features': 0.09; 'url:software': 0.09; 'cc:addr:python-list': 0.11; "can't.": 0.16; 'costs.': 0.16; 'emacs,': 0.16; 'url:gnu': 0.16; 'wrote:': 0.18; 'code,': 0.22; 'cc:addr:python.org': 0.22; 'keyboard': 0.24; 'scroll': 0.24; 'skip': 0.24; 'text.': 0.24; 'fine': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'especially': 0.30; 'message-id:@mail.gmail.com': 0.30; 'gives': 0.31; 'programmers': 0.33; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'subject:]': 0.38; 'pm,': 0.38; 'deleting': 0.60; 'movement': 0.65; 'subject:Important': 0.65; 'to:addr:gmail.com': 0.65; 'between': 0.67; 'jul': 0.74; 'needed:': 0.84; 'url:el': 0.84; 'wheel': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UsNl5bilcvgF5pdDKWmArXl8Xd7L/6HLTrmTTAuCbyg=; b=pqGXbsovG+fcjFnPA3faJKPYhetUPtCSSjC4y4k4rBeFAUF5pTM0/AexaeusQSt+nF YRNQVxCb0UZE1hJlVmwpkXidSF4bkq3j9oocBOF8DruPegFqwGuJS2jiuW2z3Si5s18o qaha8G6mIEVsM7GAUaPtvGMeoLh8LiVTBTXcFyheiAp15lXNHEORU2Pb70YnJ8ektLsa 1Egdgh+CM2C+SOVUxDth8D35nImb96UsTq8/1WOyx5XAAkdisze1j7ViRe3SzbOBr94S suY3uISAbhOpu+mZBVVXTCbHqt9h3DMFNW8Wgr3lwkLPGigjmqAIuewCdZ2okluEYzl/ aiNA== MIME-Version: 1.0 X-Received: by 10.50.129.68 with SMTP id nu4mr35597057igb.9.1373429832097; Tue, 09 Jul 2013 21:17:12 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Jul 2013 12:17:12 +0800 Subject: Re: Editor Ergonomics [was: Important features for editors] From: Xue Fuqiao To: Giorgos Tzampanakis Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Wed, 10 Jul 2013 10:04:37 +0200 Cc: python-list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373443479 news.xs4all.nl 15961 [2001:888:2000:d::a6]:47841 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50306 On Mon, Jul 8, 2013 at 2:54 PM, Giorgos Tzampanakis wrote: > On 2013-07-06, Skip Montanaro wrote: >> * movement between the mouse and the keyboard > > Avoid at all costs. Use an editor that never needs the mouse (emacs or > vim). I don't use vim often, but for Emacs, I think mouse is often needed: * It is especially handy for selecting and deleting text. * Mouse wheel gives you fine control. You can scroll by a few lines, but scroll-{up, down}-command can't. For programmers working on source code, this is especially nice. * There is mouse3.el[fn:1], which is very convenient. Footnotes: [fn:1] http://www.emacswiki.org/emacs/mouse3.el -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/