From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alberto Luaces Newsgroups: gmane.emacs.help Subject: Re: C-x C-b (switch-to-buffer) smarter suggestions? Date: Sun, 07 Feb 2010 09:47:44 +0100 Message-ID: <877hqpmnyn.fsf@eps142.cdf.udc.es> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265532516 32646 80.91.229.12 (7 Feb 2010 08:48:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Feb 2010 08:48:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 07 09:48:22 2010 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.69) (envelope-from ) id 1Ne2oY-0008IU-6m for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Feb 2010 09:48:22 +0100 Original-Received: from localhost ([127.0.0.1]:42581 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ne2oX-0003HH-IG for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Feb 2010 03:48:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ne2o7-0003GC-Th for help-gnu-emacs@gnu.org; Sun, 07 Feb 2010 03:47:55 -0500 Original-Received: from [199.232.76.173] (port=59253 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ne2o7-0003Fv-I9 for help-gnu-emacs@gnu.org; Sun, 07 Feb 2010 03:47:55 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ne2o2-0004ly-QI for help-gnu-emacs@gnu.org; Sun, 07 Feb 2010 03:47:55 -0500 Original-Received: from smtpout2.correo.udc.es ([193.147.40.144]:47629) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ne2o2-0004lF-Ft for help-gnu-emacs@gnu.org; Sun, 07 Feb 2010 03:47:50 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtpout2.correo.udc.es (Postfix) with ESMTP id DA9F6F0DFB for ; Sun, 7 Feb 2010 09:44:53 +0100 (CET) X-Virus-Scanned: amavisd-new at smtpout2.correo.udc.es Original-Received: from smtpout2.correo.udc.es ([127.0.0.1]) by localhost (smtpout2.correo.udc.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Uu9ls0FzaPTO for ; Sun, 7 Feb 2010 09:44:49 +0100 (CET) Original-Received: from eps142 (eps142.cdf.udc.es [193.144.52.142]) by smtpout2.correo.udc.es (Postfix) with ESMTP id 06111F0DFA for ; Sun, 7 Feb 2010 09:44:48 +0100 (CET) In-Reply-To: (Jorgen Grahn's message of "6 Feb 2010 08:03:09 GMT") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:71724 Archived-At: Hi, Jorgen Grahn writes: [...] > But this doesn't complete to foo.h, because foo.c is also an > alternative -- even though that's the buffer I'm explicitly trying to > switch *from*. Take a look at ff-find-other-file. -- Alberto