From unknown Mon Aug 18 11:32:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#23944: CC Mode 5.33 (C++); indent problem with cout Resent-From: Frank Haun Original-Sender: "Debbugs-submit" Resent-CC: bug-cc-mode@gnu.org Resent-Date: Mon, 11 Jul 2016 12:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 23944 X-GNU-PR-Package: cc-mode X-GNU-PR-Keywords: To: 23944@debbugs.gnu.org X-Debbugs-Original-To: submit@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14682418784095 (code B ref -1); Mon, 11 Jul 2016 12:58:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Jul 2016 12:57:58 +0000 Received: from localhost ([127.0.0.1]:46136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bMamc-00013z-3b for submit@debbugs.gnu.org; Mon, 11 Jul 2016 08:57:58 -0400 Received: from can11.de ([85.25.97.90]:50336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bMama-00013n-28 for submit@debbugs.gnu.org; Mon, 11 Jul 2016 08:57:56 -0400 Received: from m8000 (dslb-092-072-141-133.092.072.pools.vodafone-ip.de [92.72.141.133]) (Authenticated sender: web421p1) by can11.de (can11.de) with ESMTPSA id A89342819B2 for ; Mon, 11 Jul 2016 14:57:51 +0200 (CEST) From: Frank Haun Date: Mon, 11 Jul 2016 14:57:51 +0200 Message-ID: <86y458pc1c.fsf@m8000.fhaun.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: 0.0 (/) Hi, I get wrong indent after cout. It happens when last char in the cout string is an ":" or "?". #include using namespace std; int main() { cout << "Hello:"; // comment } Emacs : GNU Emacs 25.1.50.2 (armv7l-unknown-linux-gnueabihf, X toolkit, Xaw3d scroll bars) of 2016-07-11 Package: CC Mode 5.33 (C++/l) Buffer Style: gnu c-emacs-features: (pps-extended-state col-0-paren posix-char-classes gen-string-delim gen-comment-delim syntax-properties 1-bit) current state: ============== (setq c-basic-offset 2 c-comment-only-line-offset '(0 . 0) c-indent-comment-alist '((anchored-comment column . 0) (end-block space . 1) (cpp-end-block space . 2)) c-indent-comments-syntactically-p nil c-block-comment-prefix "" c-comment-prefix-regexp '((pike-mode . "//+!?\\|\\**") (awk-mode . "#+") (other . "//+\\|\\**")) c-doc-comment-style '((java-mode . javadoc) (pike-mode . autodoc) (c-mode . gtkdoc)) c-cleanup-list '(scope-operator) c-hanging-braces-alist '((substatement-open before after) (arglist-cont-nonempty)) c-hanging-colons-alist nil c-hanging-semi&comma-criteria '(c-semi&comma-inside-parenlist) c-backslash-column 48 c-backslash-max-column 72 c-special-indent-hook '(c-gnu-impose-minimum) c-label-minimum-indentation 1 c-offsets-alist '((inexpr-class . +) (inexpr-statement . +) (lambda-intro-cont . +) (inlambda . c-lineup-inexpr-block) (template-args-cont c-lineup-template-args +) (incomposition . +) (inmodule . +) (innamespace . +) (inextern-lang . +) (composition-close . 0) (module-close . 0) (namespace-close . 0) (extern-lang-close . 0) (composition-open . 0) (module-open . 0) (namespace-open . 0) (extern-lang-open . 0) (objc-method-call-cont c-lineup-ObjC-method-call-colons c-lineup-ObjC-method-call +) (objc-method-args-cont . c-lineup-ObjC-method-args) (objc-method-intro . [0]) (friend . 0) (cpp-define-intro c-lineup-cpp-define +) (cpp-macro-cont . +) (cpp-macro . [0]) (inclass . +) (stream-op . c-lineup-streamop) (arglist-cont-nonempty c-lineup-gcc-asm-reg c-lineup-arglist) (arglist-cont c-lineup-gcc-asm-reg 0) (comment-intro c-lineup-knr-region-comment c-lineup-comment) (catch-clause . 0) (else-clause . 0) (do-while-closure . 0) (access-label . -) (case-label . 0) (substatement . +) (statement-case-intro . +) (statement . 0) (brace-entry-open . 0) (brace-list-entry . 0) (brace-list-intro . +) (brace-list-close . 0) (block-close . 0) (block-open . 0) (inher-cont . c-lineup-multi-inher) (inher-intro . +) (member-init-cont . c-lineup-multi-inher) (member-init-intro . +) (annotation-var-cont . +) (annotation-top-cont . 0) (topmost-intro . 0) (knr-argdecl . 0) (func-decl-cont . +) (inline-close . 0) (class-close . 0) (class-open . 0) (defun-block-intro . +) (defun-close . 0) (defun-open . 0) (c . c-lineup-C-comments) (string . c-lineup-dont-change) (topmost-intro-cont first c-lineup-topmost-intro-cont c-lineup-gnu-DEFUN-intro-cont) (brace-list-open . +) (inline-open . 0) (arglist-close . c-lineup-arglist) (arglist-intro . c-lineup-arglist-intro-after-paren) (statement-cont . +) (statement-case-open . +) (label . 0) (substatement-label . 0) (substatement-open . +) (knr-argdecl-intro . 5) (statement-block-intro . +) ) c-buffer-is-cc-mode 'c++-mode c-tab-always-indent t c-syntactic-indentation t c-syntactic-indentation-in-macros t c-ignore-auto-fill '(string cpp code) c-auto-align-backslashes t c-backspace-function 'backward-delete-char-untabify c-delete-function 'delete-char c-electric-pound-behavior nil c-default-style '((java-mode . "java") (awk-mode . "awk") (other . "gnu")) c-enable-xemacs-performance-kludge-p nil c-old-style-variable-behavior nil defun-prompt-regexp nil tab-width 8 comment-column 32 parse-sexp-ignore-comments t parse-sexp-lookup-properties t auto-fill-function nil comment-multi-line t comment-start-skip "\\(//+\\|/\\*+\\)\\s *" fill-prefix nil fill-column 70 paragraph-start "[ ]*\\(//+\\|\\**\\)[ ]*$\\|^\f" adaptive-fill-mode t adaptive-fill-regexp "[ ]*\\(//+\\|\\**\\)[ ]*\\([ ]*\\([-–!|#%;>*·•‣⁃◦]+[ ]*\\)*\\)" ) From unknown Mon Aug 18 11:32:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#23944: CC Mode 5.33 (C++); indent problem with cout Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-cc-mode@gnu.org Resent-Date: Thu, 14 Jul 2016 13:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 23944 X-GNU-PR-Package: cc-mode X-GNU-PR-Keywords: To: Frank Haun Cc: 23944@debbugs.gnu.org Received: via spool by 23944-submit@debbugs.gnu.org id=B23944.146850188232163 (code B ref 23944); Thu, 14 Jul 2016 13:12:01 +0000 Received: (at 23944) by debbugs.gnu.org; 14 Jul 2016 13:11:22 +0000 Received: from localhost ([127.0.0.1]:50634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bNgQE-0008Mh-FA for submit@debbugs.gnu.org; Thu, 14 Jul 2016 09:11:22 -0400 Received: from mail.muc.de ([193.149.48.3]:39070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bNgQA-0008MG-Mp for 23944@debbugs.gnu.org; Thu, 14 Jul 2016 09:11:20 -0400 Received: (qmail 36448 invoked by uid 3782); 14 Jul 2016 13:11:17 -0000 Received: from acm.muc.de (p4FC4656E.dip0.t-ipconnect.de [79.196.101.110]) by colin.muc.de (tmda-ofmipd) with ESMTP; Thu, 14 Jul 2016 15:11:16 +0200 Received: (qmail 13094 invoked by uid 1000); 14 Jul 2016 13:11:34 -0000 Date: Thu, 14 Jul 2016 13:11:34 +0000 Message-ID: <20160714131133.GA12571@acm.fritz.box> References: <86y458pc1c.fsf@m8000.fhaun.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86y458pc1c.fsf@m8000.fhaun.de> User-Agent: Mutt/1.5.24 (2015-08-30) X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Alan Mackenzie X-Primary-Address: acm@muc.de X-Spam-Score: -1.3 (-) 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.3 (-) Hello, Frank. On Mon, Jul 11, 2016 at 02:57:51PM +0200, Frank Haun wrote: > Hi, > I get wrong indent after cout. It happens when last char in the cout > string is an ":" or "?". > #include > using namespace std; > int main() > { > cout << "Hello:"; > // comment > } First, thanks for the report, and thanks even more for cutting the code down to an easily usable crisp few lines. The CC Mode config dump is also appreciated. The problem here was a typo in a change a fortnight or so ago. I think I have corrected it in the Emacs savannah repository, master branch, with the following commit: commit d0dc74a3a8bc59df3ca88810710d1234a9a08920 Author: Alan Mackenzie Date: Thu Jul 14 12:42:17 2016 +0000 I would be grateful if you would update your Emacs, and check in your real code that the bug really is fixed. Please confirm that this is the case, or let me know what is still wrong. If everything's OK, I can close the bug. Thanks! -- Alan Mackenzie (Nuremberg, Germany). From unknown Mon Aug 18 11:32:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#23944: CC Mode 5.33 (C++); indent problem with cout Resent-From: Frank Haun Original-Sender: "Debbugs-submit" Resent-CC: bug-cc-mode@gnu.org Resent-Date: Thu, 14 Jul 2016 14:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 23944 X-GNU-PR-Package: cc-mode X-GNU-PR-Keywords: To: Alan Mackenzie Cc: 23944@debbugs.gnu.org Received: via spool by 23944-submit@debbugs.gnu.org id=B23944.14685048635832 (code B ref 23944); Thu, 14 Jul 2016 14:02:01 +0000 Received: (at 23944) by debbugs.gnu.org; 14 Jul 2016 14:01:03 +0000 Received: from localhost ([127.0.0.1]:51506 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bNhCI-0001W0-R5 for submit@debbugs.gnu.org; Thu, 14 Jul 2016 10:01:03 -0400 Received: from can11.de ([85.25.97.90]:53474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bNhCG-0001VR-1b for 23944@debbugs.gnu.org; Thu, 14 Jul 2016 10:01:01 -0400 Received: from m8000 (dslb-088-076-102-211.088.076.pools.vodafone-ip.de [88.76.102.211]) (Authenticated sender: web421p1) by can11.de (can11.de) with ESMTPSA id 44D4E280DB8; Thu, 14 Jul 2016 16:00:58 +0200 (CEST) From: Frank Haun References: <86y458pc1c.fsf@m8000.fhaun.de> <20160714131133.GA12571@acm.fritz.box> Date: Thu, 14 Jul 2016 16:00:57 +0200 In-Reply-To: <20160714131133.GA12571@acm.fritz.box> (Alan Mackenzie's message of "Thu, 14 Jul 2016 13:11:34 +0000") Message-ID: <86d1mgnwti.fsf@m8000.fhaun.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 0.0 (/) Hi Alan, On Thu, 14 Jul 2016 13:11:34 +0000, Alan Mackenzie wrote: > On Mon, Jul 11, 2016 at 02:57:51PM +0200, Frank Haun wrote: > >> I get wrong indent after cout. It happens when last char in the cout >> string is an ":" or "?". > >> #include >> using namespace std; >> int main() >> { >> cout << "Hello:"; >> // comment >> } > > The problem here was a typo in a change a fortnight or so ago. I think > I have corrected it in the Emacs savannah repository, master branch, > with the following commit: > > commit d0dc74a3a8bc59df3ca88810710d1234a9a08920 > Author: Alan Mackenzie > Date: Thu Jul 14 12:42:17 2016 +0000 > > I would be grateful if you would update your Emacs, Done. > and check in your real code that the bug really is fixed. Please > confirm that this is the case, or let me know what is still wrong. If > everything's OK, I can close the bug. Many thanks, for me it's fixed now. Best regards, Frank From unknown Mon Aug 18 11:32:20 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Frank Haun Subject: bug#23944: closed (Re: bug#23944: CC Mode 5.33 (C++); indent problem with cout) Message-ID: References: <20160714144357.GB12571@acm.fritz.box> <86y458pc1c.fsf@m8000.fhaun.de> X-Gnu-PR-Message: they-closed 23944 X-Gnu-PR-Package: cc-mode Reply-To: 23944@debbugs.gnu.org Date: Thu, 14 Jul 2016 14:44:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1468507442-10664-1" This is a multi-part message in MIME format... ------------=_1468507442-10664-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #23944: CC Mode 5.33 (C++); indent problem with cout which was filed against the cc-mode package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 23944@debbugs.gnu.org. --=20 23944: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D23944 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1468507442-10664-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 23944-done) by debbugs.gnu.org; 14 Jul 2016 14:43:44 +0000 Received: from localhost ([127.0.0.1]:51550 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bNhrb-0002lO-Sm for submit@debbugs.gnu.org; Thu, 14 Jul 2016 10:43:44 -0400 Received: from mail.muc.de ([193.149.48.3]:10241) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bNhra-0002lF-JE for 23944-done@debbugs.gnu.org; Thu, 14 Jul 2016 10:43:42 -0400 Received: (qmail 52592 invoked by uid 3782); 14 Jul 2016 14:43:40 -0000 Received: from acm.muc.de (p4FC4656E.dip0.t-ipconnect.de [79.196.101.110]) by colin.muc.de (tmda-ofmipd) with ESMTP; Thu, 14 Jul 2016 16:43:39 +0200 Received: (qmail 23115 invoked by uid 1000); 14 Jul 2016 14:43:57 -0000 Date: Thu, 14 Jul 2016 14:43:57 +0000 To: 23944-done@debbugs.gnu.org Subject: Re: bug#23944: CC Mode 5.33 (C++); indent problem with cout Message-ID: <20160714144357.GB12571@acm.fritz.box> References: <86y458pc1c.fsf@m8000.fhaun.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86y458pc1c.fsf@m8000.fhaun.de> User-Agent: Mutt/1.5.24 (2015-08-30) X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Alan Mackenzie X-Primary-Address: acm@muc.de X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 23944-done Cc: Frank Haun 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.3 (-) Bug fixed in master branch. -- Alan Mackenzie (Nuremberg, Germany). ------------=_1468507442-10664-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Jul 2016 12:57:58 +0000 Received: from localhost ([127.0.0.1]:46136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bMamc-00013z-3b for submit@debbugs.gnu.org; Mon, 11 Jul 2016 08:57:58 -0400 Received: from can11.de ([85.25.97.90]:50336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bMama-00013n-28 for submit@debbugs.gnu.org; Mon, 11 Jul 2016 08:57:56 -0400 Received: from m8000 (dslb-092-072-141-133.092.072.pools.vodafone-ip.de [92.72.141.133]) (Authenticated sender: web421p1) by can11.de (can11.de) with ESMTPSA id A89342819B2 for ; Mon, 11 Jul 2016 14:57:51 +0200 (CEST) From: Frank Haun To: submit@debbugs.gnu.org Subject: CC Mode 5.33 (C++); indent problem with cout X-Debbugs-Package: cc-mode Date: Mon, 11 Jul 2016 14:57:51 +0200 Message-ID: <86y458pc1c.fsf@m8000.fhaun.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit 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: 0.0 (/) Hi, I get wrong indent after cout. It happens when last char in the cout string is an ":" or "?". #include using namespace std; int main() { cout << "Hello:"; // comment } Emacs : GNU Emacs 25.1.50.2 (armv7l-unknown-linux-gnueabihf, X toolkit, Xaw3d scroll bars) of 2016-07-11 Package: CC Mode 5.33 (C++/l) Buffer Style: gnu c-emacs-features: (pps-extended-state col-0-paren posix-char-classes gen-string-delim gen-comment-delim syntax-properties 1-bit) current state: ============== (setq c-basic-offset 2 c-comment-only-line-offset '(0 . 0) c-indent-comment-alist '((anchored-comment column . 0) (end-block space . 1) (cpp-end-block space . 2)) c-indent-comments-syntactically-p nil c-block-comment-prefix "" c-comment-prefix-regexp '((pike-mode . "//+!?\\|\\**") (awk-mode . "#+") (other . "//+\\|\\**")) c-doc-comment-style '((java-mode . javadoc) (pike-mode . autodoc) (c-mode . gtkdoc)) c-cleanup-list '(scope-operator) c-hanging-braces-alist '((substatement-open before after) (arglist-cont-nonempty)) c-hanging-colons-alist nil c-hanging-semi&comma-criteria '(c-semi&comma-inside-parenlist) c-backslash-column 48 c-backslash-max-column 72 c-special-indent-hook '(c-gnu-impose-minimum) c-label-minimum-indentation 1 c-offsets-alist '((inexpr-class . +) (inexpr-statement . +) (lambda-intro-cont . +) (inlambda . c-lineup-inexpr-block) (template-args-cont c-lineup-template-args +) (incomposition . +) (inmodule . +) (innamespace . +) (inextern-lang . +) (composition-close . 0) (module-close . 0) (namespace-close . 0) (extern-lang-close . 0) (composition-open . 0) (module-open . 0) (namespace-open . 0) (extern-lang-open . 0) (objc-method-call-cont c-lineup-ObjC-method-call-colons c-lineup-ObjC-method-call +) (objc-method-args-cont . c-lineup-ObjC-method-args) (objc-method-intro . [0]) (friend . 0) (cpp-define-intro c-lineup-cpp-define +) (cpp-macro-cont . +) (cpp-macro . [0]) (inclass . +) (stream-op . c-lineup-streamop) (arglist-cont-nonempty c-lineup-gcc-asm-reg c-lineup-arglist) (arglist-cont c-lineup-gcc-asm-reg 0) (comment-intro c-lineup-knr-region-comment c-lineup-comment) (catch-clause . 0) (else-clause . 0) (do-while-closure . 0) (access-label . -) (case-label . 0) (substatement . +) (statement-case-intro . +) (statement . 0) (brace-entry-open . 0) (brace-list-entry . 0) (brace-list-intro . +) (brace-list-close . 0) (block-close . 0) (block-open . 0) (inher-cont . c-lineup-multi-inher) (inher-intro . +) (member-init-cont . c-lineup-multi-inher) (member-init-intro . +) (annotation-var-cont . +) (annotation-top-cont . 0) (topmost-intro . 0) (knr-argdecl . 0) (func-decl-cont . +) (inline-close . 0) (class-close . 0) (class-open . 0) (defun-block-intro . +) (defun-close . 0) (defun-open . 0) (c . c-lineup-C-comments) (string . c-lineup-dont-change) (topmost-intro-cont first c-lineup-topmost-intro-cont c-lineup-gnu-DEFUN-intro-cont) (brace-list-open . +) (inline-open . 0) (arglist-close . c-lineup-arglist) (arglist-intro . c-lineup-arglist-intro-after-paren) (statement-cont . +) (statement-case-open . +) (label . 0) (substatement-label . 0) (substatement-open . +) (knr-argdecl-intro . 5) (statement-block-intro . +) ) c-buffer-is-cc-mode 'c++-mode c-tab-always-indent t c-syntactic-indentation t c-syntactic-indentation-in-macros t c-ignore-auto-fill '(string cpp code) c-auto-align-backslashes t c-backspace-function 'backward-delete-char-untabify c-delete-function 'delete-char c-electric-pound-behavior nil c-default-style '((java-mode . "java") (awk-mode . "awk") (other . "gnu")) c-enable-xemacs-performance-kludge-p nil c-old-style-variable-behavior nil defun-prompt-regexp nil tab-width 8 comment-column 32 parse-sexp-ignore-comments t parse-sexp-lookup-properties t auto-fill-function nil comment-multi-line t comment-start-skip "\\(//+\\|/\\*+\\)\\s *" fill-prefix nil fill-column 70 paragraph-start "[ ]*\\(//+\\|\\**\\)[ ]*$\\|^\f" adaptive-fill-mode t adaptive-fill-regexp "[ ]*\\(//+\\|\\**\\)[ ]*\\([ ]*\\([-–!|#%;>*·•‣⁃◦]+[ ]*\\)*\\)" ) ------------=_1468507442-10664-1--