[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Can F90-mode blink at an "else"?
From: |
Svend Tollak Munkejord |
Subject: |
Can F90-mode blink at an "else"? |
Date: |
Fri, 02 Dec 2005 17:41:43 +0100 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) |
Hi,
I use GNU Emacs 21.2 for editing Fortran 77 and 90 programs.
With fortran-mode (for F77), when I use (setq fortran-blink-matching-if t),
Emacs shows the matching "if" when I hit TAB on the "else" like below:
if () then
...
else ! <-- cursor here
...
end if
In F90-mode, when I use (setq f90-smart-end 'blink), Emacs only
indicates the matching if when the cursor is at the "end if", but not
when it is at the "else".
Does anybody know how I can make Emacs always show me the matching if?
Regards,
--
Svend Tollak Munkejord
- Can F90-mode blink at an "else"?,
Svend Tollak Munkejord <=