From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Prompt for files with given extensions Date: Wed, 11 Feb 2015 07:00:51 -0800 (PST) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1423666910 20649 80.91.229.3 (11 Feb 2015 15:01:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2015 15:01:50 +0000 (UTC) To: Robin Neatherway , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 11 16:01:36 2015 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 1YLYn5-0005nT-VK for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2015 16:01:24 +0100 Original-Received: from localhost ([::1]:45303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLYn4-0003GD-Pp for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2015 10:01:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLYmk-00036H-IG for help-gnu-emacs@gnu.org; Wed, 11 Feb 2015 10:01:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLYmh-0003pt-4y for help-gnu-emacs@gnu.org; Wed, 11 Feb 2015 10:01:02 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:19937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLYmg-0003pT-Ut for help-gnu-emacs@gnu.org; Wed, 11 Feb 2015 10:00:59 -0500 Original-Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t1BF0uCB023363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 11 Feb 2015 15:00:56 GMT Original-Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id t1BF0uTx006197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Feb 2015 15:00:56 GMT Original-Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t1BF0uDo028628; Wed, 11 Feb 2015 15:00:56 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:102638 Archived-At: > I would like my function to prompt only for files with a given > extension. If you use Icicles, you can bind one of these variables in your function, to control which file-name candidates are presented: `icicle-file-match-regexp' `icicle-file-no-match-regexp' `icicle-file-predicate' http://www.emacswiki.org/emacs/Icicles_-_Global_Filters#icicle-file-match-r= egexp