From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juan Carlos Lopez Vieyra Newsgroups: gmane.emacs.bugs Subject: fortran-blink-matching-do does not work in v21.2.1 Date: Tue, 01 Oct 2002 17:57:08 -0500 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <3D9A2844.5060702@nuclecu.unam.mx> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1033513070 28980 127.0.0.1 (1 Oct 2002 22:57:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 1 Oct 2002 22:57:50 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17wVxZ-0007Wn-00 for ; Wed, 02 Oct 2002 00:57:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wVxt-0006uO-00; Tue, 01 Oct 2002 18:58:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17wVxF-0006tH-00 for bug-gnu-emacs@gnu.org; Tue, 01 Oct 2002 18:57:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17wVxD-0006sv-00 for bug-gnu-emacs@gnu.org; Tue, 01 Oct 2002 18:57:25 -0400 Original-Received: from athena.nuclecu.unam.mx ([132.248.29.9]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wVxD-0006sX-00 for bug-gnu-emacs@gnu.org; Tue, 01 Oct 2002 18:57:23 -0400 Original-Received: from nuclecu.unam.mx (pythia [132.248.29.33]) by athena.nuclecu.unam.mx (Postfix) with ESMTP id DE8E02BC64 for ; Tue, 1 Oct 2002 17:39:56 -0500 (CDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en, es-ES, ex-MX Original-To: bug-gnu-emacs@gnu.org Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3618 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3618 Greetings, Using emacs v21.2.1, I have found a problem with the fortran mode. The fortran-blink-matching-do does not match properly the do-enddo loops. Even in a very simple example: c234567 DO I=1,100 WRITE(*,*)'Hello World' END DO placing the cursor over the END DO and pressing TAB emacs responds with "No matching do". Does anyone know how to fix this bug (if it is really a bug)? Thanks JCLV