Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50163

Re: Important features for editors

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news1.tnib.de!feed.news.tnib.de!news.tnib.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'programmer': 0.03; 'argument': 0.05; 'odd': 0.07; 'bash': 0.09; 'bindings': 0.09; 'definition,': 0.09; 'prefix': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:features': 0.09; 'macro.': 0.16; 'macros': 0.16; 'macros.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'manual': 0.22; 'header:User-Agent:1': 0.23; 'keyboard': 0.24; 'skip': 0.24; 'mon,': 0.24; 'versions': 0.24; 'header:X -Complaints-To:1': 0.27; 'record': 0.27; 'skip:( 20': 0.30; 'older': 0.33; 'common': 0.35; 'definition': 0.35; 'are,': 0.36; 'described': 0.36; 'executing': 0.36; 'useful': 0.36; 'two': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; "couldn't": 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'above,': 0.60; 'commands': 0.60; 'most': 0.60; 'received:122': 0.63; 'subject:Important': 0.65; 'jul': 0.74
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Sivaram Neelakantan <nsivaram.net@gmail.com>
Subject Re: Important features for editors
Date Mon, 08 Jul 2013 19:54:07 +0530
References <0eab9d68-da63-41b0-bad4-d7b4457128ce@googlegroups.com> <3a2c6b65-e964-429c-9009-73bc90b10c6d@googlegroups.com> <51da5e32$0$6512$c3e8da3$5496439d@news.astraweb.com> <CANc-5Uyz+SHV4g=t1c2qQiEsZyhju2qPtV6pCk3NC3warPy5vA@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain
X-Gmane-NNTP-Posting-Host 122.178.232.195
User-Mail-Address nsivaram.net@gmail.com
User-Agent Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (windows-nt)
Cancel-Lock sha1:5F4rGr2nB0eJ/cyIcS3G6mRFv08=
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4390.1373305211.3114.python-list@python.org> (permalink)
Lines 28
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1373305211 news.xs4all.nl 15882 [2001:888:2000:d::a6]:58522
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:50163

Show key headers only | View raw


On Mon, Jul 08 2013,Skip Montanaro wrote:

>>> 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

Wasn't it C-x ( ?  From the manual

   In addition to the <F3> and <F4> commands described above, Emacs
also supports an older set of key bindings for defining and executing
keyboard macros.  To begin a macro definition, type `C-x ('
(`kmacro-start-macro'); as with <F3>, a prefix argument appends this
definition to the last keyboard macro.  To end a macro definition, type
`C-x )' (`kmacro-end-macro').  To execute the most recent macro, type
`C-x e' (`kmacro-end-and-call-macro').  If you enter `C-x e' while


 sivaram
 -- 

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Important features for editors cutems93 <ms2597@cornell.edu> - 2013-07-04 00:32 -0700
  Re: Important features for editors Νίκος <nikos@superhost.gr> - 2013-07-04 10:59 +0300
    Re: Important features for editors Dave Angel <davea@davea.name> - 2013-07-04 04:34 -0400
      Re: Important features for editors Νίκος <nikos@superhost.gr> - 2013-07-04 12:14 +0300
        Re: Important features for editors Chris Angelico <rosuav@gmail.com> - 2013-07-04 20:03 +1000
        Re: Important features for editors Robert Kern <robert.kern@gmail.com> - 2013-07-04 12:01 +0100
          Re: Important features for editors Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-04 15:48 +0000
        Re: Important features for editors Steve Simmons <square.steve@gmail.com> - 2013-07-04 14:33 +0100
          Re: Important features for editors Νίκος Γκρ33κ <nikos@superhost.gr> - 2013-07-04 16:36 +0300
            Re: Important features for editors feedthetroll@gmx.de - 2013-07-04 07:03 -0700
          Re: Important features for editors rusi <rustompmody@gmail.com> - 2013-07-04 07:02 -0700
            Re: Important features for editors Steve Simmons <square.steve@gmail.com> - 2013-07-04 16:35 +0100
            Re: Important features for editors Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-04 15:46 +0000
        Re: Important features for editors Grant Edwards <invalid@invalid.invalid> - 2013-07-04 18:40 +0000
          Re: Important features for editors Ferrous Cranus <nikos@superhost.gr> - 2013-07-04 21:52 +0300
            Re: Important features for editors Chris Angelico <rosuav@gmail.com> - 2013-07-05 07:59 +1000
            Re: Important features for editors Jason Swails <jason.swails@gmail.com> - 2013-07-04 17:59 -0400
            Re: Important features for editors Terry Reedy <tjreedy@udel.edu> - 2013-07-05 03:25 -0400
            Re: Important features for editors Grant Edwards <invalid@invalid.invalid> - 2013-07-05 14:11 +0000
    Re: Important features for editors Νίκος Gr33k <nikos@superhost.gr> - 2013-07-05 10:41 +0300
      Re: Important features for editors feedthetroll@gmx.de - 2013-07-05 01:28 -0700
  Re: Important features for editors Dave Angel <davea@davea.name> - 2013-07-04 05:02 -0400
  Re: Important features for editors Tim Chase <python.list@tim.thechases.com> - 2013-07-04 08:22 -0500
  Re: Important features for editors MRAB <python@mrabarnett.plus.com> - 2013-07-04 15:24 +0100
    Re: Important features for editors rurpy@yahoo.com - 2013-07-04 08:56 -0700
      Re: Important features for editors Steve Simmons <square.steve@gmail.com> - 2013-07-04 17:14 +0100
  Re: Important features for editors William Ray Wing <wrw@mac.com> - 2013-07-04 09:42 -0400
  Re: Important features for editors Tim Chase <python.list@tim.thechases.com> - 2013-07-04 16:03 -0500
  Re: Important features for editors Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-05 01:38 +0100
    Re: Important features for editors Roy Smith <roy@panix.com> - 2013-07-04 21:50 -0400
      Re: Important features for editors Cameron Simpson <cs@zip.com.au> - 2013-07-05 12:59 +1000
  Re: Important features for editors Dave Angel <davea@davea.name> - 2013-07-04 21:15 -0400
  Fwd: Important features for editors Göktuğ Kayaalp <goktug.kayaalp@gmail.com> - 2013-07-04 11:07 +0300
    Re: Important features for editors rusi <rustompmody@gmail.com> - 2013-07-05 05:12 -0700
      Re: Important features for editors Cameron Simpson <cs@zip.com.au> - 2013-07-06 09:06 +1000
      Re: Important features for editors Rustom Mody <rustompmody@gmail.com> - 2013-07-06 08:43 +0530
        Re: Important features for editors Roy Smith <roy@panix.com> - 2013-07-05 23:25 -0400
          Re: Important features for editors Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-06 05:35 +0100
            Re: Important features for editors rusi <rustompmody@gmail.com> - 2013-07-05 22:19 -0700
              Re: Important features for editors Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-06 07:19 +0100
      Re: Important features for editors Rustom Mody <rustompmody@gmail.com> - 2013-07-06 13:39 +0530
      Re: Important features for editors "Eric S. Johansson" <esj@harvee.org> - 2013-07-06 02:52 -0400
  Re: Important features for editors jussij@zeusedit.com - 2013-07-07 23:16 -0700
    Re: Important features for editors Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-08 06:37 +0000
      Re: Important features for editors Skip Montanaro <skip@pobox.com> - 2013-07-08 05:21 -0500
      Re: Important features for editors Sivaram Neelakantan <nsivaram.net@gmail.com> - 2013-07-08 19:54 +0530
      Re: Important features for editors Skip Montanaro <skip@pobox.com> - 2013-07-08 13:03 -0500

csiph-web