From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: tags mode completion table doesn't work with multiple tables Date: Tue, 29 Apr 2003 01:38:30 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200304252218.h3PMIca01992@julius.internal.avlsi.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1051594708 29952 80.91.224.249 (29 Apr 2003 05:38:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 05:38:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Apr 29 07:38:26 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ANow-0007mv-00 for ; Tue, 29 Apr 2003 07:38:26 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19ANxS-0005ED-00 for ; Tue, 29 Apr 2003 07:47:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ANpE-0001VK-0C for emacs-devel@quimby.gnus.org; Tue, 29 Apr 2003 01:38:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19ANp2-0001Tx-00 for emacs-devel@gnu.org; Tue, 29 Apr 2003 01:38:32 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19ANp1-0001Tm-00 for emacs-devel@gnu.org; Tue, 29 Apr 2003 01:38:31 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ANp0-0001Tg-00 for emacs-devel@gnu.org; Tue, 29 Apr 2003 01:38:30 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 19ANp0-0003M4-00; Tue, 29 Apr 2003 01:38:30 -0400 Original-To: Francesco Potorti` In-reply-to: (message from Francesco Potorti` on Mon, 28 Apr 2003 09:32:16 +0200) Original-cc: frederik@ugcs.caltech.edu X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13536 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13536 >I am not quite sure how etags.el handles multiple tags tables nowadays. >Will it search for your tag in all of them, or do you have to choose >one with visit-tags-table? I append the docs about this. In short, you choose one table, but if one is already chosen, you can add one more to the list. Is the problem that, if you have put multiple tags tables in the current list, completion fails to search them all?