GNU bug report logs - #5593
f90-mode and pc-selection-mode

Previous Next

Package: emacs;

Reported by: Angelo Graziosi <angelo.graziosi <at> alice.it>

Date: Thu, 18 Feb 2010 00:50:02 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #1 received at quiet <at> debbugs.gnu.org (full text, mbox):

From: Angelo Graziosi <angelo.graziosi <at> alice.it>
To: quiet <at> debbugs.gnu.org
Subject: f90-mode and pc-selection-mode
Date: Wed, 17 Feb 2010 23:43:06 +0100
Package: emacs,f90

[ resent from
  http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00400.html ]

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.




This bug report was last modified 15 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.