From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: ido-mode open multiple files Date: Thu, 13 Feb 2014 14:15:54 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1392318981 24318 80.91.229.3 (13 Feb 2014 19:16:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2014 19:16:21 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 13 20:16:30 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 1WE1lt-0007yO-8C for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Feb 2014 20:16:29 +0100 Original-Received: from localhost ([::1]:48461 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE1ls-000787-QS for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Feb 2014 14:16:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE1lg-00077m-9T for help-gnu-emacs@gnu.org; Thu, 13 Feb 2014 14:16:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WE1lf-0001Wx-Ib for help-gnu-emacs@gnu.org; Thu, 13 Feb 2014 14:16:16 -0500 Original-Received: from mail-vb0-x22a.google.com ([2607:f8b0:400c:c02::22a]:58611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE1lf-0001Wt-Dt for help-gnu-emacs@gnu.org; Thu, 13 Feb 2014 14:16:15 -0500 Original-Received: by mail-vb0-f42.google.com with SMTP id i11so5432114vbh.29 for ; Thu, 13 Feb 2014 11:16:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=0+qFIDyMLckHc+alG3byh0I1sslzjhOLvhSxmoQ44vg=; b=XM7g8X2aiLBpRF77oVzuMnTvYMYIhkRWuZsERf6OrcWCAcjg9WGOQG2YeQY2cDNgeM PakT6TZOW4FlaZMu1+07/J0lDItXeCl5LhdTdOdb6VJfQQvDVMGGTbre0xPPE8YCFFsu sM650FSuGtdXA4yvzkz3T4KudVOlnDvpRLJp7xOuebptte4WfEWlBrbB5Jzi4Q1VEvDr GJjK4HM9ww7FNbn+ptNgOe4WTtXizRdQoHNTejsLVc+YvYviU+n3ZDeCY2bIbdiOp0eN QFj+rLi48vzsv89zRAfyXyBnm9Tn5JtKq0D2iHV3Z1EhX+3KsyFFVR6y59ilcK6VQxX/ pNvA== X-Received: by 10.58.69.111 with SMTP id d15mr1923850veu.3.1392318974550; Thu, 13 Feb 2014 11:16:14 -0800 (PST) Original-Received: by 10.221.42.10 with HTTP; Thu, 13 Feb 2014 11:15:54 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::22a X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:96069 Archived-At: 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