From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Bug in vc-register with interactive arg Date: Thu, 01 May 2008 20:51:58 -0700 Message-ID: <200805020351.m423pw45029187@sallyv1.ics.uci.edu> References: <85prs6rqon.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209700509 19983 80.91.229.12 (2 May 2008 03:55:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 May 2008 03:55:09 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 02 05:55:45 2008 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 1JrmN6-0008BK-K6 for ged-emacs-devel@m.gmane.org; Fri, 02 May 2008 05:55:44 +0200 Original-Received: from localhost ([127.0.0.1]:34627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrmMP-00084R-Ly for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 23:55:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrmML-00084C-Cu for emacs-devel@gnu.org; Thu, 01 May 2008 23:54:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrmMI-00081f-Rc for emacs-devel@gnu.org; Thu, 01 May 2008 23:54:56 -0400 Original-Received: from [199.232.76.173] (port=34077 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrmMI-00081O-Jb for emacs-devel@gnu.org; Thu, 01 May 2008 23:54:54 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrmMI-0004nL-7K for emacs-devel@gnu.org; Thu, 01 May 2008 23:54:54 -0400 Original-Received: from mail.gnu.org ([199.232.76.166]:51377 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JrmLv-0005je-S1 for emacs-pretest-bug@gnu.org; Thu, 01 May 2008 23:54:31 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JrmME-0004mn-Mi for emacs-pretest-bug@gnu.org; Thu, 01 May 2008 23:54:53 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JrmME-0004mZ-6b; Thu, 01 May 2008 23:54:50 -0400 X-ICS-MailScanner-Watermark: 1210305119.8928@WpiUij9rLgspij9aDwXduw Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m423pw45029187; Thu, 1 May 2008 20:51:59 -0700 (PDT) In-Reply-To: <85prs6rqon.fsf@lola.goethe.zz> (David Kastrup's message of "Thu, 01 May 2008 17:26:32 +0200") Original-Lines: 18 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: 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:96312 gmane.emacs.pretest.bugs:22177 Archived-At: David Kastrup writes: > Please write in English if possible, because the Emacs maintainers > usually do not have translators to read other languages for them. > > Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > > C-u C-x v i > > Debugger entered--Lisp error: (wrong-type-argument stringp (4)) > get-file-buffer((4)) > vc-register((4)) > call-interactively(vc-register nil nil) It should be fixed now.