unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6833: Fortran mode bug
@ 2010-08-09 16:51 Victor Holanda Rusu
  2010-08-10  0:04 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Victor Holanda Rusu @ 2010-08-09 16:51 UTC (permalink / raw)
  To: 6833

[-- Attachment #1: Type: text/plain, Size: 1592 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 2830 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#6833: Fortran mode bug
  2010-08-09 16:51 bug#6833: Fortran mode bug Victor Holanda Rusu
@ 2010-08-10  0:04 ` Glenn Morris
  2011-07-11 21:15   ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2010-08-10  0:04 UTC (permalink / raw)
  To: Victor Holanda Rusu; +Cc: 6833

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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#6833: Fortran mode bug
  2010-08-10  0:04 ` Glenn Morris
@ 2011-07-11 21:15   ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2011-07-11 21:15 UTC (permalink / raw)
  To: 6833-done


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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-11 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-09 16:51 bug#6833: Fortran mode bug Victor Holanda Rusu
2010-08-10  0:04 ` Glenn Morris
2011-07-11 21:15   ` Glenn Morris

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).