From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.help Subject: Re: how to edit already defined macros Date: Wed, 01 Aug 2012 22:42:37 -0500 Organization: New Artisans LLC Message-ID: References: <420DE722-905A-4404-9DCD-C8EB602DE043@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1343878975 12121 80.91.229.3 (2 Aug 2012 03:42:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Aug 2012 03:42:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 02 05:42:56 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 1SwmJI-0000Vv-A5 for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Aug 2012 05:42:52 +0200 Original-Received: from localhost ([::1]:59879 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwmJH-0002jG-Es for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Aug 2012 23:42:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwmJ7-0002Z4-WA for help-gnu-emacs@gnu.org; Wed, 01 Aug 2012 23:42:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwmJ6-0008Jv-W7 for help-gnu-emacs@gnu.org; Wed, 01 Aug 2012 23:42:41 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:60215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwmJ6-0008Jq-Sh for help-gnu-emacs@gnu.org; Wed, 01 Aug 2012 23:42:40 -0400 Original-Received: by yenr5 with SMTP id r5so9430978yen.0 for ; Wed, 01 Aug 2012 20:42:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:organization:references:mail-followup-to :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=B7YXXQSvw8q+eVcfEKbsUE9ZLtGQrQfPmzRRyFV9sSI=; b=dQG9wPY6Mx0pOKXoHhPzfwqZporLTrx4CwNodscm8wVwy4TMS6X06Lzmxbw5xXZazL AIxjhkE1MGQQ52t0kM5/dgNYE39vt64tHWgmczPaImgvVrQ1jItpc2y1qbhkT/d4OHez PLN0LcUqY+VRugkb8m0SkwAoAZLOF5Km5xIOVkzv4v0IeYUZVYT5927LGlqAV/mwHa5s U0amnU/CLJAp6UUbv8YzjsozlzlMPKDpapx4HqEJK5W44QtC4z7EU8nPQoitubyBtfjV Ex1RqEdk5tYIR59YUxquwd/r1G8o6oUkQbJtvqcz+vqrA90bFU2TztIzS4Ur+mXoVSsi 1eKA== Original-Received: by 10.50.159.135 with SMTP id xc7mr934445igb.1.1343878959911; Wed, 01 Aug 2012 20:42:39 -0700 (PDT) Original-Received: from vulcan.local (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id c3sm9833127iga.8.2012.08.01.20.42.38 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Aug 2012 20:42:38 -0700 (PDT) Original-Received: by vulcan.local (Postfix, from userid 501) id 6EE73FE84FBC; Wed, 1 Aug 2012 22:42:37 -0500 (CDT) Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <420DE722-905A-4404-9DCD-C8EB602DE043@gmx.de> (Ferdinand's message of "Thu, 2 Aug 2012 00:45:20 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.169 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:86153 Archived-At: >>>>> Ferdinand writes: > I made a macro, gave it a name and inserted it as lisp-code (M-x > insert-kbd-macro) in the .emacs file (so that it gets loaded on startup). > But now, what do I do if I made a slight mistake and want to change > something in the macro? C-x C-k RET. And be amazed. John