emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#5593: marked as done (f90-mode and pc-selection-


From: Emacs bug Tracking System
Subject: [Emacs-bug-tracker] bug#5593: marked as done (f90-mode and pc-selection-mode)
Date: Fri, 19 Feb 2010 02:37:01 +0000

Your message dated Thu, 18 Feb 2010 21:36:10 -0500
with message-id <address@hidden>
and subject line Re: bug#5593: f90-mode and pc-selection-mode
has caused the Emacs bug report #5593,
regarding f90-mode and pc-selection-mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
5593: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5593
Emacs Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: f90-mode and pc-selection-mode Date: Wed, 17 Feb 2010 23:43:06 +0100 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#5593: f90-mode and pc-selection-mode Date: Thu, 18 Feb 2010 21:36:10 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Angelo Graziosi wrote:

> M-x pc-selection-mode
[...]
> But if I type '*', the result is
>
> write(STDERR*,*)

Thanks; fixed by this change:

  * progmodes/f90.el (f90-electric-insert): Give it a
  delete-selection property.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]