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 and functions that return structures! Date: Tue, 24 Apr 2007 14:55:59 +0200 (CEST) Message-ID: <9683763.282391177419359599.JavaMail.www@wwinf4106> 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 1177419377 14807 80.91.229.12 (24 Apr 2007 12:56:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Apr 2007 12:56:17 +0000 (UTC) To: "Emacs Dev [emacs-devel]" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 24 14:56:13 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 1HgKYz-0000ZO-MW for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 14:56:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgKeV-0003Im-9y for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 09:01:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgKeP-0003IT-Ub for emacs-devel@gnu.org; Tue, 24 Apr 2007 09:01:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgKeO-0003IH-Fj for emacs-devel@gnu.org; Tue, 24 Apr 2007 09:01:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgKeO-0003IE-9w for emacs-devel@gnu.org; Tue, 24 Apr 2007 09:01:44 -0400 Original-Received: from smtp2.voila.fr ([193.252.22.175] helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgKYs-0001bB-60 for emacs-devel@gnu.org; Tue, 24 Apr 2007 08:56:02 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4101.voila.fr (SMTP Server) with ESMTP id A60551C00377 for ; Tue, 24 Apr 2007 14:55:59 +0200 (CEST) Original-Received: from wwinf4106 (wwinf4106 [172.22.152.33]) by mwinf4101.voila.fr (SMTP Server) with ESMTP id 967031C00313 for ; Tue, 24 Apr 2007 14:55:59 +0200 (CEST) X-ME-UUID: 20070424125559616.967031C00313@mwinf4101.voila.fr X-Originating-IP: [89.34.170.37] 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:69935 Archived-At: When we have a function that returns a structure with a name S, by searching the name of that structure (S), find-tag does not jump in all cases to structure's definiton, but to a function's definition that returns that structure. I do not give here examples. Just I wanted to make attention to you.