From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: patch: fix wrong-type-argument error in vc-registered Date: Tue, 12 Oct 2004 19:00:59 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <87pt3ohu06.wl%yoichi@geiin.org> <87acury820.fsf@orebokech.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097622470 31160 80.91.229.6 (12 Oct 2004 23:07:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Oct 2004 23:07:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 13 01:07:42 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CHVk6-0005gj-00 for ; Wed, 13 Oct 2004 01:07:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHVr7-0002IP-6Y for ged-emacs-devel@m.gmane.org; Tue, 12 Oct 2004 19:14:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CHVkm-0005di-HJ for emacs-devel@gnu.org; Tue, 12 Oct 2004 19:08:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CHVkl-0005cx-9O for emacs-devel@gnu.org; Tue, 12 Oct 2004 19:08:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHVkk-0005cV-OK for emacs-devel@gnu.org; Tue, 12 Oct 2004 19:08:22 -0400 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CHVda-0005qD-1c for emacs-devel@gnu.org; Tue, 12 Oct 2004 19:00:58 -0400 Original-Received: from empanada.home ([67.71.35.233]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041012230057.LWRG1635.simmts5-srv.bellnexxia.net@empanada.home>; Tue, 12 Oct 2004 19:00:57 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 313A631C94D; Tue, 12 Oct 2004 19:01:00 -0400 (EDT) Original-To: emacs-devel@gnu.org In-Reply-To: <87acury820.fsf@orebokech.com> (Romain Francoise's message of "Tue, 12 Oct 2004 22:51:03 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28323 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28323 >> In which cases does it return nil on an absolute file name, or in which >> cases is vc-registered called with a non-absolute file name? > Let me guess.. when buffer-file-name is "", like in ERC buffers? > I sent the exact same patch on Sep 18th. But as mentioned at that time, "" is not a valid buffer-file-name. Stefan