From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Colin S. Miller" Newsgroups: gmane.emacs.help Subject: Re: basic question: going back to dired Date: Thu, 31 Jul 2008 21:26:23 +0100 Organization: SunSITE.dk - Supporting Open source Message-ID: <48921FEF.5050403@csmiller.demon.co.uk> References: <488b214c$0$90274$14726298@news.sunsite.dk> <2e5864060807311010macf1b5bq439a73fc431fac04@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217536860 11362 80.91.229.12 (31 Jul 2008 20:41:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 20:41:00 +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 Jul 31 22:41:50 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KOexo-0002n6-Re for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2008 22:41:33 +0200 Original-Received: from localhost ([127.0.0.1]:42021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOewt-0004Qg-VA for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2008 16:40:35 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail User-Agent: Icedove 1.5.0.14eol (X11/20080509) Original-Newsgroups: gnu.emacs.help In-Reply-To: <2e5864060807311010macf1b5bq439a73fc431fac04@mail.gmail.com> Original-Lines: 41 Original-NNTP-Posting-Host: 62.56.91.248 Original-X-Trace: news.sunsite.dk DXC=Bi5no76jhnhHZJdbckJK\5E[IkG1[Bg<0aH5`\VT\m5_SIbfU_42Df:PaKhTcL2h5ahoTokF_>m>CYcVoNLnUod5==]kaD=gT:P=^0eFQniZF161`a Original-X-Complaints-To: staff@sunsite.dk Original-Xref: news.stanford.edu gnu.emacs.help:160757 X-Originally-To: Esteban Fornal X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56101 Archived-At: Esteban Fornal wrote: > > > 2008/7/27 Colin S. Miller > > > C-x k RET will close the current file > C-x C-j will open the dired on the directory containing the > current file. > HTH, > Colin S. Miller > > -- > Replace the obvious in my email address with the first three > letters of the hostname to reply. > > > Hello, > This also is my first post here, My question is how view file name > list what match with regular expresions when I open file with C-x C-f > and press tab > > sorry my bad english and thanks. You can either 1) Press C-x o to swap to the *completion* buffer, then press C-u C-s for regexp-search forward. From there press enter your regexp. Press C-s to search for the next match, RET twice to open the file. 2) Press RET with no file name to open the directory in dired, and then use C-U C-s as above. PS, I've replied to the group; you seem to have accidentally replied to me directly. HTH, Colin S. Miller -- Replace the obvious in my email address with the first three letters of the hostname to reply.