From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: BDB Newsgroups: gmane.emacs.help Subject: Automating function with interactive args Date: 26 Apr 2012 16:53:56 GMT Organization: Unlimited download news at news.astraweb.com Message-ID: NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1335459319 13057 80.91.229.3 (26 Apr 2012 16:55:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2012 16:55:19 +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 Apr 26 18:55:18 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 1SNRyK-0007jW-IN for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Apr 2012 18:55:12 +0200 Original-Received: from localhost ([::1]:47079 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNRyK-0003gT-02 for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Apr 2012 12:55:12 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!news.alt.net!news-xfer.nntp.sonic.net!news.astraweb.com!border5.newsrouter.astraweb.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/pre1.0.0-18 (Linux) Original-Lines: 5 Original-NNTP-Posting-Host: cf3d3613.news.astraweb.com Original-X-Trace: DXC=HV@n3onM029J0Z]=gbPP29L?0kYOcDh@:o4f23ged[e82243=N_BU2B]aJmQn5 Original-Xref: usenet.stanford.edu gnu.emacs.help:192236 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:84646 Archived-At: Quite often I use "M-x ediff-revision", which then prompts me for the files to ediff, and I always just accept the defaults by hitting return to the 3 prompts. I would like to make all of this a single keystroke. A straight keyboard macro doesn't seem to work with the prompts, and my other googling hasn't turned up a solution. Ideas?