From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#7919: find-tag does not correctly identify Fortran type-bound procedures Date: Thu, 03 Feb 2011 22:22:08 -0500 Message-ID: <65aaiclc0v.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296790582 31399 80.91.229.12 (4 Feb 2011 03:36:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Feb 2011 03:36:22 +0000 (UTC) To: 7919-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 04 04:36:18 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PlCT3-0003xv-9c for geb-bug-gnu-emacs@m.gmane.org; Fri, 04 Feb 2011 04:36:18 +0100 Original-Received: from localhost ([127.0.0.1]:36405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlCT1-0003BX-N4 for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Feb 2011 22:36:15 -0500 Original-Received: from [140.186.70.92] (port=44428 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlCSt-00037I-Nu for bug-gnu-emacs@gnu.org; Thu, 03 Feb 2011 22:36:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlCSn-00032S-Ac for bug-gnu-emacs@gnu.org; Thu, 03 Feb 2011 22:36:07 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlCSn-00031z-7m for bug-gnu-emacs@gnu.org; Thu, 03 Feb 2011 22:36:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PlC7V-00063j-Vi for bug-gnu-emacs@gnu.org; Thu, 03 Feb 2011 22:14:01 -0500 In-Reply-To: Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 04 Feb 2011 03:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 7919 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 7919@debbugs.gnu.org, rgm@gnu.org Original-Received: via spool by 7919-done@debbugs.gnu.org id=D7919.129678922423248 (code D ref 7919); Fri, 04 Feb 2011 03:14:01 +0000 Original-Received: (at 7919-done) by debbugs.gnu.org; 4 Feb 2011 03:13:44 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PlC79-00062k-NC for submit@debbugs.gnu.org; Thu, 03 Feb 2011 22:13:44 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PlC78-00062S-81 for 7919-done@debbugs.gnu.org; Thu, 03 Feb 2011 22:13:38 -0500 Original-Received: from localhost ([127.0.0.1]:37649) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlCFM-0004P1-8i; Thu, 03 Feb 2011 22:22:08 -0500 X-Spook: Juiliett Class Submarine FTS2000 interception Roswell X-Ran: ]/Oy3LSHr=^KuS+4N[/,-J%>"p7pvJHi"szRWfpTaRa&fZ.'jAzmo0[S*6HEi?E)Au List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:43901 Archived-At: Version: 23.3 Thomas Henlich wrote: > Example: When typing abc%def M-. in a buffer in f90-mode, in the > mini-buffer "Find tag (default abc%def):" appears. > > Expected result: The name to find is not "abc%def", but just the > procedure name "def" (assuming that in the type definition, > binding-name equals procedure-name). OK; fixed.