From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Ediff-patch-file with wrong default buffer Date: Wed, 03 Feb 2010 00:38:19 +0200 Organization: JURTA Message-ID: <87bpg76z6s.fsf@mail.jurta.org> References: <874oo5nfsl.fsf@lola.goethe.zz> <87ljhey8gx.fsf@mail.jurta.org> <874oo2jzq2.fsf@lola.goethe.zz> <87aaxnjfkg.fsf@lola.goethe.zz> <87pr6iskww.fsf@mail.jurta.org> <87eimytcl1.fsf@stupidchicken.com> <87ocm2p1vf.fsf_-_@mail.jurta.org> <20091214004325.61e9afe3@kiferserv> <87ocm2m6v3.fsf@mail.jurta.org> <20091214011540.583ab64a@kiferserv> <87aaxmkput.fsf@mail.jurta.org> <87636gebsp.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265151121 30897 80.91.229.12 (2 Feb 2010 22:52:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Feb 2010 22:52:01 +0000 (UTC) Cc: kifer@cs.sunysb.edu, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 02 23:51:58 2010 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.69) (envelope-from ) id 1NcRbC-0001GK-2k for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2010 23:51:58 +0100 Original-Received: from localhost ([127.0.0.1]:46217 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcRbB-0008Bu-HY for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2010 17:51:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcRb6-0008AW-B3 for emacs-devel@gnu.org; Tue, 02 Feb 2010 17:51:52 -0500 Original-Received: from [199.232.76.173] (port=37734 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcRb5-00089p-T4 for emacs-devel@gnu.org; Tue, 02 Feb 2010 17:51:51 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcRb3-0004cJ-Q3 for emacs-devel@gnu.org; Tue, 02 Feb 2010 17:51:51 -0500 Original-Received: from smtp-out4.starman.ee ([85.253.0.6]:57668 helo=mx2.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcRb3-0004cB-6d for emacs-devel@gnu.org; Tue, 02 Feb 2010 17:51:49 -0500 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (82.131.99.225.cable.starman.ee [82.131.99.225]) by mx2.starman.ee (Postfix) with ESMTP id 3083B3F4083; Wed, 3 Feb 2010 00:51:42 +0200 (EET) In-Reply-To: (Stefan Monnier's message of "Mon, 01 Feb 2010 21:34:35 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:120833 Archived-At: >> (defun ediff-file-checked-in-p (file) >> (and (featurep 'vc-hooks) >> ;; CVS files are considered not checked in >> - (not (memq (vc-backend file) '(nil CVS))) >> + (not (memq (vc-backend file) '(nil CVS Bzr))) > > Isn't that backwards? Shouldn't (not (memq (vc-backend file) '(nil CVS))) > be replaced by (memq (vc-backend file) '(RCS SCCS))? Done. -- Juri Linkov http://www.jurta.org/emacs/