Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'programmer': 0.03; 'odd': 0.07; 'bash': 0.09; 'subject:features': 0.09; 'cc:addr:python- list': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'macros': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:python.org': 0.22; 'keyboard': 0.24; 'skip': 0.24; 'versions': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'record': 0.27; 'message-id:@mail.gmail.com': 0.30; 'common': 0.35; 'received:google.com': 0.35; 'are,': 0.36; 'useful': 0.36; 'two': 0.37; 'recent': 0.39; "couldn't": 0.39; 'how': 0.40; 'most': 0.60; 'subject:Important': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=mnKcK+8+h0gqewGPbvU+v/Sb+nOEjRyKXUMbvuepFEo=; b=D22Ysiy/E9SxXza1n2u0lClJnjrTdJhkbIcSJz074TJ6AuQIbfJcmfjcjYIWNRyZFI ZAfc50B7yN5JQt0PlcjmrdaFZ1QFNwEsaXfb4A9Gjyg60kHT/JYh8FceEAK+X14ufRO9 ZTLNU/Ruuc4/ikDLv7o3ETMhyZ3NfvZO2gBXbevRPBkDY4lzUZQuAkMfSzrZ4TlIPlCW PZi8mS3TXoUIPJw8syMWLSunN5iM4b2YSqw9acz/7uXO7DYtmebn+Ldg248H2O1wxvxI 2GL/e+eMkcS9EYACOTle/47y+BCXqsZUtT7aklzoFalNDb6ql7fOjzyn/6kRipOqaUr4 bekQ== MIME-Version: 1.0 X-Received: by 10.50.16.99 with SMTP id f3mr8465483igd.13.1373278916091; Mon, 08 Jul 2013 03:21:56 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <51da5e32$0$6512$c3e8da3$5496439d@news.astraweb.com> References: <0eab9d68-da63-41b0-bad4-d7b4457128ce@googlegroups.com> <3a2c6b65-e964-429c-9009-73bc90b10c6d@googlegroups.com> <51da5e32$0$6512$c3e8da3$5496439d@news.astraweb.com> Date: Mon, 8 Jul 2013 05:21:55 -0500 X-Google-Sender-Auth: rEtD_OY9ypzqpsgO1x083fvF0lo Subject: Re: Important features for editors From: Skip Montanaro To: "Steven D'Aprano" Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373278925 news.xs4all.nl 15913 [2001:888:2000:d::a6]:52833 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50140 >> I couldn't live without the keyboard macro record and playback. > > I used to work with a programmer who couldn't live without his insulin > injections. Hyperbole aside, two of my most common "crutches" are Emacs macros and bash history. Given how useful macros are, I find it very odd that recent versions of GNU Emacs dispensed with the old key binding to C-x c. Skip