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 -- Francisco, urgent! Date: Wed, 2 May 2007 22:26:47 +0200 (CEST) Message-ID: <15435305.691161178137607047.JavaMail.www@wwinf4106> 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 1178137627 7133 80.91.229.12 (2 May 2007 20:27:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 May 2007 20:27:07 +0000 (UTC) To: "Emacs Dev [emacs-devel]" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 02 22:27:06 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 1HjLPl-0005ke-MZ for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 22:27:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjLWC-0007mp-0w for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 16:33:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjLVw-0007eI-K6 for emacs-devel@gnu.org; Wed, 02 May 2007 16:33:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjLVw-0007dU-5K for emacs-devel@gnu.org; Wed, 02 May 2007 16:33:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjLVv-0007dQ-SF for emacs-devel@gnu.org; Wed, 02 May 2007 16:33:27 -0400 Original-Received: from smtp2.voila.fr ([193.252.22.175] helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HjLPT-0005DP-MT for emacs-devel@gnu.org; Wed, 02 May 2007 16:26:47 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4107.voila.fr (SMTP Server) with ESMTP id 27DCE1C005DE for ; Wed, 2 May 2007 22:26:47 +0200 (CEST) Original-Received: from wwinf4106 (wwinf4106 [172.22.152.33]) by mwinf4107.voila.fr (SMTP Server) with ESMTP id 1185E1C00561 for ; Wed, 2 May 2007 22:26:47 +0200 (CEST) X-ME-UUID: 20070502202647721.1185E1C00561@mwinf4107.voila.fr X-Originating-IP: [86.107.96.49] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| 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:70491 Archived-At: > Francisco, what do you think of this issue? > > > in TAGS there is a line > > ../lwlib//TAGS,include > > and from here the error was born. > > Please try changing that line to > > ../lwlib/TAGS,include > > Does that make it work? It does not. I repeat. I use a LINK to TAGS file from src/TAGS. More precisely, look ls -al in ./emacs directory lrwxrwxrwx 1 root root 8 2007-04-18 05:56 TAGS -> src/TAGS lrwxrwxrwx 1 root root 13 2007-04-18 05:56 TAGS-LISP -> src/TAGS-LISP I do so: M-. re-fr-st insert here the path to TAGS file FROM EMACS DIRECTORY, NOT FROM ./EMACS/SRC. In this case it does not work. If I complete the path to the TAGS file from ./emacs/src/TAGS , it works. So the only problem is that etags does not work if we work to a sym-link to the TAGS file. We must use the path to the original TAGS file. This is the but. This is the same bug as that one reported by me here: <>. http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01293.html