all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.graziosi@alice.it>
To: Emacs <emacs-devel@gnu.org>
Subject: Still on F90 mode
Date: Wed, 17 Feb 2010 23:43:06 +0100	[thread overview]
Message-ID: <4B7C70FA.2020609@alice.it> (raw)

In F90 mode, I still observe things which seem strange in my opinion.

To reproduce, start Emacs with

$ emacs -Q

and enable the Pc-Selection mode,

M-x pc-selection-mode

After this, if I have the code

write(STDERR,*)

double clicking on 'STDERR' and then typing 'a', '0'..., I obtain

write(a,*)
write(0,*)
...

which is expected.

But if I type '*', the result is

write(STDERR*,*)

and not 'write(*,*)', which, really, is what I expect (and want!).

Surely I am missing something here...

Ciao,
Angelo.




             reply	other threads:[~2010-02-17 22:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-17 22:43 Angelo Graziosi [this message]
2010-02-18  0:55 ` Still on F90 mode Glenn Morris
2010-02-18  1:01   ` Angelo Graziosi
2010-02-18  2:10     ` Glenn Morris
2010-02-18 10:15   ` Angelo Graziosi
2010-02-18 17:13     ` Glenn Morris
  -- strict thread matches above, loose matches on Subject: below --
2010-02-06 22:49 Still on f90 mode Angelo Graziosi
2010-02-07 10:13 ` Angelo Graziosi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B7C70FA.2020609@alice.it \
    --to=angelo.graziosi@alice.it \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.