From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: C-x C-b and C-x C-f bugging about confirmation Date: Sat, 22 Nov 2008 00:58:39 +0100 Message-ID: <87tza03a34.fsf@thinkpad.tsdh.de> References: <1227274391.618443.2559.nullmailer@null> <87vduhm69c.fsf@cyd.mit.edu> <87r654yj1f.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227311944 11902 80.91.229.12 (21 Nov 2008 23:59:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2008 23:59:04 +0000 (UTC) Cc: ams@gnu.org, Stefan Monnier , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 22 01:00:05 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 1L3fuv-0006Fv-1l for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2008 01:00:05 +0100 Original-Received: from localhost ([127.0.0.1]:51136 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3ftm-0003nL-4K for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2008 18:58:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3fth-0003n8-UC for emacs-devel@gnu.org; Fri, 21 Nov 2008 18:58:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3ftg-0003mi-7A for emacs-devel@gnu.org; Fri, 21 Nov 2008 18:58:49 -0500 Original-Received: from [199.232.76.173] (port=58567 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3ftg-0003mf-2n for emacs-devel@gnu.org; Fri, 21 Nov 2008 18:58:48 -0500 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:34855) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L3ftf-0006vS-4P; Fri, 21 Nov 2008 18:58:47 -0500 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 5FBF11C8604; Fri, 21 Nov 2008 18:58:46 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 21 Nov 2008 18:58:46 -0500 X-Sasl-enc: Qw0NRS6QkAxTEeVf5kDrSIQmUtMZvqHyb7Dowjywg2/t 1227311925 Original-Received: from thinkpad.tsdh.de (p54AF2407.dip0.t-ipconnect.de [84.175.36.7]) by mail.messagingengine.com (Postfix) with ESMTPA id 8F01B11D4F; Fri, 21 Nov 2008 18:58:44 -0500 (EST) Mail-Copies-To: never Mail-Followup-To: Chong Yidong , Stefan Monnier , ams@gnu.org, emacs-devel@gnu.org In-Reply-To: <87r654yj1f.fsf@cyd.mit.edu> (Chong Yidong's message of "Fri, 21 Nov 2008 14:29:32 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: 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:105919 Archived-At: Chong Yidong writes: Hi! >> (most commonly after a TAB completion which completed less than >> expected) That happens to me quite a lot (each and every day), even though I use iswitchb. So I like the new behavior. > Hitting TAB after completion gives the message "[Sole completion]", > which tells you that you have what you want. But you have to type TAB twice. The first completes and only the second one triggers the message. Bye, Tassilo