From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: Can F90-mode blink at an "else"? Date: Tue, 06 Dec 2005 01:34:29 +0000 Organization: None Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133832960 29430 80.91.229.2 (6 Dec 2005 01:36:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 01:36:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 06 02:36:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EjRjX-0003Fy-J7 for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Dec 2005 02:35:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjRjh-0005vf-Jq for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Dec 2005 20:35:17 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!feed3.jnfs.ja.net!jnfs.ja.net!gemini.csx.cam.ac.uk!news.cam.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: xpc14.ast.cam.ac.uk X-Spook: Mossad Rule Psix Area 51 Marxist sniper Harakat ul-Ansar X-Ran: ;/P^$7MuMC&;kjh#]eWk@I*byhfuvGs2VEpZ\>P+`UEMA/P}s(j5QtwL^^BU'7g\\X79vf X-Hue: white X-Attribution: GM Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:vV371VpOgZbxIiyn0gVIlCIWtFw= Original-Xref: shelby.stanford.edu gnu.emacs.help:136089 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:31700 Archived-At: Svend Tollak Munkejord wrote: > 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? Sorry, I don't think there is any simple way to do this without re-writing parts of the f90-indent-line and f90-match-end functions. I'll try to add it as a feature for some future version.