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

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

bug#113: marked as done (cc-mode in Emacs CVS head: Ellemtel indent bro


From: Emacs bug Tracking System
Subject: bug#113: marked as done (cc-mode in Emacs CVS head: Ellemtel indent broken or (arglist-cont-nonempty) recently changed?)
Date: Thu, 31 Jul 2008 07:10:05 -0700

Your message dated Thu, 31 Jul 2008 10:02:30 -0400
with message-id <87ljzi179l.fsf@stupidchicken.com>
and subject line Re: For 23.1 release ... please.
has caused the Emacs bug report #113,
regarding cc-mode in Emacs CVS head: Ellemtel indent broken or 
(arglist-cont-nonempty) recently changed?
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 don@donarmstrong.com
immediately.)


-- 
113: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=113
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: cc-mode in Emacs CVS head: Ellemtel indent broken or (arglist-cont-nonempty) recently changed? Date: Fri, 04 Apr 2008 18:47:23 +0200 User-agent: Thunderbird 2.0.0.12 (X11/20080227)
Hi!

The bug still exists on CVS HEAD.  I'm making another plead,
this time including a patch to fix the problem (described in
detail below).  Please note that this fix only affects the
Ellemtel style of cc-mode, so it is quite safe to apply.

--- lisp/progmodes/cc-styles.el 24 Feb 2008 10:08:50 -0000      1.49
+++ lisp/progmodes/cc-styles.el 4 Apr 2008 16:42:09 -0000
@@ -171,8 +171,7 @@
                          (case-label           . +)
                          (access-label         . -)
                          (inclass              . ++)
-                        (inline-open          . 0)
-                        (arglist-cont-nonempty))))
+                         (inline-open          . 0))))
 
     ("linux"
      (c-basic-offset  . 8)

Regards
 /Jocke

-------- Original Message --------

Subject:        

cc-mode in Emacs CVS head: Ellemtel indent broken or (arglist-cont-nonempty) 
recently changed?

Date:   

Wed, 26 Mar 2008 09:05:42 +0100

From:   

Joachim Nilsson <joachim.nilsson@vmlinux.org>

To:     

bug-gnu-emacs@gnu.org


Hi,

I have found that the cc-mode Ellemtel indentation has become broken in recent 
CVS head builds.

It gives:

        printf ("foo %d\n",
        arg);

instead of:

        printf ("foo %d\n",
                arg);

Either cc-mode has changed or (arglist-cont-nonempty) in Emacs has.  I found 
that if I remove (arglist-cont-nonempty)
from the definition of ellemtel in lisp/progmodes/cc-styles.el it works again.

Regards
 /Jocke



Attachment: joachim_nilsson.vcf
Description: Vcard


--- End Message ---
--- Begin Message --- Subject: Re: For 23.1 release ... please. Date: Thu, 31 Jul 2008 10:02:30 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
Joachim Nilsson <joachim.nilsson@vmlinux.org> writes:

> PING?
>
> This patch, now with a ChangeLog entry, could be quite useful to get
> into the release. 

Checked in.  Thanks.


--- End Message ---

reply via email to

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