From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gana@ieee.org (Ganesan T) Newsgroups: gmane.emacs.help Subject: Unable to use TAGS in xemacs Date: 12 Mar 2003 06:18:01 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1047478796 26205 80.91.224.249 (12 Mar 2003 14:19:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2003 14:19:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 12 15:19:54 2003 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 18t75G-0006oN-00 for ; Wed, 12 Mar 2003 15:19:54 +0100 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 18t75u-00045N-0B for gnu-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2003 09:20:34 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: comp.emacs.xemacs,gnu.emacs.help Original-Lines: 50 Original-NNTP-Posting-Host: 192.91.75.32 Original-X-Trace: posting.google.com 1047478681 24470 127.0.0.1 (12 Mar 2003 14:18:01 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 12 Mar 2003 14:18:01 GMT Original-Xref: shelby.stanford.edu comp.emacs.xemacs:70038 gnu.emacs.help:111003 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7503 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7503 Hi: I am using Xemacs21.1 (patch 12) on Sun 0S. I am unable to use the tags file generated with the etags. When I press M-., the emacs picks the first word in the pattern (which is multi-word seperated by white space) given in the TAGS file and complains that no pattern found in that file. Also how to set the emacs that it should noit look for the pattern from the starting on a line, but any where in that line. I have given a snippet from my TAGS file. In all the cases given below, emacs picks up only the function as the tag and opens the first file in the list. Is it there any setting that need to be done for specifying the tags-format regex in the .emacs file Thanks for your help gana == TAGS file ^L AGC.m,197 function [ATTSW, GC, GMemAddr,agc_status,accum_out, AGCLogicState, InternalNodes^?20,938 ^L AGCAnalogWrapper11a.m,134 function [AGCGain, AGCState, InternalNodes] = AGCAnalogWrapper11a(AGCIn, PSOn, ^?58,3823 ^L AGCAnalogWrapper11b.m,133 function [AGCGain, AGCState, InternalNodes] = AGCAnalogWrapper11b(AGCIn, PSOn, ^?59,3868 ^L AGCDigitalWrapper.m,161 function [AGCDigitalGain, CarrierLoss, DCOffset, AGCDigitalState] = AGCDigitalW^?55,2275 ^L AGCDigitalWrapper_fx.m,207 function [ AGCDigitalGainI, AGCDigitalGainQ, CarrierLoss, CarrierTooHigh, A^?103,3954 == actual code lines to be matched are 2. function [AGCGain, AGCState, InternalNodes] = AGCAnalogWrapper11a(AGCIn, 4. AGCDigitalWrapper( ...