From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [simon.marshall@misys.com: vc-diff uses unknown -L switch] Date: Sat, 17 Jun 2006 13:57:59 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1150567270 17318 80.91.229.2 (17 Jun 2006 18:01:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jun 2006 18:01:10 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 17 20:01:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Frf6Y-0004uZ-0s for ged-emacs-devel@m.gmane.org; Sat, 17 Jun 2006 20:01:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Frf6X-0002A9-Kz for ged-emacs-devel@m.gmane.org; Sat, 17 Jun 2006 14:01:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Frf3Z-0007Mt-Gs for emacs-devel@gnu.org; Sat, 17 Jun 2006 13:58:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Frf3Y-0007Lh-JE for emacs-devel@gnu.org; Sat, 17 Jun 2006 13:58:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Frf3Y-0007LW-E4 for emacs-devel@gnu.org; Sat, 17 Jun 2006 13:58:00 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FrfDR-0008Fl-Tu for emacs-devel@gnu.org; Sat, 17 Jun 2006 14:08:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Frf3X-0001PJ-GU; Sat, 17 Jun 2006 13:57:59 -0400 Original-To: emacs-devel@gnu.org 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:55957 Archived-At: Would someone please DTRT and ack? ------- Start of forwarded message ------- From: "Marshall, Simon" To: "'Emacs Pretest Bug (emacs-pretest-bug@gnu.org)'" Date: Fri, 16 Jun 2006 09:35:35 +0100 MIME-Version: 1.0 Content-Type: text/plain Subject: vc-diff uses unknown -L switch X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.4 I forgot to say previously - thanks for the work on 22.1 guys. Anyway, the bug with emacs from CVS trunk (is this correct for 22.1???) updated 2006-06-15. On Solaris 8 with a file under CVS, if I do C-x v = I get: /usr/bin/diff: illegal option -- L usage: diff [-bitw] [-c | -e | -f | -h | -n] file1 file2 diff [-bitw] [-C number] file1 file2 diff [-bitw] [-D string] file1 file2 diff [-bitw] [-c | -e | -f | -h | -n] [-l] [-r] [-s] [-S name] directory1 directory2 It seems vc-diff-internal is using -L flags for diff. Labels don't seem to be supported by Solaris 8 diff. In GNU Emacs 22.0.50.1 (sparc-sun-solaris2.8, Motif Version 2.1.0) of 2006-06-15 on perth X server distributor `Hummingbird Ltd.', version 11.0.100015 configured using `configure '--prefix=/rvcarma/marshals/software/slash/usr/local' '--with-x-toolkit=motif' 'CFLAGS=-g'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: en_GB.ISO8859-1 value of $LC_CTYPE: en_GB.ISO8859-1 value of $LC_MESSAGES: C value of $LC_MONETARY: en_GB.ISO8859-1 value of $LC_NUMERIC: en_GB.ISO8859-1 value of $LC_TIME: en_GB.ISO8859-1 value of $LANG: en_GB.ISO8859-1 locale-coding-system: iso-8859-1 default-enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: delete-selection-mode: t mouse-sel-mode: t msb-mode: t partial-completion-mode: t show-paren-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: 5 f ~ / s l u s r l o c s h e m l i s e m 2 1 . 3 / l i s v c . e l "From: vc-default-diff-tree" "vc-diff-internal" w Recent messages: Loading vc...done Running cvs in the background... Loading log-view... Loading easy-mmode...done Loading log-view...done Running cvs in the background... done ("-c") Mark saved where search started Mark set Loading emacsbug...done _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------