From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Svend Tollak Munkejord Newsgroups: gmane.emacs.help Subject: Can F90-mode blink at an "else"? Date: Fri, 02 Dec 2005 17:41:43 +0100 Organization: The Royal Society for Putting Things on Top of Other Things Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133545741 21063 80.91.229.2 (2 Dec 2005 17:49:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2005 17:49:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 02 18:48:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EiEzn-0004OE-MC for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Dec 2005 18:46:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiEzm-000117-Ow for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Dec 2005 12:46:54 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.swip.net!swipnet!newsfeed1.funet.fi!newsfeeds.funet.fi!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: decibel.pvv.ntnu.no Original-X-Trace: quimby.gnus.org 1133541704 30914 129.241.210.179 (2 Dec 2005 16:41:44 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 2 Dec 2005 16:41:44 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) X-Face: (2vS>!nr@2"*^KO{^8A<, _lGWx3HpnuA1UCA5vbsLl|2fZAV\T'x(3E`4@UJ >_mn@3S(.`C]g9DoFSSNAB@hftp\f-b#!UjRVfG5e#~H*^RvP+:meH63245"^?Zs7S[dE(SL`cn Cancel-Lock: sha1:stobhcQdWDcZoXwkjSd707dbVdo= Original-Xref: shelby.stanford.edu gnu.emacs.help:136010 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:31617 Archived-At: 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