GNU bug report logs - #6833
something about Fortran font-lock

Previous Next

Package: emacs;

Reported by: Victor Holanda Rusu <victorusu <at> gmail.com>

Date: Mon, 9 Aug 2010 20:02:02 UTC

Severity: normal

Tags: moreinfo

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6833 in the body.
You can then email your comments to 6833 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6833; Package emacs. (Mon, 09 Aug 2010 20:02:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Victor Holanda Rusu <victorusu <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 09 Aug 2010 20:02:02 GMT) Full text and rfc822 format available.

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

From: Victor Holanda Rusu <victorusu <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Fortran mode bug
Date: Mon, 9 Aug 2010 13:51:01 -0300
[Message part 1 (text/plain, inline)]
To Bug-fix team,

  I would like to report a bug in fortran mode.
  The problem is the change of the color scheme when we write this

     if (qmmm_mpi%commqmmm_master) then
    write (6,'(/a,i4,a)') '|QMMM: Running QMMM calculation in parallel mode
on ',qmmm_mpi%numthreads,' threads.'
        write (6,'(a)') '|QMMM: All atom division among
threads:'

        write (6,'(a)') '|QMMM:                  Start       End
Count'

    !Already know my
own.

    write(6,'(a,i8,a,i8,a,i8,a)') &
              '|QMMM: Thread(   0):
',qmmm_mpi%natom_start,'->',qmmm_mpi%natom_end,
&
                                    '
(',qmmm_mpi%natom_end-qmmm_mpi%natom_start+1,')'

    do i = 1, qmmm_mpi%numthreads-1
        call
mpi_recv(istartend,2,mpi_integer,i,0,qmmm_mpi%commqmmm,istatus,ier)

           write(6,'(a,i4,a,i8,a,i8,a,i8,a)') &
        '|QMMM: Thread(',i,'): ',istartend(1),'->',istartend(2),
&

                                    '
(',istartend(2)-istartend(1)+1,')'

       end do

and when we write only the second part of it

    do i = 1, qmmm_mpi%numthreads-1
        call
mpi_recv(istartend,2,mpi_integer,i,0,qmmm_mpi%commqmmm,istatus,ier)

           write(6,'(a,i4,a,i8,a,i8,a,i8,a)') &
        '|QMMM: Thread(',i,'): ',istartend(1),'->',istartend(2),
&

                                    '
(',istartend(2)-istartend(1)+1,')'

       end do

Can you tell me how to fix it?

Thank you in advance,
Victor Holanda Rusu
Departamento de QuĂ­mica Fundamental
Universidade Federal de Pernambuco
Fone: +55-81-2126-8440 ext 5007
[Message part 2 (text/html, inline)]

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6833; Package emacs. (Tue, 10 Aug 2010 00:04:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Victor Holanda Rusu <victorusu <at> gmail.com>
Cc: 6833 <at> debbugs.gnu.org
Subject: Re: bug#6833: Fortran mode bug
Date: Mon, 09 Aug 2010 20:04:27 -0400
Victor Holanda Rusu wrote:

>   I would like to report a bug in fortran mode.
>   The problem is the change of the color scheme when we write this

Please state what version of Emacs you are using.

Please send as an attachment a minimal example file showing the problem
(the example included in your message looks like it might have had extra
line breaks inserted when it was mailed).

Please explain _exactly_ what the problem is (for example: "at line 7,
column 6, the text is highlighted as a comment when it is actually a
string").

At the moment, I can't see what the problem is supposed to be.

Thanks.




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Mon, 11 Jul 2011 21:16:02 GMT) Full text and rfc822 format available.

Notification sent to Victor Holanda Rusu <victorusu <at> gmail.com>:
bug acknowledged by developer. (Mon, 11 Jul 2011 21:16:02 GMT) Full text and rfc822 format available.

Message #13 received at 6833-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 6833-done <at> debbugs.gnu.org
Subject: Re: bug#6833: Fortran mode bug
Date: Mon, 11 Jul 2011 17:15:43 -0400
This bug is being closed because it could not be reproduced and there
was no response to a request for more information.
If you reply with the requested information it can be reopened if needed.

You can view the whole report at http://debbugs.gnu.org/BUGNUMBER

Glenn Morris wrote:

> Please state what version of Emacs you are using.
>
> Please send as an attachment a minimal example file showing the problem
> (the example included in your message looks like it might have had extra
> line breaks inserted when it was mailed).
>
> Please explain _exactly_ what the problem is (for example: "at line 7,
> column 6, the text is highlighted as a comment when it is actually a
> string").
>
> At the moment, I can't see what the problem is supposed to be.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 09 Aug 2011 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 323 days ago.

Previous Next


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