GNU bug report logs -
#14402
f90-mode broken in multiple ways by trunk r112519
Previous Next
Full log
Message #16 received at submit <at> debbugs.gnu.org (full text, mbox):
Package: emacs
Glenn,
now I am seeing another issue and don't know if related to this fix.
In short, F90 mode seems to have lost the completion linked to "end".
More precisely,
$ emacs -Q &
C-x C-f foo.f90 RET
program foo
end<TAB>
it should complete in "end program foo" instead it stays to "end". "end"
is only indented,
program foo
end
I need to type "end program<TAB>", to have the right behavior...
The same occurs with other statements, if-then, do..
Ciao,
Angelo.
Il 14/05/2013 22.21, Angelo Graziosi ha scritto:
> Ciao Glenn,
>
> Il 14/05/2013 21.30, Glenn Morris ha scritto:
>> Angelo Graziosi wrote:
>>
>>> ;; f90-mode
>>> (add-hook 'f90-mode-hook
>>> '(lambda()
>>> ;; Add index of func. to menu bar
>>> (imenu-add-to-menubar "Program-Units")
>>> )
>>> )
>> [...]
>>> Error in menu-bar-update-hook (imenu-update-menubar):
>>> (wrong-type-argument stringp ("Types" f90-imenu-type-matcher 1))
>>
>> Fixed.
>
> Many thanks for the quick fix... :-)
>
>> Any other modes, you will have to report the details.
>>
>
> I can't reproduce the issue any more. I have tested with .f90, .f,
> Makefile, .tex, .sh, C/C++. :)
>
>
> Ciao,
> Angelo.
>
This bug report was last modified 12 years and 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.