From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: How to set ignored pattern in ediff in emacs Date: Fri, 03 Dec 2004 16:03:25 -0700 Message-ID: <31c9m1F3776goU1@individual.net> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102115123 2652 80.91.229.6 (3 Dec 2004 23:05:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Dec 2004 23:05:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 04 00:05:21 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CaMUK-0003s0-00 for ; Sat, 04 Dec 2004 00:05:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaMdw-0006bZ-Kt for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Dec 2004 18:15:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-X-Trace: individual.net aHtf2JlMZpF5nqN+bsGOegw/MHYMixQCuGUQf+EITHM6tVL1Q= User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:127134 Original-To: help-gnu-emacs@gnu.org 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: main.gmane.org gmane.emacs.help:22551 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22551 gan_xiao_jun@yahoo.com wrote: > I think emacs's ediff is a very powerful tool. :-) Me, too. > But I am not sure if there a method to set ignored > pattern in ediff, > just like > diff -u file1 file2 -I "macro=[0-9]" > do ,----[ C-h v ediff-diff-options RET ] | ediff-diff-options's value is "" | | Documentation: | *Options to pass to `ediff-diff-program'. | If diff(1) is used as `ediff-diff-program', then the most useful options are | `-w', to ignore space, and `-i', to ignore case of letters. | At present, the option `-c' is not allowed. | | You can customize this variable. | | Defined in `ediff-diff'. `---- > I have another small question: > Is there a way to specify file1 and file2 in command > line when launch emacs, else I have to input the long > filenames in emacs. Do you mean emacs long_file_name_1 long_file_name_2 or emacs --eval '(ediff-files "long_file_name_1" "long_file_name_2")' -- Kevin Rodgers