From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Lisp error: (wrong-type-argument arrayp nil) when finding a symlink to a version controlled file Date: Wed, 03 Dec 2008 20:29:40 +0100 Message-ID: <87iqq1cb17.fsf@thinkpad.tsdh.de> References: <87tz9mx6qx.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228332659 10536 80.91.229.12 (3 Dec 2008 19:30:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2008 19:30:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 03 20:32:02 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 1L7xRy-0000zS-JX for ged-emacs-devel@m.gmane.org; Wed, 03 Dec 2008 20:31:54 +0100 Original-Received: from localhost ([127.0.0.1]:33334 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7xQo-0005pt-DB for ged-emacs-devel@m.gmane.org; Wed, 03 Dec 2008 14:30:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7xPv-0005Rq-Cy for emacs-devel@gnu.org; Wed, 03 Dec 2008 14:29:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7xPt-0005Q1-Hu for emacs-devel@gnu.org; Wed, 03 Dec 2008 14:29:46 -0500 Original-Received: from [199.232.76.173] (port=60425 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7xPs-0005PX-LY for emacs-devel@gnu.org; Wed, 03 Dec 2008 14:29:44 -0500 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:59502) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7xPs-0006Qu-47 for emacs-devel@gnu.org; Wed, 03 Dec 2008 14:29:44 -0500 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id DCC0E1CC403 for ; Wed, 3 Dec 2008 14:29:43 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 03 Dec 2008 14:29:43 -0500 X-Sasl-enc: xaDfCacYYMBtMQ8qeugfVCL0spyLGqHkxrdUgOWPe8bn 1228332583 Original-Received: from thinkpad.tsdh.de (p54AF2147.dip0.t-ipconnect.de [84.175.33.71]) by mail.messagingengine.com (Postfix) with ESMTPA id 0554D1C783 for ; Wed, 3 Dec 2008 14:29:42 -0500 (EST) Mail-Copies-To: never Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87tz9mx6qx.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Tue, 02 Dec 2008 10:32:06 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106531 Archived-At: Tassilo Horn writes: > when I do `C-x C-f ~/.emacs RET' I get the error below. > > Debugger entered--Lisp error: (wrong-type-argument arrayp nil) > file-truename(nil) > find-buffer-visiting(nil) > vc-follow-link() > vc-find-file-hook() > run-hooks(find-file-hook) > after-find-file(nil t) > find-file-noselect-1(# "~/.emacs" nil nil "~/repos/configs/dot-emacs.el" (11732594 2051)) > find-file-noselect("~/.emacs" nil nil t) > find-file("~/.emacs" t) > call-interactively(find-file nil nil) Works again with an emacs from yesterday evening. Bye, Tassilo