From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: brakjoller@hotmail.com (Barman Brakjoller) Newsgroups: gmane.emacs.help Subject: Re: Diff on Emacs Date: 11 Nov 2003 02:04:52 -0800 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1c58a7c3.0311110204.4fae6420@posting.google.com> References: <3FB06535.5010302@yy.zz> <3FB07413.701@yy.zz> <4yd6bzuz32.fsf@skjellgran.ii.uib.no> NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1068545830 9017 80.91.224.253 (11 Nov 2003 10:17:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2003 10:17:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 11 11:17:08 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AJVa7-0006am-00 for ; Tue, 11 Nov 2003 11:17:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AJWX2-0005YD-3j for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Nov 2003 06:18:00 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 193.41.170.225 Original-X-Trace: posting.google.com 1068545093 20477 127.0.0.1 (11 Nov 2003 10:04:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 11 Nov 2003 10:04:53 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:118100 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:14039 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14039 > ;; This package helps you explore differences between files, using the > ;; UNIX command diff(1). The commands are `diff' and `diff-backup'. > ;; You can specify options with `diff-switches'. > > So, altough diff.el is standard emacs, it is based on the external > program diff, which is standard on Unix varieties, but obviously not > on Win XP. A lot of unix tools has been natively ported to Windows: http://unxutils.sourceforge.net/ Works extremely well and no need for cygwin-dlls and stuff.