From jklymak@uvic.ca Wed Nov 26 16:28:54 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.4 required=4.0 tests=AWL,BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Nov 2008 00:28:54 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAR0SpDD007822 for ; Wed, 26 Nov 2008 16:28:52 -0800 Received: from mail.gnu.org ([199.232.76.166]:53453 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1L5UkC-0003lD-FK for emacs-pretest-bug@gnu.org; Wed, 26 Nov 2008 19:28:32 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1L5UkT-00051b-27 for emacs-pretest-bug@gnu.org; Wed, 26 Nov 2008 19:28:50 -0500 Received: from saturna.seos.uvic.ca ([142.104.154.96]:57618) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L5UkS-00051V-Jz for emacs-pretest-bug@gnu.org; Wed, 26 Nov 2008 19:28:48 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) by saturna.seos.uvic.ca (Postfix) with ESMTP id 190D481FEA8 for ; Wed, 26 Nov 2008 16:28:45 -0800 (PST) Message-Id: <5A34A954-5B89-48B4-8E8B-98D272D10E23@uvic.ca> From: Klymak Jody To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: 23.0.60; ido-mode unresponsive once new filename typed Date: Wed, 26 Nov 2008 16:28:43 -0800 X-Mailer: Apple Mail (2.929.2) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. I am using ido-mode, the following works fine on previous emacsen. If I try and open a file in a directory that does not exist, ido hangs with a "Searching for 'newfile'..." I have to "Force Quit" emacs. Old Emacsen would allow me to keep typing or create a new file by hitting return. Thanks, Jody In GNU Emacs 23.0.60.1 (i386-apple-darwin9.5.0, NS apple-appkit-949.35) of 2008-11-07 on saturna.seos.uvic.ca Windowing system distributor `Apple', version 97.112.112.108.101.45.97.112.112.107.105.116.45.57.52.57.46.51.53 configured using `configure '--with-ns'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: dired-omit-mode: t cua-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Source file `/Users/jklymak/emacs-common/muse/lisp/muse-project.el' newer than byte-compiled file Source file `/Users/jklymak/emacs-common/muse/lisp/muse-publish.el' newer than byte-compiled file Source file `/Users/jklymak/emacs-common/muse/lisp/muse-html.el' newer than byte-compiled file Loading /Users/jklymak/emacs-common/emacs-wiki-functions.el (source)...done Loading /Users/jklymak/emacs-common/planner-config.el (source)...done Source file `/Applications/Emacs23.app/Contents/Resources/lisp/ido.el' newer than byte-compiled file Ido mode enabled Loading /Users/jklymak/.gemacs/init.el (source)...done Loading /Users/jklymak/.gemacs/custom.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. From cyd@stupidchicken.com Thu Nov 27 08:10:13 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1437) by emacsbugs.donarmstrong.com; 27 Nov 2008 16:10:14 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mARGAAsQ024193 for <1437@emacsbugs.donarmstrong.com>; Thu, 27 Nov 2008 08:10:11 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id 7BD7557E1D3; Thu, 27 Nov 2008 11:10:31 -0500 (EST) From: Chong Yidong To: Klymak Jody Cc: Adrian Robert , 1437@debbugs.gnu.org Subject: Re: 23.0.60; ido-mode unresponsive once new filename typed Date: Thu, 27 Nov 2008 11:10:31 -0500 Message-ID: <87prkhb154.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > I am using ido-mode, the following works fine on previous emacsen. > > If I try and open a file in a directory that does not exist, ido hangs > with a "Searching for 'newfile'..." I have to "Force Quit" emacs. > Old Emacsen would allow me to keep typing or create a new file by > hitting return. I can't reproduce this on GNU/Linux. It could be a nextstep-only bug. Could you provide an exact recipe, starting with `emacs -Q'? From jklymak@uvic.ca Fri Nov 28 13:14:33 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1437) by emacsbugs.donarmstrong.com; 28 Nov 2008 21:14:33 +0000 Received: from saturna.seos.uvic.ca (saturna.seos.uvic.ca [142.104.154.96]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mASLEUTo019009 for <1437@emacsbugs.donarmstrong.com>; Fri, 28 Nov 2008 13:14:31 -0800 Received: from [127.0.0.1] (localhost [127.0.0.1]) by saturna.seos.uvic.ca (Postfix) with ESMTP id 3B7C8826AA9; Fri, 28 Nov 2008 13:14:28 -0800 (PST) Cc: Adrian Robert , 1437@debbugs.gnu.org Message-Id: From: Klymak Jody To: Chong Yidong In-Reply-To: <87prkhb154.fsf@cyd.mit.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: 23.0.60; ido-mode unresponsive once new filename typed Date: Fri, 28 Nov 2008 13:14:26 -0800 References: <87prkhb154.fsf@cyd.mit.edu> X-Mailer: Apple Mail (2.929.2) On Nov 27, 2008, at 8:10 AM, Chong Yidong wrote: >> I am using ido-mode, the following works fine on previous emacsen. >> >> If I try and open a file in a directory that does not exist, ido >> hangs >> with a "Searching for 'newfile'..." I have to "Force Quit" emacs. >> Old Emacsen would allow me to keep typing or create a new file by >> hitting return. > > I can't reproduce this on GNU/Linux. It could be a nextstep-only bug. > Could you provide an exact recipe, starting with `emacs -Q'? /Applications/Emacs23.app/Contents/MacOS/Emacs -Q eval: (require 'ido) (ido-mode t) C-x C-f newfi ido says "Searching for 'newfi'...." and hangs if there is no "newfile" in the current directory. It does seem to eventually come back, but it is a few minutes. It uses substantial cpu cycles, and there appears to be a fair bit of data being read from disk. When it comes back it has sometimes found a suitable suggestion in another directory. Thats nice, but I can't interrupt the search to type the proper name in. ido on Emacs 22 seems fine. Please let me know how else I can help debug this. Cheers, Jody -- Jody Klymak http://web.uvic.ca/~jklymak/ From adrian.b.robert@gmail.com Fri Nov 28 16:44:59 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.1 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1437) by emacsbugs.donarmstrong.com; 29 Nov 2008 00:44:59 +0000 Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.186]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAT0iuVs007693 for <1437@emacsbugs.donarmstrong.com>; Fri, 28 Nov 2008 16:44:57 -0800 Received: by rn-out-0910.google.com with SMTP id j66so1422462rne.20 for <1437@emacsbugs.donarmstrong.com>; Fri, 28 Nov 2008 16:44:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:to:in-reply-to :content-type:content-transfer-encoding:mime-version:subject:date :references:x-mailer:from; bh=vkIBmKCC907+JVWzQq61RDtcEfBMX0ftQ/chcW2EsHk=; b=S9AA/deLeecVnRngTE14aqnEqGbRbXoG6aE1Wu1nkMQvqe6vjwadjSyOKxrbSHEa60 xWo6bt8JTiaV9a9tG2XhOvjKksoQ3g6CCXfzG7q6BcVLu9bJSvyp8ljTDexieKThh/0c XkibZ8+N7+0oyTuOg+zFD+VnhLay0BXSU+38g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:to:in-reply-to:content-type:content-transfer-encoding :mime-version:subject:date:references:x-mailer:from; b=qfLCp1G1DQMPar2JVSfXiTNPTOQGQU7cbtx4I5JpSoLvoWpCaWhBPRZQLVzuCTybuN neLtZ/NaQPzi6tnDYstrloTJKdcWNDzqoN0OHOKnfjRatXKVUNHIYaD/2A64VucHxg2u hW1hfi16Go3hT2ibpEGdERbnkmvQDjdny0/Lc= Received: by 10.90.35.9 with SMTP id i9mr3291558agi.10.1227919495625; Fri, 28 Nov 2008 16:44:55 -0800 (PST) Received: from ?10.0.1.198? ([72.169.150.82]) by mx.google.com with ESMTPS id 7sm1890808agd.33.2008.11.28.16.44.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 28 Nov 2008 16:44:54 -0800 (PST) Cc: Chong Yidong , 1437@debbugs.gnu.org Message-Id: To: Klymak Jody In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: 23.0.60; ido-mode unresponsive once new filename typed Date: Fri, 28 Nov 2008 19:44:32 -0500 References: <87prkhb154.fsf@cyd.mit.edu> X-Mailer: Apple Mail (2.929.2) From: Adrian Robert On Nov 28, 2008, at 4:14 PM, Klymak Jody wrote: > > On Nov 27, 2008, at 8:10 AM, Chong Yidong wrote: > >>> I am using ido-mode, the following works fine on previous emacsen. >>> >>> If I try and open a file in a directory that does not exist, ido >>> hangs >>> with a "Searching for 'newfile'..." I have to "Force Quit" emacs. >>> Old Emacsen would allow me to keep typing or create a new file by >>> hitting return. >> >> I can't reproduce this on GNU/Linux. It could be a nextstep-only >> bug. >> Could you provide an exact recipe, starting with `emacs -Q'? > > /Applications/Emacs23.app/Contents/MacOS/Emacs -Q > eval: (require 'ido) (ido-mode t) > C-x C-f newfi Can't replicate this by starting the Emacs -Q from the emacs src directory, setting ido-mode, and then trying "C-x C-f newdir/foo ". Is there anything unusual about which dir you sit in when executing the emacs command, or what type of dir or filename you have to type in? Do you have any NFS or other network mounts? From jklymak@uvic.ca Fri Nov 28 17:14:58 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.7 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1437) by emacsbugs.donarmstrong.com; 29 Nov 2008 01:14:59 +0000 Received: from saturna.seos.uvic.ca (saturna.seos.uvic.ca [142.104.154.96]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAT1Etbm015704 for <1437@emacsbugs.donarmstrong.com>; Fri, 28 Nov 2008 17:14:57 -0800 Received: from [127.0.0.1] (localhost [127.0.0.1]) by saturna.seos.uvic.ca (Postfix) with ESMTP id 544EF827916; Fri, 28 Nov 2008 17:14:55 -0800 (PST) Cc: Chong Yidong , 1437@debbugs.gnu.org Message-Id: <3B1858B2-E2C4-4AB2-A7D5-E0AD595D50B4@uvic.ca> From: Klymak Jody To: Adrian Robert In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: 23.0.60; ido-mode unresponsive once new filename typed Date: Fri, 28 Nov 2008 17:14:53 -0800 References: <87prkhb154.fsf@cyd.mit.edu> X-Mailer: Apple Mail (2.929.2) On Nov 28, 2008, at 16:44 PM, Adrian Robert wrote: > > On Nov 28, 2008, at 4:14 PM, Klymak Jody wrote: > >> >> On Nov 27, 2008, at 8:10 AM, Chong Yidong wrote: >> >>>> I am using ido-mode, the following works fine on previous emacsen. >>>> >>>> If I try and open a file in a directory that does not exist, ido >>>> hangs >>>> with a "Searching for 'newfile'..." I have to "Force Quit" emacs. >>>> Old Emacsen would allow me to keep typing or create a new file by >>>> hitting return. >>> >>> I can't reproduce this on GNU/Linux. It could be a nextstep-only >>> bug. >>> Could you provide an exact recipe, starting with `emacs -Q'? >> >> /Applications/Emacs23.app/Contents/MacOS/Emacs -Q >> eval: (require 'ido) (ido-mode t) >> C-x C-f newfi > > Can't replicate this by starting the Emacs -Q from the emacs src > directory, setting ido-mode, and then trying "C-x C-f newdir/foo > ". Is there anything unusual about which dir you sit in when > executing the emacs command, or what type of dir or filename you > have to type in? Do you have any NFS or other network mounts? OK, I removed .ido.last and the problem seems to have gone away. Perhaps some sort of incompatibility between the two? I did not have any network drives mounted. Sorry if this was a config error that I should have figured out on my own. Cheers, Jody -- Jody Klymak http://web.uvic.ca/~jklymak/ From cyd@stupidchicken.com Fri Nov 28 23:06:49 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 29 Nov 2008 07:06:49 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAT76kiT008198 for ; Fri, 28 Nov 2008 23:06:47 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id 6EAF357E200; Sat, 29 Nov 2008 02:06:46 -0500 (EST) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 1437 Date: Sat, 29 Nov 2008 02:06:46 -0500 Message-ID: <87fxlbgge1.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii close 1437 thanks From unknown Fri Jun 20 07:13:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Sat, 27 Dec 2008 15:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator