From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Decebal Newsgroups: gmane.emacs.help Subject: Re: Making callable function of a macro Date: Thu, 25 Sep 2008 01:45:03 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5ff35def-4c07-4232-a88b-e176322d8955@k13g2000hse.googlegroups.com> References: <19cc8ee3-7dbc-47ac-bee9-bf233b42a0eb@j22g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222335922 14499 80.91.229.12 (25 Sep 2008 09:45:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2008 09:45:22 +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 Sep 25 11:46:20 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KinQR-0007a9-Ew for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Sep 2008 11:46:19 +0200 Original-Received: from localhost ([127.0.0.1]:49167 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KinPP-0003Wo-9Q for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Sep 2008 05:45:15 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k13g2000hse.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 80.79.97.145 Original-X-Trace: posting.google.com 1222332303 25680 127.0.0.1 (25 Sep 2008 08:45:03 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 25 Sep 2008 08:45:03 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k13g2000hse.googlegroups.com; posting-host=80.79.97.145; posting-account=K-cdeAoAAAD_0d505kUtHXJaT5LFIu-3 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 proxy-26:8080 (squid/2.5.STABLE8) Original-Xref: news.stanford.edu gnu.emacs.help:162704 X-Mailman-Approved-At: Thu, 25 Sep 2008 05:42:00 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58047 Archived-At: On 25 sep, 09:54, Joost Kremers wrote: > i think the following info section explains how this can be done: > > (info "(emacs) Save Keyboard Macro") I allready did this. But that is not what I want. I want to write a function that I can use to automatically -without user interaction- convert files. Also the function needs a little bid more knowledge. For example when there is only one line with starts with a '=', something els needs to be done. I do not think this can be done with a macro.