From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: Re: find-tag and partial completion mode Date: Wed, 2 May 2007 12:57:43 +0200 (CEST) Message-ID: <16334213.8741178103463861.JavaMail.www@wwinf4204> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1178103476 1944 80.91.229.12 (2 May 2007 10:57:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 May 2007 10:57:56 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 02 12:57:54 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HjCWu-0007Bs-O3 for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 12:57:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjCdJ-0005jH-5X for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 07:04:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjCdE-0005jC-NE for emacs-devel@gnu.org; Wed, 02 May 2007 07:04:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjCdD-0005j0-4e for emacs-devel@gnu.org; Wed, 02 May 2007 07:04:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjCdC-0005ix-Tp for emacs-devel@gnu.org; Wed, 02 May 2007 07:04:22 -0400 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HjCWm-0001UM-OR; Wed, 02 May 2007 06:57:44 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4203.voila.fr (SMTP Server) with ESMTP id E34C41C00086; Wed, 2 May 2007 12:57:43 +0200 (CEST) Original-Received: from wwinf4204 (wwinf4204 [10.232.2.31]) by mwinf4203.voila.fr (SMTP Server) with ESMTP id D519D1C00083; Wed, 2 May 2007 12:57:43 +0200 (CEST) X-ME-UUID: 20070502105743872.D519D1C00083@mwinf4203.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:70473 Archived-At: > Message du 02/05/07 =C3=A0 09h59 > De : "Glenn Morris" > A : alinsoar@voila.fr > Copie =C3=A0 : "Emacs Dev [emacs-devel]" > Objet : Re: find-tag and partial completion mode >=20 > A Soare wrote: >=20 > > 1. Emacs -Q > > > > 2. M-x partial-completion-mode > > > > 3. M-. re-fr-st Insert the path to your TAGS of emacs. > > > > No symbol found. However there is read-from-string. >=20 > Press TAB, not M-TAB. >=20 >=20 It does not matter what I press. Look at the output in the *messages* : find-tag-tag: Command attempted to use minibuffer while in minibuffer next-history-element: Beginning of history; no preceding item /gnu/emacs/src/TAGS and /gnu/emacs/TAGS are the same file Starting a new list of tags tables Making tags completion table for /gnu/emacs/TAGS... /gnu/emacs/src/TAGS and /gnu/emacs/TAGS are the same file [2 times] visit-tags-table-buffer: File /gnu/lwlib/TAGS is not a valid tags table Making tags completion table for /gnu/emacs/TAGS... visit-tags-table-buffer: File /gnu/lwlib/TAGS is not a valid tags table No symbol found. I used and compiled the CVS sources from yesterday , 1st may.