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

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

[debbugs-tracker] bug#523: closed (C mode, whitesmith style indentation


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#523: closed (C mode, whitesmith style indentation weirdness)
Date: Tue, 07 Jan 2014 12:07:13 +0000

Your message dated Tue, 07 Jan 2014 11:33:58 +0100
with message-id <address@hidden>
and subject line Re: bug#523: C mode, whitesmith style indentation weirdness
has caused the debbugs.gnu.org bug report #523,
regarding C mode, whitesmith style indentation weirdness
to be marked as done.

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


-- 
523: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=523
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: C mode, whitesmith style indentation weirdness Date: Thu, 03 Jul 2008 00:12:56 +0200 User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)
emacs -Q

(setq c-default-style "whitesmith")

C-x C-f /tmp/foo.c RET

Insert this text:

int main ()
{
f(xxx,
yyy,
zzz);
}


Press TAB at the start of each line =>

int main ()
    {
    f(xxx,
        yyy,
        zzz);
    }


Press TAB at the end of each line =>

int main ()
    {
        f(xxx,
            yyy,
        zzz);
        }


(A user noted a problem with whitesmith indentation in
<address@hidden>)

-- 
Johan Bockgård



--- End Message ---
--- Begin Message --- Subject: Re: bug#523: C mode, whitesmith style indentation weirdness Date: Tue, 07 Jan 2014 11:33:58 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
Glenn Morris <address@hidden> writes:

> Still present in 24.0.90.
> (Partial?) duplicate of http://debbugs.gnu.org/cgi/bugreport.cgi?bug=738 ?

I can't reproduce the bug with the recipe provided and
Emacs 24.3.50.1.

Closing the bug.

Glenn, I let you close 738 if needed, it seems there is more to it.







--- End Message ---

reply via email to

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