all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#7919: find-tag does not correctly identify Fortran type-bound procedures
@ 2011-01-26  6:56 Thomas Henlich
  2011-02-04  3:22 ` Glenn Morris
  2011-03-31  7:07 ` Thomas Henlich
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Henlich @ 2011-01-26  6:56 UTC (permalink / raw)
  To: 7919

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:
<help-echo> C-x b t e s <tab> <tab> _ <tab> <return>
<return> c a l l SPC a b c % d e f M-. C-g M-x e m
a c s - b <tab> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
f i l e <tab> <tab> <backspace> <backspace> <backspace>
<backspace> <backspace> e m <backspace> <backspace>
b u g - <tab> <backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
r e p o r <tab> <return>

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)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7919: find-tag does not correctly identify Fortran type-bound procedures
  2011-01-26  6:56 bug#7919: find-tag does not correctly identify Fortran type-bound procedures Thomas Henlich
@ 2011-02-04  3:22 ` Glenn Morris
  2011-03-31  7:07 ` Thomas Henlich
  1 sibling, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2011-02-04  3:22 UTC (permalink / raw)
  To: 7919-done

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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7919: find-tag does not correctly identify Fortran type-bound procedures
  2011-01-26  6:56 bug#7919: find-tag does not correctly identify Fortran type-bound procedures Thomas Henlich
  2011-02-04  3:22 ` Glenn Morris
@ 2011-03-31  7:07 ` Thomas Henlich
  2011-03-31 17:19   ` Glenn Morris
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Henlich @ 2011-03-31  7:07 UTC (permalink / raw)
  To: 7919

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".





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7919: find-tag does not correctly identify Fortran type-bound procedures
  2011-03-31  7:07 ` Thomas Henlich
@ 2011-03-31 17:19   ` Glenn Morris
  0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2011-03-31 17:19 UTC (permalink / raw)
  To: Thomas Henlich; +Cc: 7919

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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-31 17:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-26  6:56 bug#7919: find-tag does not correctly identify Fortran type-bound procedures Thomas Henlich
2011-02-04  3:22 ` Glenn Morris
2011-03-31  7:07 ` Thomas Henlich
2011-03-31 17:19   ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.