From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pascal Cadotte Michaud Newsgroups: gmane.emacs.help Subject: Re: ido-mode open multiple files Date: Thu, 13 Feb 2014 14:46:12 -0500 Message-ID: <52FD2104.3040507@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1392321115 18828 80.91.229.3 (13 Feb 2014 19:51:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2014 19:51:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 13 20:52: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 1WE2KJ-0007iC-6y for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Feb 2014 20:52:03 +0100 Original-Received: from localhost ([::1]:48549 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE2KI-00064u-Sb for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Feb 2014 14:52:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE2Ew-0005Uh-0I for help-gnu-emacs@gnu.org; Thu, 13 Feb 2014 14:46:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WE2En-0003Mh-In for help-gnu-emacs@gnu.org; Thu, 13 Feb 2014 14:46:29 -0500 Original-Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:55763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE2En-0003MX-BN for help-gnu-emacs@gnu.org; Thu, 13 Feb 2014 14:46:21 -0500 Original-Received: by mail-wi0-f172.google.com with SMTP id e4so9166694wiv.5 for ; Thu, 13 Feb 2014 11:46:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=KNmiSJ3zPtqBgC/7LLJbXHU6eJbUaHTf9DlXRahkyis=; b=s0Y3NGw7Vpq/x9pKvgSPx+lHSw81pATAZIRH2s8PUFfzFXBduq8FoyssLfCKptA9aj KBlUV9YtoV1QbnBGfnLdpONr3n4SPWIZHapW11cDwXRhTvASe4A/9F7cgHxv4sqRIWt1 JRvZqpenbyn7L+OBMclLSWrO/GuuT/qVEqZksIMg3WmOIOKdjD4c/KNplWw6lJP6N6my oeP1cXi+2i1ukLageE4iiG77JQZhP3aDT6QU7IwmsYsJvlwBfnYQyPuLiv+cwtz7gDsN Sm2KA66nsz7kYDb/j5Kb2Cg4MUHH5R901PKXlTJNB1AUOqEUXTOcQlawGiU1J+6Vd7sl sTLQ== X-Received: by 10.194.61.166 with SMTP id q6mr2885392wjr.66.1392320780048; Thu, 13 Feb 2014 11:46:20 -0800 (PST) Original-Received: from [192.168.32.37] (modemcable094.94-70-69.static.videotron.ca. [69.70.94.94]) by mx.google.com with ESMTPSA id ev4sm7654773wib.1.2014.02.13.11.46.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Feb 2014 11:46:19 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22c X-Mailman-Approved-At: Thu, 13 Feb 2014 14:51:52 -0500 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:96071 Archived-At: On 13/02/14 02:15 PM, Jai Dayal wrote: > Hi, > > I frequently like to open all files in a directory matching something > simple, i.e., *.c. With the standard C-x C-f, I can specify *.c and this > works. With ido-mode enabled, however, it opens a buffer called *.c. > > How do I open multiple files at once with ido mode? > > Thanks. > Jai > Hi, I usually press C-f when I reach the directory where my files are to temporarily disable ido-mode. I can then open *.c. Pascal