* On 'No beginning found' message
@ 2008-06-11 21:32 Angelo Graziosi
2008-06-12 3:59 ` Glenn Morris
0 siblings, 1 reply; 3+ messages in thread
From: Angelo Graziosi @ 2008-06-11 21:32 UTC (permalink / raw)
To: emacs-devel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-12 10:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-11 21:32 On 'No beginning found' message Angelo Graziosi
2008-06-12 3:59 ` Glenn Morris
2008-06-12 10:13 ` Angelo Graziosi
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).