From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Wu XiaoGuang Newsgroups: gmane.emacs.help Subject: Re: How to set the default location of 'tags table'? Date: Wed, 21 Aug 2002 13:19:09 +0000 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3D63934D.2070007@linux.net.cn> References: <3D639010.7040209@linux.net.cn> <20020821103330.A1854@sasken.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb18030; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1029906721 21826 127.0.0.1 (21 Aug 2002 05:12:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 21 Aug 2002 05:12:01 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17hNmg-0005fv-00 for ; Wed, 21 Aug 2002 07:11:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hNnn-0008Gc-00; Wed, 21 Aug 2002 01:13:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17hNnL-0007yz-00 for help-gnu-emacs@gnu.org; Wed, 21 Aug 2002 01:12:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17hNmp-0007lt-00 for help-gnu-emacs@gnu.org; Wed, 21 Aug 2002 01:12:38 -0400 Original-Received: from [210.82.103.10] (helo=mx.linux.net.cn) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hNmp-0007lo-00 for Help-gnu-emacs@gnu.org; Wed, 21 Aug 2002 01:12:07 -0400 Original-Received: from linux.net.cn (A1-378.xz.jsinfo.net [202.102.45.123]) by mx.linux.net.cn (Postfix) with ESMTP id 4EA81B161; Wed, 21 Aug 2002 13:13:03 +0800 (CST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204 X-Accept-Language: en-us, zh-cn, zh-tw Original-To: Praveen D V , Help-gnu-emacs Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:845 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:845 Praveen D V wrote: > Create a TAGS file using 'etags' and then U can give it > directory name. If U want to put it in U'r .emacs > > (setq tags-table-list > '("~/abc" "/usr/share/")) > > Hope this helps. > regards, > Praveen > > I set it as: (setq tags-table-list '("/usr/share/emacs/21.1/lisp")) It works now. Thank you!