From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pawel Newsgroups: gmane.emacs.help Subject: cperl does not create TAGS. Date: Mon, 16 Jul 2007 18:12:39 +0200 Message-ID: <18075.39159.923383.511126@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184602316 7362 80.91.229.12 (16 Jul 2007 16:11:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2007 16:11:56 +0000 (UTC) To: emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 16 18:11:53 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IATAp-0007CC-WC for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jul 2007 18:11:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IATAp-0006jm-Hn for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jul 2007 12:11:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAT9V-0004Gu-Cb for help-gnu-emacs@gnu.org; Mon, 16 Jul 2007 12:10:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAT9T-0004Ez-Ar for help-gnu-emacs@gnu.org; Mon, 16 Jul 2007 12:10:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAT9T-0004Eh-5k for help-gnu-emacs@gnu.org; Mon, 16 Jul 2007 12:10:23 -0400 Original-Received: from cg-01.tenbit.pl ([213.180.131.136] helo=tenbit.pl) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAT9S-0005QQ-PZ for help-gnu-emacs@gnu.org; Mon, 16 Jul 2007 12:10:22 -0400 Original-Received: from [157.25.157.162] (account paulino90 HELO localhost.localdomain) by tenbit.pl (CommuniGate Pro SMTP 4.1.8) with ESMTP id 59494899 for help-gnu-emacs@gnu.org; Mon, 16 Jul 2007 18:09:51 +0200 X-MAILER: KMail/1.7.1 X-detected-kernel: Solaris 8 (1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45733 Archived-At: Hallo Group Members. Perl->Tools->TAGS->Create Tags For Current File for current perl buffer creates almost empty TAGS file. Literally: my.perl.pl,0 But, prompt$ etags rtm.run.pl ends with "full" TAGS file. I also tried it with: cperl-use-syntax-table-text-property-for-tags's value is nil emacs-version's value is "21.4.1" cperl-version's value is "5.22" *Messages* buffer: Scanning file /home/user/my.perl.pl ... Scanning buffer for index ( 0%) Scanning buffer for index ( 15%) Scanning buffer for index ( 22%) Scanning buffer for index ( 30%) Scanning buffer for index ( 37%) Scanning buffer for index (100%) Scanning file /home/user/my.perl.pl finished Wrote /home/user/TAGS have You got Idea what might be the reason? Regards, Pawel