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

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

[debbugs-tracker] bug#13138: closed (f90-mode indent preprocessor comman


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13138: closed (f90-mode indent preprocessor command after continuation line)
Date: Tue, 11 Dec 2012 04:48:02 +0000

Your message dated Mon, 10 Dec 2012 23:46:50 -0500
with message-id <address@hidden>
and subject line Re: bug#13138: f90-mode indent preprocessor command after 
continuation line
has caused the debbugs.gnu.org bug report #13138,
regarding f90-mode indent preprocessor command after continuation line
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13138: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13138
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: f90-mode indent preprocessor command after continuation line Date: Tue, 11 Dec 2012 00:25:21 +0100
hi,

i recently wanted to use emacs f90-mode in order to proper indent a big program 
in which one can find lines like this :


w = something &
#ifdef IJK
+ updateforijk
#elif VECTOR
+ updateforvector
#endif

when one execute f90-indent-subprogram either by C-M-q or by the f90 menu, one 
gets :

w = something &
#ifdef IJK
+ updateforijk
#elif VECTOR
+ updateforvector
#endif

so the first #ifdef is indented and it should not.

have a nice day 


Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net



--- End Message ---
--- Begin Message --- Subject: Re: bug#13138: f90-mode indent preprocessor command after continuation line Date: Mon, 10 Dec 2012 23:46:50 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.4

rogue-spectre wrote:

> w = something &
> #ifdef IJK
> + updateforijk
> #elif VECTOR
> + updateforvector
> #endif
>
> when one execute f90-indent-subprogram either by C-M-q or by the f90 menu, 
> one gets :
>
> w = something &
> #ifdef IJK
> + updateforijk
> #elif VECTOR
> + updateforvector
> #endif
>
> so the first #ifdef is indented and it should not.

Thanks for the report. I think you forgot to indent your second example,
but I see what you mean. Fixed in trunk. (The indentation of the code
statement inside the #else branch still is not correct, but I don't
think that's worth bothering about.)


--- End Message ---

reply via email to

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