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: ETAGS & find-tag Date: Thu, 1 Mar 2007 00:51:58 +0100 (CET) Message-ID: <22920027.396161172706718894.JavaMail.www@wwinf4004> 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 1172706743 22490 80.91.229.12 (28 Feb 2007 23:52:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Feb 2007 23:52:23 +0000 (UTC) To: "Emacs Dev [emacs-devel]" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 01 00:52:15 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 1HMYak-0005Fu-EM for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 00:52:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMYal-0006bF-9I for ged-emacs-devel@m.gmane.org; Wed, 28 Feb 2007 18:52:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMYaZ-0006b0-7b for emacs-devel@gnu.org; Wed, 28 Feb 2007 18:52:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMYaX-0006ao-P8 for emacs-devel@gnu.org; Wed, 28 Feb 2007 18:52:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMYaX-0006al-Kp for emacs-devel@gnu.org; Wed, 28 Feb 2007 18:52:01 -0500 Original-Received: from smtp1.voila.fr ([193.252.22.174]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMYaX-00008N-63 for emacs-devel@gnu.org; Wed, 28 Feb 2007 18:52:01 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4006.voila.fr (SMTP Server) with ESMTP id E9F431C01400 for ; Thu, 1 Mar 2007 00:51:58 +0100 (CET) Original-Received: from wwinf4004 (wwinf4004 [172.22.157.31]) by mwinf4006.voila.fr (SMTP Server) with ESMTP id DD5D61C013A7 for ; Thu, 1 Mar 2007 00:51:58 +0100 (CET) X-ME-UUID: 20070228235158906.DD5D61C013A7@mwinf4006.voila.fr X-Originating-IP: [86.107.96.49] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| 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:67088 Archived-At: Do you consider normal that M-. jumps in order to the following definitions (of function or variable) using C-u as prefix : find-tag-hook find-tag-default-function but not to... find-tag? I opened TAGS file, and was not there. Still I had created the TAGS by find -name *.[ch] -o -name *.el | xargs etags - 1. The first problem is in etags. 2. The second "problem": Why M-. does not jump first of all to all defun or defvar which are called EXACTLY , and after there are no more such ones, to jump to the non-exact regexp matching. Alin Soare.