From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: Allowing wildcards in Find file prompt that resolve to a single file? Date: Fri, 27 Jun 2014 13:46:49 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1403891231 27413 80.91.229.3 (27 Jun 2014 17:47:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Jun 2014 17:47:11 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: "Ludwig\, Mark" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 27 19:47:03 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X0aEo-0006sv-4K for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jun 2014 19:47:02 +0200 Original-Received: from localhost ([::1]:51687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0aEn-0000ft-Ly for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jun 2014 13:47:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0aEd-0000ff-1W for help-gnu-emacs@gnu.org; Fri, 27 Jun 2014 13:46:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0aEc-0004og-9G for help-gnu-emacs@gnu.org; Fri, 27 Jun 2014 13:46:50 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0aEc-0004oc-5p for help-gnu-emacs@gnu.org; Fri, 27 Jun 2014 13:46:50 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1X0aEb-0005YB-8k; Fri, 27 Jun 2014 13:46:49 -0400 X-Spook: Maple Tony Blair AMW USCODE Dateline Rand Corporation X-Ran: Y#4_$x'B==&~XhX](S!Pc?.suU!d~+%hJHOPB}Oz$A&\S[QcaH%Egv6\C>%Mc1N2!BQM+P X-Hue: cyan X-Attribution: GM In-Reply-To: (Mark Ludwig's message of "Fri, 27 Jun 2014 15:28:36 +0000") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98434 Archived-At: "Ludwig, Mark" wrote: > The reason I want this is because we have numerous files that > have uniqueness at the tail end (which is why TAB doesn't help). TAB works for me: touch foo.bar foo.qux emacs-24.3 -Q C-x C-f .bar TAB -> foo.bar