From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joachim Nilsson Newsgroups: gmane.emacs.devel Subject: cc-mode: Ellemtel indent broken or (arglist-cont-nonempty) recently changed? Date: Sun, 23 Mar 2008 21:32:54 +0100 Message-ID: <47E6BE76.7050306@vmlinux.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040701000002090208030803" X-Trace: ger.gmane.org 1206304399 31737 80.91.229.12 (23 Mar 2008 20:33:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2008 20:33:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 23 21:33:47 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JdWsx-0002oa-RN for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2008 21:33:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdWsM-0007Kj-T4 for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2008 16:33:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JdWsJ-0007KI-3d for emacs-devel@gnu.org; Sun, 23 Mar 2008 16:33:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JdWsG-0007Jy-EW for emacs-devel@gnu.org; Sun, 23 Mar 2008 16:33:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdWsG-0007Jv-Am for emacs-devel@gnu.org; Sun, 23 Mar 2008 16:33:00 -0400 Original-Received: from vmlinux.org ([193.41.214.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JdWsG-00088R-0x for emacs-devel@gnu.org; Sun, 23 Mar 2008 16:33:00 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by vmlinux.org (Postfix) with ESMTP id 538747F99 for ; Sun, 23 Mar 2008 21:32:58 +0100 (CET) Original-Received: from vmlinux.org ([127.0.0.1]) by localhost (vmlinux [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19483-05 for ; Sun, 23 Mar 2008 21:32:46 +0100 (CET) Original-Received: from [192.168.77.101] (90-224-116-242-no111.tbcn.telia.com [90.224.116.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmlinux.org (Postfix) with ESMTP id 9C60424D6 for ; Sun, 23 Mar 2008 21:32:46 +0100 (CET) User-Agent: Thunderbird 2.0.0.12 (X11/20080227) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at vmlinux.org X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93263 Archived-At: This is a multi-part message in MIME format. --------------040701000002090208030803 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Hi, sorry if this is slightly off-topic. 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. Where should these sorts of blurred questions go? Regards /Jocke --------------040701000002090208030803 Content-Type: text/x-vcard; charset=utf-8; name="joachim_nilsson.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="joachim_nilsson.vcf" begin:vcard fn:Joachim Nilsson n:Nilsson;Joachim email;internet:joachim.nilsson@vmlinux.org x-mozilla-html:TRUE url:http://vmlinux.org/joachim/ version:2.1 end:vcard --------------040701000002090208030803--