all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: yoshinori.kawahara@gmail.com
To: bug-gnu-emacs@gnu.org
Subject: Re: cc-mode in Emacs CVS head: Ellemtel indent broken or  (arglist-cont-nonempty) recently changed?
Date: Tue, 22 Apr 2008 16:51:40 -0700 (PDT)	[thread overview]
Message-ID: <85fdbb40-3c85-4721-bcee-94b4ca6ea8ca@k13g2000hse.googlegroups.com> (raw)
In-Reply-To: mailman.9993.1207327680.18990.bug-gnu-emacs@gnu.org

On Apr 5, 2:47 am, Joachim Nilsson <joachim.nils...@vmlinux.org>
wrote:
> 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.

I use the ellemtel style too, I added the following to my .emacs file
to restore emacs 21 behaviour.

(defun my-c-mode-common-hook ()
  ;; fix up alignment, got broken in emacs22
  (c-set-offset 'arglist-cont-nonempty '(c-lineup-gcc-asm-reg c-lineup-
arglist)))
(add-hook 'c-mode-common-hook 'my-c-mode-common-hook)



       reply	other threads:[~2008-04-22 23:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.9993.1207327680.18990.bug-gnu-emacs@gnu.org>
2008-04-22 23:51 ` yoshinori.kawahara [this message]
2008-04-04 16:47 cc-mode in Emacs CVS head: Ellemtel indent broken or (arglist-cont-nonempty) recently changed? Joachim Nilsson
  -- strict thread matches above, loose matches on Subject: below --
2008-03-26  8:05 Joachim Nilsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85fdbb40-3c85-4721-bcee-94b4ca6ea8ca@k13g2000hse.googlegroups.com \
    --to=yoshinori.kawahara@gmail.com \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.