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: New interactive spec Date: Mon, 09 Nov 2009 21:16:15 +0100 Message-ID: <873a4nqws0.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257797805 20170 80.91.229.12 (9 Nov 2009 20:16:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Nov 2009 20:16:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Didier Verna Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 09 21:16:38 2009 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 1N7afD-0002Wo-Iw for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 21:16:35 +0100 Original-Received: from localhost ([127.0.0.1]:36363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7af8-0004GS-SB for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 15:16:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7af4-0004Fv-Aj for emacs-devel@gnu.org; Mon, 09 Nov 2009 15:16:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7aez-0004El-Mi for emacs-devel@gnu.org; Mon, 09 Nov 2009 15:16:26 -0500 Original-Received: from [199.232.76.173] (port=44931 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7aez-0004Ec-KA for emacs-devel@gnu.org; Mon, 09 Nov 2009 15:16:21 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]:46050) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7aez-0004jO-CG for emacs-devel@gnu.org; Mon, 09 Nov 2009 15:16:21 -0500 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id F402FBE536; Mon, 9 Nov 2009 15:16:20 -0500 (EST) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 09 Nov 2009 15:16:21 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type; s=smtpout; bh=JIHDo7obY0CyTOSqw6+pUixsXwk=; b=EaZiMyBbl8FmBRvXYgNT+iOoUdSgQ20bUMZ6omWjW13r9iAfHK+8tB7HhaM+Ue+MlpvuHHJik4uvn9jVYknckQsLbxIAKWLwDqmhW5rSFI7+mC0qOQZvBZsiEA8zEks7kzpik8aI4QZMN5ZB87chL41ypk5WXKr+uNDR+g0Duwk= X-Sasl-enc: xRi8WMcuM9pxLSg812wYVL1ZANgk4fnze+f1r8wGrVz1 1257797780 Original-Received: from thinkpad.tsdh.de (p54AF25C7.dip0.t-ipconnect.de [84.175.37.199]) by mail.messagingengine.com (Postfix) with ESMTPA id DBFA937B3A; Mon, 9 Nov 2009 15:16:19 -0500 (EST) In-Reply-To: (Didier Verna's message of "Mon, 09 Nov 2009 18:31:31 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Mail-Copies-To: never 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:116757 Archived-At: Didier Verna writes: Hi Didier, > I've recently modified the behavior of switch-to-buffer in XEmacs so > that the completion mechanism doesn't include the current buffer. In > doing so, I figured it would be generally useful to have an > interactive spec for that (meaning "a buffer except the current > one"). I was thinking g/G because that's the next thing available to > us, but I'm wondering if GNU Emacs already uses it, or if you'd have > another suggestion. "G" is already taken, but "g" would be free. G -- Possibly nonexistent file name, defaulting to just directory name. Bye, Tassilo