From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Automating function with interactive args Date: Fri, 27 Apr 2012 09:43:16 -0700 Message-ID: <6E1CDA6B1F5F4CCE99F89B1C14E1300F@us.oracle.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1335545017 12349 80.91.229.3 (27 Apr 2012 16:43:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Apr 2012 16:43:37 +0000 (UTC) To: "'BDB'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 27 18:43:36 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 1SNoGd-0000PH-6v for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Apr 2012 18:43:35 +0200 Original-Received: from localhost ([::1]:50447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNoGc-0006Nl-FW for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Apr 2012 12:43:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNoGU-0006NA-O3 for help-gnu-emacs@gnu.org; Fri, 27 Apr 2012 12:43:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNoGT-0003XW-1z for help-gnu-emacs@gnu.org; Fri, 27 Apr 2012 12:43:26 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:47771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNoGS-0003Wp-Ru for help-gnu-emacs@gnu.org; Fri, 27 Apr 2012 12:43:24 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q3RGhK8I022810 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 27 Apr 2012 16:43:21 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q3RGhKpU015311 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 Apr 2012 16:43:20 GMT Original-Received: from abhmt117.oracle.com (abhmt117.oracle.com [141.146.116.69]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q3RGhJ39026051; Fri, 27 Apr 2012 11:43:19 -0500 Original-Received: from dradamslap1 (/10.159.177.52) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 27 Apr 2012 09:43:19 -0700 X-Mailer: Microsoft Office Outlook 11 In-reply-to: Thread-Index: Ac0kk7gIQs71j0uEToi/X5kjzF5vygAADdYg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 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:84664 Archived-At: > Excellent, works perfectly. Thank you! Which is identical to what I sent, BTW, except that I included also the `find-file' part from `ediff-revision', to respect option `ediff-use-last-dir'. But you said that didn't work, so probably there was some part of it that was incorrect. (As I said, "untested.) If you care about that option then you might want to experiment and tweak it a bit to fix whatever was wrong.