From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Strange loading of vc-bzr with additional file-handler Date: Sat, 19 Jul 2008 16:49:06 +0100 Message-ID: <48820CF2.7060706@gnu.org> References: <4881EC8F.9050001@gmail.com> <4881EEF7.8070201@gmail.com> <4881F036.8010406@gmail.com> <4881F1DC.2040404@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216482572 8698 80.91.229.12 (19 Jul 2008 15:49:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jul 2008 15:49:32 +0000 (UTC) Cc: Michael Albinus , Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 19 17:50:20 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 1KKEhP-00078g-QB for ged-emacs-devel@m.gmane.org; Sat, 19 Jul 2008 17:50:20 +0200 Original-Received: from localhost ([127.0.0.1]:50516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKEgW-0000pq-Vg for ged-emacs-devel@m.gmane.org; Sat, 19 Jul 2008 11:49:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKEgS-0000pl-La for emacs-devel@gnu.org; Sat, 19 Jul 2008 11:49:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKEgR-0000pW-8t for emacs-devel@gnu.org; Sat, 19 Jul 2008 11:49:20 -0400 Original-Received: from [199.232.76.173] (port=42853 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKEgR-0000pT-2F for emacs-devel@gnu.org; Sat, 19 Jul 2008 11:49:19 -0400 Original-Received: from mk-outboundfilter-5.mail.uk.tiscali.com ([212.74.114.1]:20728) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKEgQ-0000rx-L0 for emacs-devel@gnu.org; Sat, 19 Jul 2008 11:49:18 -0400 Original-X-Trace: 59750093/mk-outboundfilter-5.mail.uk.tiscali.com/F2S/$F2S-ACCEPTED/f2s-freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAMupgUhTQxds/2dsb2JhbACBWqwj X-IronPort-AV: E=Sophos;i="4.31,215,1215385200"; d="scan'208";a="59750093" X-IP-Direction: IN Original-Received: from i-83-67-23-108.freedom2surf.net (HELO wanchan.jasonrumney.net) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP; 19 Jul 2008 16:49:17 +0100 Original-Received: from [192.168.249.27] (chiko.jasonrumney.net [192.168.249.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 2E5BD69; Sat, 19 Jul 2008 16:49:18 +0100 (BST) User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: <4881F1DC.2040404@gmail.com> X-Enigmail-Version: 0.95.6 OpenPGP: id=8086879D X-detected-kernel: 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:100981 Archived-At: Lennart Borgman (gmail) wrote: > Before the error I get > > operation=expand-file-name, > args=(c:/emacs/p/080718/emacs/lisp/image-mode.elc nil) > apply: End of file during parsing: > c:/emacs/p/080718/emacs/lisp/image-mode.elc > > So I guess there is an error in expand-file-name. Could tramp be > involved (since there are special problems with the w32 file names)? Given that you said at the start of this thread that you were testing your own file-handler when you first came across this, I would first suspect a bug in your code rather than in the Emacs that everyone else is using without such problems.