From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: On 'No beginning found' message Date: Wed, 11 Jun 2008 23:32:44 +0200 Message-ID: <4850447C.3010602@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213220047 16144 80.91.229.12 (11 Jun 2008 21:34:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2008 21:34:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 11 23:34:50 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K6XxM-0005qE-Ui for ged-emacs-devel@m.gmane.org; Wed, 11 Jun 2008 23:34:13 +0200 Original-Received: from localhost ([127.0.0.1]:42625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6XwZ-0004Kx-9p for ged-emacs-devel@m.gmane.org; Wed, 11 Jun 2008 17:33:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6XwU-0004HQ-19 for emacs-devel@gnu.org; Wed, 11 Jun 2008 17:33:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6XwS-0004ET-Mu for emacs-devel@gnu.org; Wed, 11 Jun 2008 17:33:17 -0400 Original-Received: from [199.232.76.173] (port=36137 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6XwS-0004EA-H2 for emacs-devel@gnu.org; Wed, 11 Jun 2008 17:33:16 -0400 Original-Received: from smtp-out113.alice.it ([85.37.17.113]:2197) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6XwS-0001iP-7T for emacs-devel@gnu.org; Wed, 11 Jun 2008 17:33:16 -0400 Original-Received: from FBCMMO02.fbc.local ([192.168.68.196]) by smtp-out113.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Wed, 11 Jun 2008 23:33:11 +0200 Original-Received: from FBCMCL01B02.fbc.local ([192.168.69.83]) by FBCMMO02.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 11 Jun 2008 23:33:11 +0200 Original-Received: from [87.6.227.250] ([87.6.227.250]) by FBCMCL01B02.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 11 Jun 2008 23:33:11 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) X-OriginalArrivalTime: 11 Jun 2008 21:33:11.0448 (UTC) FILETIME=[BF7DA180:01C8CC0A] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98981 Archived-At: When a .f90 file start with comment lines. i.e. $ cat hello.f90 ! Line 1 ! 2 program hello print *,'Hello World!' end program hello and the cursor is there (lines 1,2), in the minibuffer there is always the message: 'No beginning found.' This is annoying when one have to input or read something in the minibuffer: the above message hides it and one should move the cursor out that region. Why that message? Usually there is the habit to start (*begin*) every source code with comment lines (also many *.el file of Emacs are designe in this way), but only with .f90, it seems, the above message appears. Cheers, Angelo.