From unknown Tue Jun 17 01:50:08 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17409: 24.3; c-mode customisation Resent-From: Chris Moller Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 05 May 2014 16:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 17409 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 17409@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13993080867470 (code B ref -1); Mon, 05 May 2014 16:42:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 May 2014 16:41:26 +0000 Received: from localhost ([127.0.0.1]:51879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WhLxD-0001wN-Io for submit@debbugs.gnu.org; Mon, 05 May 2014 12:41:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51910) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WhLq7-0001ht-Mw for submit@debbugs.gnu.org; Mon, 05 May 2014 12:34:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhLpv-0004Tf-JL for submit@debbugs.gnu.org; Mon, 05 May 2014 12:33:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_50, HTML_MESSAGE autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhLpv-0004Ta-FW for submit@debbugs.gnu.org; Mon, 05 May 2014 12:33:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhLpp-0000xK-CI for bug-gnu-emacs@gnu.org; Mon, 05 May 2014 12:33:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhLpj-0004SU-8e for bug-gnu-emacs@gnu.org; Mon, 05 May 2014 12:33:45 -0400 Received: from atl4mhob11.myregisteredsite.com ([209.17.115.49]:39643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhLpj-0004SO-19 for bug-gnu-emacs@gnu.org; Mon, 05 May 2014 12:33:39 -0400 Received: from mailpod.hostingplatform.com ([10.30.71.203]) by atl4mhob11.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id s45GXZHJ022995 for ; Mon, 5 May 2014 12:33:35 -0400 Received: (qmail 31191 invoked by uid 0); 5 May 2014 16:33:35 -0000 X-TCPREMOTEIP: 107.15.158.141 X-Authenticated-UID: moller@mollerware.com Received: from unknown (HELO qcore.mollernet.net) (moller@mollerware.com@107.15.158.141) by 0 with ESMTPA; 5 May 2014 16:33:35 -0000 Message-ID: <5367BD5F.1080600@mollerware.com> Date: Mon, 05 May 2014 12:33:35 -0400 From: Chris Moller User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------020509020701030209070102" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Mailman-Approved-At: Mon, 05 May 2014 12:41:20 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) This is a multi-part message in MIME format. --------------020509020701030209070102 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit c-mode customisations I've been using for decades no longer work. In particular, nothing I do in ~/.emacs will set c-cleanup-list to my preferences, including space-before-funcall. Right after I installed a new OS with a new version of emacs, it contained only scope-operator; now, after a lot of tinkering, it comes up as "c-cleanup-list's value is set-from-style". Either way, it utterly ignores the value set in custom-set-variables, a line in (add-hook 'c-mode-hook (function (lambda () ... (add-to-list 'c-cleanup-list 'space-before-funcall compact-empty-funcall)) and a direct (setq c-cleanup-list (quote (brace-else-brace brace-elseif-brace empty-defun-braces defun-close-semi list-close-comma scope-operator space-before-funcall compact-empty-funcall))) Likewise (setq c-electric-pound-behavior (quote (alignleft))) and '(c-electric-pound-behavior (quote (alignleft))) in custom-set-variables does nothing at all. Any hints? Nothing I've found on the net, including the suggestion from the cc-mode manual ;; Create my personal style. (defconst my-c-style ... works. In GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.10.8) of 2014-04-18 on buildvm-19.phx2.fedoraproject.org Windowing system distributor `Fedora Project', version 11.0.11404000 System Description: Fedora release 20 (Heisenbug) Configured using: `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk3' '--with-gpm=no' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro '' Important settings: value of $LANG: C value of $XMODIFIERS: @im=none locale-coding-system: nil default enable-multibyte-characters: t Major mode: Custom Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: # C-x u C-x u M-x C-g C-h v c - e l p M-x r e p o r t - e m Recent messages: Undo! [2 times] Quit Type C-x 1 to delete the help window. Creating customization items... Creating customization items ...done Resetting customization items...done Creating customization setup...done Saving file /home/moller/.emacs... Delete excess backup versions of /home/moller/.emacs? y Wrote /home/moller/.emacs [2 times] Load-path shadows: /usr/share/emacs/site-lisp/site-start.d/maxima-modes hides /usr/share/emacs/site-lisp/maxima/site_start.d/maxima-modes Features: (shadow sort gnus-util mail-extr emacsbug message cl-macs gv format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils cus-edit cus-start cus-load wid-edit help-mode help-fns parse-time vc-cvs cc-langs cl cl-lib cc-mode cc-fonts easymenu cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs pager paren mic-paren crypt crypt++ cycle-mini cm-ops follow-mouse eclipseif time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) --------------020509020701030209070102 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit

c-mode customisations I've been using for decades no longer work. In

particular, nothing I do in ~/.emacs will set c-cleanup-list to my

preferences, including space-before-funcall. Right after I installed a

new OS with a new version of emacs, it contained only scope-operator;

now, after a lot of tinkering, it comes up as "c-cleanup-list's value is

set-from-style". Either way, it utterly ignores the value set in

custom-set-variables, a line in


(add-hook 'c-mode-hook

(function (lambda ()

...

(add-to-list 'c-cleanup-list 'space-before-funcall

compact-empty-funcall))


and a direct


(setq c-cleanup-list (quote (brace-else-brace brace-elseif-brace empty-defun-braces defun-close-semi list-close-comma scope-operator space-before-funcall compact-empty-funcall)))


Likewise (setq c-electric-pound-behavior (quote (alignleft))) and

'(c-electric-pound-behavior (quote (alignleft))) in custom-set-variables

does nothing at all.


Any hints? Nothing I've found on the net, including the suggestion from

the cc-mode manual


;; Create my personal style.

(defconst my-c-style

...


works.







In GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.10.8)

of 2014-04-18 on buildvm-19.phx2.fedoraproject.org

Windowing system distributor `Fedora Project', version 11.0.11404000

System Description: Fedora release 20 (Heisenbug)


Configured using:

`configure '--build=x86_64-redhat-linux-gnu'

'--host=x86_64-redhat-linux-gnu' '--program-prefix='

'--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr'

'--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc'

'--datadir=/usr/share' '--includedir=/usr/include'

'--libdir=/usr/lib64' '--libexecdir=/usr/libexec'

'--localstatedir=/var' '--sharedstatedir=/var/lib'

'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus'

'--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff'

'--with-xft' '--with-xpm' '--with-x-toolkit=gtk3' '--with-gpm=no'

'build_alias=x86_64-redhat-linux-gnu'

'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g

-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions

-fstack-protector-strong --param=ssp-buffer-size=4

-grecord-gcc-switches -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro ''


Important settings:

value of $LANG: C

value of $XMODIFIERS: @im=none

locale-coding-system: nil

default enable-multibyte-characters: t


Major mode: Custom


Minor modes in effect:

tooltip-mode: t

mouse-wheel-mode: t

tool-bar-mode: t

menu-bar-mode: t

file-name-shadow-mode: t

global-font-lock-mode: t

font-lock-mode: t

blink-cursor-mode: t

auto-composition-mode: t

auto-encryption-mode: t

auto-compression-mode: t

column-number-mode: t

line-number-mode: t

transient-mark-mode: t


Recent input:

<down> <down> <down> <down> <down> <down> <down> <down>

<down> <down> <down> <down> <down> <down> <down> <down>

<down> <down> <down> <down> <down> <down> <down> <down>

<down> <down> <down> <down> <down> <down> <down> <f9>

# C-x u C-x u M-x C-g C-h v c - e l <tab> p <tab> <return>

<help-echo> <down-mouse-1> <mouse-2> <help-echo> <down-mouse-1>

<mouse-1> <help-echo> <help-echo> <down-mouse-1> <mouse-1>

<help-echo> M-x r e p o r t - e m <tab> <return>


Recent messages:

Undo! [2 times]

Quit

Type C-x 1 to delete the help window.

Creating customization items...

Creating customization items ...done

Resetting customization items...done

Creating customization setup...done

Saving file /home/moller/.emacs...

Delete excess backup versions of /home/moller/.emacs? y

Wrote /home/moller/.emacs [2 times]


Load-path shadows:

/usr/share/emacs/site-lisp/site-start.d/maxima-modes hides /usr/share/emacs/site-lisp/maxima/site_start.d/maxima-modes


Features:

(shadow sort gnus-util mail-extr emacsbug message cl-macs gv format-spec

rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231

mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums

mm-util mail-prsvr mail-utils cus-edit cus-start cus-load wid-edit

help-mode help-fns parse-time vc-cvs cc-langs cl cl-lib cc-mode cc-fonts

easymenu cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars

cc-defs pager paren mic-paren crypt crypt++ cycle-mini cm-ops

follow-mouse eclipseif time-date tooltip ediff-hook vc-hooks

lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt

fringe tabulated-list newcomment lisp-mode register page menu-bar

rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax

facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese

tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak

czech european ethiopic indian cyrillic chinese case-table epa-hook

jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces

cus-face macroexp files text-properties overlay sha1 md5 base64 format

env code-pages mule custom widget hashtable-print-readable backquote

make-network-process dbusbind dynamic-setting system-font-setting

font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)


--------------020509020701030209070102-- From unknown Tue Jun 17 01:50:08 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17409: 24.3; c-mode customisation Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Sat, 23 Jan 2021 22:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17409 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: To: Chris Moller Cc: 17409@debbugs.gnu.org Received: via spool by 17409-submit@debbugs.gnu.org id=B17409.16114391579871 (code B ref 17409); Sat, 23 Jan 2021 22:00:02 +0000 Received: (at 17409) by debbugs.gnu.org; 23 Jan 2021 21:59:17 +0000 Received: from localhost ([127.0.0.1]:35481 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l3Qw9-0002Z9-LV for submit@debbugs.gnu.org; Sat, 23 Jan 2021 16:59:17 -0500 Received: from quimby.gnus.org ([95.216.78.240]:56370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l3Qw8-0002Yt-69 for 17409@debbugs.gnu.org; Sat, 23 Jan 2021 16:59:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=PRosZ0owV1ILGWMUkDNTQk1RPmAbdqA6y8yV9SDtrfA=; b=eVCuCwJpHPs8aWhFg4D/8avQKz 1+BQSM0q3GQ+JGAMnyi0/CjIWVb2S3+hoUOyTSJ+zyNJ2xlsLMyc83cR1WpEpS49cgywTB6WzD/Ib /Bvr9sqawYAdtl7psyWsUhf5Gaep8DRkyVnC7Vgc3WFB5jLvcl2A6cVS2yJlbG94PGwg=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l3Qvz-0005s2-1x; Sat, 23 Jan 2021 22:59:10 +0100 From: Lars Ingebrigtsen References: <5367BD5F.1080600@mollerware.com> X-Now-Playing: Little Annie Anxiety & Hiro Kone's _Repossessed_: "Burnt Offerings" Date: Sat, 23 Jan 2021 22:59:06 +0100 In-Reply-To: <5367BD5F.1080600@mollerware.com> (Chris Moller's message of "Mon, 05 May 2014 12:33:35 -0400") Message-ID: <87wnw3s4b9.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Chris Moller writes: > c-mode customisations I've been using for decades no longer work. In > > particular, nothing I do in ~/.emacs will set c-cleanup-list to my > > preferences, including space-before-funcall. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Chris Moller writes: > c-mode customisations I've been using for decades no longer work. In > > particular, nothing I do in ~/.emacs will set c-cleanup-list to my > > preferences, including space-before-funcall. (I'm going through old bug reports that unfortunately got no response at the time.) I put the following into ~/.emacs and started Emacs: (setq c-cleanup-list '(space-before-funcall)) c-cleanup-list was indeed set in an arbitrary C file, so I'm unable to reproduce this problem in Emacs 28. Are you still seeing it in recent Emacs versions? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 23 16:59:24 2021 Received: (at control) by debbugs.gnu.org; 23 Jan 2021 21:59:24 +0000 Received: from localhost ([127.0.0.1]:35484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l3QwF-0002ZQ-TE for submit@debbugs.gnu.org; Sat, 23 Jan 2021 16:59:24 -0500 Received: from quimby.gnus.org ([95.216.78.240]:56384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l3QwD-0002Z2-J8 for control@debbugs.gnu.org; Sat, 23 Jan 2021 16:59:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=S/GNsqAEm9uNO/7oWXV0ttIV3Cp6kOtBtOl5jH/bN9A=; b=SqpYutP0XMGRp3fVRJWwGdq+73 ADoXk7MDY4hrUDvHfxWbbJ83uN5y775idAYBsEnHoRROe2nFzkKB+VmsY4v0QIdR7ppEGd43SHRdC blnsHjB5n7EYLSUp7wpnePoiiqDufO7S7SJ8HNYfYsH0a7ZvRWO07JuTNK5XKouDZpL0=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l3Qw6-0005s9-01 for control@debbugs.gnu.org; Sat, 23 Jan 2021 22:59:15 +0100 Date: Sat, 23 Jan 2021 22:59:13 +0100 Message-Id: <87v9bns4b2.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #17409 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 17409 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 17409 + moreinfo quit From unknown Tue Jun 17 01:50:08 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17409: 24.3; c-mode customisation Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Mon, 22 Feb 2021 15:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17409 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: moreinfo To: Chris Moller Cc: 17409@debbugs.gnu.org Received: via spool by 17409-submit@debbugs.gnu.org id=B17409.161400691516173 (code B ref 17409); Mon, 22 Feb 2021 15:16:02 +0000 Received: (at 17409) by debbugs.gnu.org; 22 Feb 2021 15:15:15 +0000 Received: from localhost ([127.0.0.1]:57105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lECvb-0004CW-4L for submit@debbugs.gnu.org; Mon, 22 Feb 2021 10:15:15 -0500 Received: from quimby.gnus.org ([95.216.78.240]:48702) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lECva-00045t-22 for 17409@debbugs.gnu.org; Mon, 22 Feb 2021 10:15:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=9nShCgKR4C817YFmm4wZoWgi/dgaxGoI7WI0L4iSOl4=; b=S7IZIZEnh+dESgnAo48AAKyQTo hDLOsBzMbNhMyAX/cZyf7kQnyj1GfptGlMgH10jay9T7BjUZfrvntBqoddv518aam3wk4oqJkhvYT dHnOa28BONhyRwkH4nL/IKQu0CVcww68OsctKZy+fMyVschOyO2w6B9uxbYqDoACRzMk=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lECvR-0006SS-EG; Mon, 22 Feb 2021 16:15:08 +0100 From: Lars Ingebrigtsen References: <5367BD5F.1080600@mollerware.com> <87wnw3s4b9.fsf@gnus.org> X-Now-Playing: Ford & Lopatin's _Channel Pressure Remixes_: "Emergency Room (Gavin Russom Remix)" Date: Mon, 22 Feb 2021 16:15:04 +0100 In-Reply-To: <87wnw3s4b9.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 23 Jan 2021 22:59:06 +0100") Message-ID: <87y2fgi16v.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > I put the following into ~/.emacs and started Emacs: > > (setq c-cleanup-list '(space-before-funcall)) > > c-cleanup-list was indeed set in an arbitrary C file, so I'm unable to > reproduce this pro [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > I put the following into ~/.emacs and started Emacs: > > (setq c-cleanup-list '(space-before-funcall)) > > c-cleanup-list was indeed set in an arbitrary C file, so I'm unable to > reproduce this problem in Emacs 28. Are you still seeing it in recent > Emacs versions? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 22 10:15:22 2021 Received: (at control) by debbugs.gnu.org; 22 Feb 2021 15:15:22 +0000 Received: from localhost ([127.0.0.1]:57108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lECvi-0004Jq-BU for submit@debbugs.gnu.org; Mon, 22 Feb 2021 10:15:22 -0500 Received: from quimby.gnus.org ([95.216.78.240]:48716) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lECvg-0004Cn-JD for control@debbugs.gnu.org; Mon, 22 Feb 2021 10:15:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=FSUj0vV88ogP0SiBnUBDHlYu5zwt+RyJpMF6sEhlU+w=; b=jT4OOWRmJozScR8VLKUh2B4gAZ wZCcpKpat/LHBunzwhIF+8ydcE4TBbfCxyZOCSz6ObVdVwsdG8+/QO1SKYoFIU5VFgDRXps1sW01b IkXJc3E3soFTUYX+IaZ/U+sw1u2VK6EBms2r6zV5ghhvzHUWbcvfRcZvOBy0AvPfSWtw=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lECvY-0006Sc-QK for control@debbugs.gnu.org; Mon, 22 Feb 2021 16:15:14 +0100 Date: Mon, 22 Feb 2021 16:15:11 +0100 Message-Id: <87wnv0i16o.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #17409 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 17409 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 17409 quit