From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 26 02:45:02 2011 Received: (at submit) by debbugs.gnu.org; 26 Jan 2011 07:45:03 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pi03p-0005Em-LK for submit@debbugs.gnu.org; Wed, 26 Jan 2011 02:45:02 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PhzB8-000429-QX for submit@debbugs.gnu.org; Wed, 26 Jan 2011 01:48:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhzIy-0007nh-MF for submit@debbugs.gnu.org; Wed, 26 Jan 2011 01:56:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:46111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhzIy-0007nc-JU for submit@debbugs.gnu.org; Wed, 26 Jan 2011 01:56:36 -0500 Received: from [140.186.70.92] (port=39936 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhzIw-0008VB-Eh for bug-gnu-emacs@gnu.org; Wed, 26 Jan 2011 01:56:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhzIu-0007le-2d for bug-gnu-emacs@gnu.org; Wed, 26 Jan 2011 01:56:34 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:56443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhzIt-0007l8-U5 for bug-gnu-emacs@gnu.org; Wed, 26 Jan 2011 01:56:32 -0500 Received: by iwn40 with SMTP id 40so697695iwn.0 for ; Tue, 25 Jan 2011 22:56:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=jbshOcnEbvDflPTl5N6DCmXlEJddxDIcoSCEpy8BUoI=; b=WWV/ueFZmKKW9RHN0nQgpvRjSe3DVj+m1jED+IDB8BFwi/dMniO5o624YZMrd0e4vq jVKvL9fKiScMnxZPhaicUpaq1nmBQGryJUYbQJtbixZ9wId11NWeDLJW9dTH//RTrQUa XKE1fwxJfoC0HtYbu0DO1bYc4qd0shUQjPXwA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=NGO6ak3rF0TmBQ5suWgH1fZCJXBc10jIZVIa79/yaBdxjkZ0lIqAy6GXpShjOSroFj RhaoI1hKfm3MaRRIOnif/yON+wokZWVvOvzdZd49paPtirk5XPjDnLydYC8kS0quGq1O 8VpFJ6TVGGmBoIA1u4MVEhW6Pre4myVRey8WM= MIME-Version: 1.0 Received: by 10.42.179.71 with SMTP id bp7mr51088icb.68.1296024990541; Tue, 25 Jan 2011 22:56:30 -0800 (PST) Received: by 10.42.230.66 with HTTP; Tue, 25 Jan 2011 22:56:30 -0800 (PST) Date: Wed, 26 Jan 2011 07:56:30 +0100 X-Google-Sender-Auth: N3vJ4YHvaFIoiO7jP7ZhNOeNIY4 Message-ID: Subject: find-tag does not correctly identify Fortran type-bound procedures From: Thomas Henlich To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 26 Jan 2011 02:45:00 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': The interactive command find-tag does not correctly identify the name of a Fortran 2003 type-bound procedure at point. 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). If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file c:/Program Files/emacs-23.2/etc/DEBUG. In GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/xpm/include' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: DEU value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: F90 Minor modes in effect: desktop-save-mode: t cua-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x b t e s _ c a l l SPC a b c % d e f M-. C-g M-x e m a c s - b f i l e e m b u g - r e p o r Recent messages: Fill column set to 132 (was 70) [2 times] Loading nxml-mode...done Using vacuous schema Fill column set to 132 (was 70) [7 times] Wrote c:/Data/henli00t/.emacs.d/.emacs.desktop.lock Desktop: 58 buffers restored. For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Quit Making completion list... Load-path shadows: None found. Features: (shadow sort mail-extr message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils mailheader canlock sha1 hex-util hashcash mail-utils emacsbug etags ring help-mode view nxml-uchnm rng-xsd xsd-regexp rng-cmpct rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc xmltok sh-script executable info make-mode fortran conf-mode newcomment f90 cus-edit wid-edit server saveplace desktop cus-start cus-load cua-base csharp-mode byte-opt bytecomp byte-compile advice help-fns advice-preload cc-mode cc-fonts easymenu cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 03 22:13:44 2011 Received: (at 7919-done) by debbugs.gnu.org; 4 Feb 2011 03:13:44 +0000 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 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 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 From: Glenn Morris To: 7919-done@debbugs.gnu.org Subject: Re: bug#7919: find-tag does not correctly identify Fortran type-bound procedures References: X-Spook: Juiliett Class Submarine FTS2000 interception Roswell X-Ran: ]/Oy3LSHr=^KuS+4N[/,-J%>"p7pvJHi"szRWfpTaRa&fZ.'jAzmo0[S*6HEi?E)Au User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 7919-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) 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. From unknown Sat Aug 16 21:22:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 04 Mar 2011 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 31 02:59:54 2011 Received: (at control) by debbugs.gnu.org; 31 Mar 2011 06:59:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5BrF-0006t5-RC for submit@debbugs.gnu.org; Thu, 31 Mar 2011 02:59:53 -0400 Received: from sv13.net-housting.de ([178.248.244.23]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5BrE-0006sq-B2 for control@debbugs.gnu.org; Thu, 31 Mar 2011 02:59:52 -0400 Received: from localhost (mailscan.hofmeirmedia.net [172.30.129.51]) by sv13.net-housting.de (Postfix) with ESMTP id E540228151DE7 for ; Thu, 31 Mar 2011 08:59:44 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at mailscan.hofmeirmedia.net X-Spam-Flag: NO X-Spam-Score: -2.827 X-Spam-Level: X-Spam-Status: No, score=-2.827 tagged_above=-3 required=6.31 tests=[ALL_TRUSTED=-1.8, AWL=-0.190, BAYES_00=-2.599, MISSING_SUBJECT=1.762] autolearn=no Received: from sv13.net-housting.de ([172.30.129.23]) by localhost (mailscan.hofmeirmedia.net [172.30.129.51]) (amavisd-new, port 10024) with ESMTP id rA2SmdeH44jT for ; Thu, 31 Mar 2011 08:59:43 +0200 (CEST) Received: from mail-vx0-f172.google.com (mail-vx0-f172.google.com [209.85.220.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by sv13.net-housting.de (Postfix) with ESMTPSA id D39B1280DE1D2 for ; Thu, 31 Mar 2011 08:59:42 +0200 (CEST) Received: by vxg33 with SMTP id 33so1626920vxg.3 for ; Wed, 30 Mar 2011 23:59:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.53.14 with SMTP id k14mr575387vcg.163.1301554777485; Wed, 30 Mar 2011 23:59:37 -0700 (PDT) Received: by 10.220.73.199 with HTTP; Wed, 30 Mar 2011 23:59:37 -0700 (PDT) Date: Thu, 31 Mar 2011 08:59:37 +0200 Message-ID: Subject: From: Thomas Henlich To: control@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.6 (/) unarchive 7919 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 31 03:07:54 2011 Received: (at 7919) by debbugs.gnu.org; 31 Mar 2011 07:07:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5Bz0-00075l-8s for submit@debbugs.gnu.org; Thu, 31 Mar 2011 03:07:54 -0400 Received: from sv13.net-housting.de ([178.248.244.23]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5Byy-00075X-17 for 7919@debbugs.gnu.org; Thu, 31 Mar 2011 03:07:52 -0400 Received: from localhost (mailscan.hofmeirmedia.net [172.30.129.51]) by sv13.net-housting.de (Postfix) with ESMTP id A1C8A28151178 for <7919@debbugs.gnu.org>; Thu, 31 Mar 2011 09:07:45 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at mailscan.hofmeirmedia.net Received: from sv13.net-housting.de ([172.30.129.23]) by localhost (mailscan.hofmeirmedia.net [172.30.129.51]) (amavisd-new, port 10024) with ESMTP id Wz7XRjN8AyeB for <7919@debbugs.gnu.org>; Thu, 31 Mar 2011 09:07:43 +0200 (CEST) Received: from mail-vw0-f44.google.com (mail-vw0-f44.google.com [209.85.212.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by sv13.net-housting.de (Postfix) with ESMTPSA id 52C3B280528CD for <7919@debbugs.gnu.org>; Thu, 31 Mar 2011 09:07:43 +0200 (CEST) Received: by vws12 with SMTP id 12so1621883vws.3 for <7919@debbugs.gnu.org>; Thu, 31 Mar 2011 00:07:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.0.229 with SMTP id 5mr2890150vdh.271.1301555258434; Thu, 31 Mar 2011 00:07:38 -0700 (PDT) Received: by 10.220.73.199 with HTTP; Thu, 31 Mar 2011 00:07:38 -0700 (PDT) Date: Thu, 31 Mar 2011 09:07:38 +0200 Message-ID: Subject: Re: bug#7919: find-tag does not correctly identify Fortran type-bound procedures From: Thomas Henlich To: 7919@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 7919 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.1 (--) The bug fix is not fully correct. It still fails in cases: Example: When typing abc%def%ghi M-. in a buffer in f90-mode, in the mini-buffer "Find tag (default def%ghi):" appears. Expected result: The name to find is not "def%ghi", but just the procedure name "ghi". From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 31 13:19:33 2011 Received: (at 7919) by debbugs.gnu.org; 31 Mar 2011 17:19:34 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5LWu-0006Ew-Hf for submit@debbugs.gnu.org; Thu, 31 Mar 2011 13:19:32 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5LWs-0006El-Gu for 7919@debbugs.gnu.org; Thu, 31 Mar 2011 13:19:31 -0400 Received: from localhost ([127.0.0.1]:33674) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5LWl-0004uB-Ji; Thu, 31 Mar 2011 13:19:23 -0400 From: Glenn Morris To: Thomas Henlich Subject: Re: bug#7919: find-tag does not correctly identify Fortran type-bound procedures References: X-Spook: Delta Force Leuken-Baden Saddam Hussein secure UOP X-Ran: Zf|%/1E^xC^{no?o0Wtr-9'\;2tY?y!YA (Thomas Henlich's message of "Thu, 31 Mar 2011 09:07:38 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 7919 Cc: 7919@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Thomas Henlich wrote: > Example: When typing abc%def%ghi M-. in a buffer in f90-mode, in the > mini-buffer "Find tag (default def%ghi):" appears. > > Expected result: The name to find is not "def%ghi", but just the > procedure name "ghi". OK; fixed. From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 31 13:37:07 2011 Received: (at control) by debbugs.gnu.org; 31 Mar 2011 17:37:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5Lnu-0006dH-No for submit@debbugs.gnu.org; Thu, 31 Mar 2011 13:37:06 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5Lnt-0006cn-0f for control@debbugs.gnu.org; Thu, 31 Mar 2011 13:37:05 -0400 Received: from localhost ([127.0.0.1]:53850) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5Lnn-0005gH-67; Thu, 31 Mar 2011 13:36:59 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19860.48058.859941.492878@fencepost.gnu.org> Date: Thu, 31 Mar 2011 13:36:58 -0400 From: Glenn Morris To: control Subject: control 7919 X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: magenta X-Ran: ?jCGSSKpi"t\ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) fixed 7919 24.1 notfixed 7919 23.3 found 7919 23.3 From unknown Sat Aug 16 21:22:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 29 Apr 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator