From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ediff and coding systems Date: Sat, 20 Oct 2007 22:12:26 -0400 Message-ID: References: <200710201521.l9KFLCWK004756@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192932764 19463 80.91.229.12 (21 Oct 2007 02:12:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Oct 2007 02:12:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 21 04:12:44 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IjQJ0-0004Wz-Or for ged-emacs-devel@m.gmane.org; Sun, 21 Oct 2007 04:12:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjQIt-0002AJ-3i for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2007 22:12:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjQIo-00029w-Si for emacs-devel@gnu.org; Sat, 20 Oct 2007 22:12:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjQIm-00029k-Gu for emacs-devel@gnu.org; Sat, 20 Oct 2007 22:12:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjQIm-00029h-BD for emacs-devel@gnu.org; Sat, 20 Oct 2007 22:12:28 -0400 Original-Received: from tomts5.bellnexxia.net ([209.226.175.25] helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjQIm-0003xz-GC for emacs-devel@gnu.org; Sat, 20 Oct 2007 22:12:28 -0400 Original-Received: from ceviche.home ([74.12.207.168]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071021021227.SAQH17217.tomts5-srv.bellnexxia.net@ceviche.home> for ; Sat, 20 Oct 2007 22:12:27 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id BE671B41C1; Sat, 20 Oct 2007 22:12:26 -0400 (EDT) In-Reply-To: <200710201521.l9KFLCWK004756@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Sat\, 20 Oct 2007 08\:21\:10 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81325 Archived-At: > When doing M-x ediff for the above 2 files a *Warning* buffer pops up > for each hunk: Can you try it with ediff-buffers? That should work (because ediff can always save those buffers using emacs-mule coding system so both files will have the same coding system, which is a necessary prerequisite to be able to get meaningful diffs). Stefan