From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: might a bug in ido-mode Date: Sun, 25 Apr 2010 14:44:37 -0400 Message-ID: <87r5m374oa.fsf@stupidchicken.com> References: <87sk6jpu49.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272221097 13111 80.91.229.12 (25 Apr 2010 18:44:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Apr 2010 18:44:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: zwz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 25 20:44:56 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O66p1-0006KZ-Mm for ged-emacs-devel@m.gmane.org; Sun, 25 Apr 2010 20:44:52 +0200 Original-Received: from localhost ([127.0.0.1]:34300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O66oz-0007Jm-80 for ged-emacs-devel@m.gmane.org; Sun, 25 Apr 2010 14:44:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O66ot-0007Jh-Nh for emacs-devel@gnu.org; Sun, 25 Apr 2010 14:44:43 -0400 Original-Received: from [140.186.70.92] (port=40528 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O66or-0007JY-VZ for emacs-devel@gnu.org; Sun, 25 Apr 2010 14:44:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O66op-0001UI-FA for emacs-devel@gnu.org; Sun, 25 Apr 2010 14:44:41 -0400 Original-Received: from pantheon-po34.its.yale.edu ([130.132.50.80]:33410) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O66op-0001TW-Cm for emacs-devel@gnu.org; Sun, 25 Apr 2010 14:44:39 -0400 Original-Received: from furry (bordersgroupinc-gw.customer.alter.net [157.130.220.18] (may be forged)) (authenticated bits=0) by pantheon-po34.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o3PIibA8015919 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 25 Apr 2010 14:44:37 -0400 Original-Received: by furry (Postfix, from userid 1000) id BAA5FC055; Sun, 25 Apr 2010 14:44:37 -0400 (EDT) In-Reply-To: <87sk6jpu49.fsf@gmail.com> (zwz's message of "Sun, 25 Apr 2010 20:57:42 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.96 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:124202 Archived-At: zwz writes: > I found a problem that crashes emacs. > The problem seems a little random, but I produced it twice by: > > 1. start the emacs: emacs -q > 2. eval the elisp code below in the scratch buffer: > > (setq ido-save-directory-list-file "~/.emacs.d/.ido.last" > ido-create-new-buffer 'always > ido-enable-flex-matching t > ido-enable-tramp-completion t) > (ido-mode t) > > 3. C-x C-f, and input a file name like "main.c". > Wait a second, while the the ido-mode is looking for "main.c", hit > the keys C-j (if no problem, then a buffer "main.c" is created) > 4. do 3 again, with the same file name in the same directory. > When you hit C-j during the ido-mode's searching, emacs crashes! > (maybe you have to try more times to get the problem) > > By the way, I am using GNU Emacs 24.0.50.1 (i386-mingw-nt6.0.6002) of > 2010-04-24 On Window Vista Could you provide a backtrace?