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: lwlib Date: Sat, 28 Apr 2007 23:17:54 +0200 (CEST) Message-ID: <64868.158921177795074517.JavaMail.www@wwinf4103> 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 1177795092 9321 80.91.229.12 (28 Apr 2007 21:18:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Apr 2007 21:18:12 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 28 23:18:10 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 1HhuIu-0006uh-SB for ged-emacs-devel@m.gmane.org; Sat, 28 Apr 2007 23:18:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhuOu-0007rm-Id for ged-emacs-devel@m.gmane.org; Sat, 28 Apr 2007 17:24:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HhuOr-0007rG-6Q for emacs-devel@gnu.org; Sat, 28 Apr 2007 17:24:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HhuOo-0007r4-It for emacs-devel@gnu.org; Sat, 28 Apr 2007 17:24:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhuOo-0007r1-EM for emacs-devel@gnu.org; Sat, 28 Apr 2007 17:24:10 -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 1HhuIm-0002bI-RZ; Sat, 28 Apr 2007 17:17:57 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4102.voila.fr (SMTP Server) with ESMTP id 8D6C41C0014B; Sat, 28 Apr 2007 23:17:54 +0200 (CEST) Original-Received: from wwinf4103 (wwinf4103 [172.22.152.30]) by mwinf4102.voila.fr (SMTP Server) with ESMTP id 813DE1C001FF; Sat, 28 Apr 2007 23:17:54 +0200 (CEST) X-ME-UUID: 20070428211754529.813DE1C001FF@mwinf4102.voila.fr X-Originating-IP: [86.107.96.49] 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:70353 Archived-At: > << > Starting a new list of tags tables > visit-tags-table-buffer: File /gnu/lwlib/TAGS is not a valid tags table > >> > > Can you debug what is invalid about it? > That's the crucial thing for debugging this. > I always work with 2 soft-links to TAGS and TAGS-LISP ln -s src/TAGS . in my TAGS file there is the line ../lwlib//TAGS,include Maybe the error is due to the current-directory? I haven't worked in the meantime with tags. But now I suppose this. If in TAGS there were the complete path, not a relative path, I believe that it work. More, if I use visit-tags-table to TAGS that is a SoftLink, and I make find-tag xaw_update_scrollbar from lwlib, the message is byte-code: No tags containing xaw_update_scrollbar I am almost sure (even I did not work with find-tags in the meantime) that the reported bug is due to the relative path used in the TAGS file.