From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; ido-make-file-list error taking substring of "" Date: Sat, 26 Jan 2008 13:04:38 +0100 Message-ID: <87tzl03i95.fsf@gmx.de> References: <20080126073510.GA9301@Clio.twb.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201348852 7095 80.91.229.12 (26 Jan 2008 12:00:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 12:00:52 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, rfrancoise@debian.org To: "Trent W. Buck" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 13:01:11 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 1JIjif-0002Bo-PG for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 13:01:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIjiE-0006Ns-PM for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 07:00:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIjiB-0006Nn-Ti for emacs-devel@gnu.org; Sat, 26 Jan 2008 07:00:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIji9-0006NP-HF for emacs-devel@gnu.org; Sat, 26 Jan 2008 07:00:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIji9-0006NM-BB for emacs-devel@gnu.org; Sat, 26 Jan 2008 07:00:37 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIji8-0000Cl-Uv for emacs-devel@gnu.org; Sat, 26 Jan 2008 07:00:37 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JIji8-00012a-98 for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 07:00:36 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JIji5-0000Bx-1z for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 07:00:36 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JIji4-0000BX-KI for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 07:00:32 -0500 Original-Received: (qmail invoked by alias); 26 Jan 2008 12:00:31 -0000 Original-Received: from p57A23F24.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.63.36] by mail.gmx.net (mp053) with SMTP; 26 Jan 2008 13:00:31 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+5gL1Iiim5wNtqy3WAd+mbOZR4KRKXsq/QPmMsUR 8BptgCOlKXR/xA In-Reply-To: <20080126073510.GA9301@Clio.twb.ath.cx> (Trent W. Buck's message of "Sat, 26 Jan 2008 18:35:13 +1100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:87567 gmane.emacs.pretest.bugs:20761 Archived-At: "Trent W. Buck" writes: > emacs -Q -nw -eval '(load "ido.el")' -f ido-mode -f toggle-debug-on-error /sudo::/ -eval "(call-interactively 'ido-find-file)" > > causes the following backtrace. The immediate problem is > `ido-make-file-list' trying to take the substring [0,1] of an empty > string from its local variable `ido-temp-list'. The same problem > seems to occur for other TRAMP methods. [...] > In GNU Emacs 23.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.12.5) > of 2008-01-21 on elegiac, modified by Debian > (emacs-snapshot package, version 1:20080120-1) This problem has been fixed on 2008-01-23. The next snapshot you install shall be clean wrt this. Best regards, Michael.