From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Chen Newsgroups: gmane.emacs.devel Subject: more ido.el Date: Fri, 28 Nov 2003 21:00:24 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20031128T2100.j5vfp3db13.quack@hkn.eecs.berkeley.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070082231 22068 80.91.224.253 (29 Nov 2003 05:03:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Nov 2003 05:03:51 +0000 (UTC) Cc: Emacs Developement List Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Nov 29 06:03:48 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1APxGm-0007F3-00 for ; Sat, 29 Nov 2003 06:03:48 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1APxGm-0007UM-00 for ; Sat, 29 Nov 2003 06:03:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APyBm-00054W-TA for emacs-devel@quimby.gnus.org; Sat, 29 Nov 2003 01:02:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1APyBY-0004zu-M3 for emacs-devel@gnu.org; Sat, 29 Nov 2003 01:02:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1APyB1-0003mJ-DV for emacs-devel@gnu.org; Sat, 29 Nov 2003 01:02:26 -0500 Original-Received: from [128.32.47.228] (helo=hkn.eecs.berkeley.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APyAy-0003ky-C7 for emacs-devel@gnu.org; Sat, 29 Nov 2003 01:01:52 -0500 Original-Received: from quarl by hkn.eecs.berkeley.edu with local id 1APxDU-0004Ml-00; Fri, 28 Nov 2003 21:00:24 -0800 Original-To: "Kim F. Storm" X-Quack-Archive: 1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18202 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18202 I have some code currently implemented with advice which swallows the next key if: the user exited with tab completion and presses RET within 1 second. (Automatically selecting a file on TAB is pretty cool but it took me a while to lose the habit of hitting TAB-RET) What do you think of putting that in -- could be defcustom default off. -- Karl Chen 2003-11-28 20:56