From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Akhil Mittal Newsgroups: gmane.emacs.help Subject: diff from within emacs Date: Mon, 9 Jan 2006 18:37:29 +0530 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0057527060==" X-Trace: sea.gmane.org 1136822831 18799 80.91.229.2 (9 Jan 2006 16:07:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Jan 2006 16:07:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 09 17:07:02 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EvzWz-00018k-Bx for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Jan 2006 17:06:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EvzQk-0004kl-CS for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Jan 2006 10:59:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EvxBA-0006ht-8e for help-gnu-emacs@gnu.org; Mon, 09 Jan 2006 08:35:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EvwpK-0001ZY-6U for help-gnu-emacs@gnu.org; Mon, 09 Jan 2006 08:12:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EvwmJ-0000tK-Kl for help-gnu-emacs@gnu.org; Mon, 09 Jan 2006 08:09:39 -0500 Original-Received: from [194.213.87.171] (helo=mail2.om.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Evwoa-00035d-Nd for help-gnu-emacs@gnu.org; Mon, 09 Jan 2006 08:12:01 -0500 Original-Received: from se01lnr01.omxgroup.com (unverified) by mail2.om.com (Content Technologies SMTPRS 4.3.19) with ESMTP id for ; Mon, 9 Jan 2006 14:07:36 +0100 Original-To: help-gnu-emacs@gnu.org Sensitivity: X-Mailer: Lotus Notes Release 5.0.13 March 9, 2004 X-MIMETrack: Serialize by Router on SE01LNR01/OMGROUP (Release 6.5.4|March 27, 2005) at 2006-01-09 14:07:36, Serialize complete at 2006-01-09 14:07:36 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: news.gmane.org gmane.emacs.help:32564 Archived-At: This is a multipart message in MIME format. --===============0057527060== Content-Type: multipart/alternative; boundary="=_alternative 004811BF652570F1_=" This is a multipart message in MIME format. --=_alternative 004811BF652570F1_= Content-Type: text/plain; charset="us-ascii" Hi In emacs, I am trying to use the merge utility as follows: M-x emerge-files and thereafter entring the file names present in my default directory. But when emerge calls for "diff" utility it displays the following error: Errors found in diff/diff3 output. %DIFF-F-OPENIN, error opening HCL_NISN_DEV:\[RI.V190-0200.SRC.TEST]FIRST.C as input-RMS-F-SYN, file specification syntax error The problem as seems to me is the path emerge is sending to the diff utility: it should be HCL_NISN_DEV:[RI.V190-0200.SRC.TEST]FIRST.C But it's sending: HCL_NISN_DEV:\[RI.V190-0200.SRC.TEST]FIRST.C Does anyone knows how to correct this issue? Regards Akhil ******************************************************************************** This e-mail and the information it contains may be privileged and/or confidential. It is for the intended addressee(s) only. The unauthorised use, disclosure or copying of this e-mail, or any information it contains, is prohibited. If you are not an intended recipient, please contact the sender and delete the material from your computer. ******************************************************************************** --=_alternative 004811BF652570F1_= Content-Type: text/html; charset="us-ascii"
Hi

In emacs, I am trying to use the merge utility as follows:
M-x emerge-files
and thereafter entring the file names present in my default directory. But when emerge calls for "diff" utility it displays the following error:

Errors found in diff/diff3 output.
%DIFF-F-OPENIN, error opening HCL_NISN_DEV:\[RI.V190-0200.SRC.TEST]FIRST.C as input-RMS-F-SYN, file specification syntax error

The problem as seems to me is the path emerge is sending to the diff utility: it should be
HCL_NISN_DEV:[RI.V190-0200.SRC.TEST]FIRST.C

But it's sending:
HCL_NISN_DEV:\[RI.V190-0200.SRC.TEST]FIRST.C

Does anyone knows how to correct this issue?

Regards
Akhil

********************************************************************************
This e-mail and the information it contains may be privileged and/or
confidential. It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information it contains, is prohibited.
If you are not an intended recipient, please contact the sender and delete the material from your computer.
********************************************************************************
--=_alternative 004811BF652570F1_=-- --===============0057527060== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============0057527060==--