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 13:02:54 +0200 (CEST) Message-ID: <3434050.9641178103774477.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: 7bit X-Trace: sea.gmane.org 1178103785 3049 80.91.229.12 (2 May 2007 11:03:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 May 2007 11:03:05 +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 13:03:02 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 1HjCbu-0000hz-0G for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 13:03:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjCiI-0001QA-Ip for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 07:09:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjCiE-0001Mh-3z for emacs-devel@gnu.org; Wed, 02 May 2007 07:09:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjCiD-0001Ls-LW for emacs-devel@gnu.org; Wed, 02 May 2007 07:09:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjCiD-0001Lj-F4 for emacs-devel@gnu.org; Wed, 02 May 2007 07:09:33 -0400 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HjCbn-0002Ev-8I; Wed, 02 May 2007 07:02:55 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4204.voila.fr (SMTP Server) with ESMTP id 828C51C00085; Wed, 2 May 2007 13:02:54 +0200 (CEST) Original-Received: from wwinf4204 (wwinf4204 [10.232.2.31]) by mwinf4204.voila.fr (SMTP Server) with ESMTP id 776E91C00082; Wed, 2 May 2007 13:02:54 +0200 (CEST) X-ME-UUID: 20070502110254489.776E91C00082@mwinf4204.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:70474 Archived-At: > A Soare wrote: > > > 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. > > Press TAB, not M-TAB. > > That is. I solved it. I have emacs installed in /gnu/emacs/ and I used a soft link from /gnu/emacs/src/TAGS to /gnu/emacs/TAGS. in TAGS there is a line ../lwlib//TAGS,include and from here the error was born. Now it is clear. So in the actual form if we can try to use a soft-ling to the TAGS files, tags do not work any longer. Alin Soare.