From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ding Liu Newsgroups: gmane.emacs.cc-mode.general,gmane.emacs.bugs Subject: CC Mode 5.28 (C++); font-size Date: Mon, 23 May 2005 14:56:34 -0400 Message-ID: <200505231856.j4NIuYxH000416@a06.cs.rochester.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116874726 29596 80.91.229.2 (23 May 2005 18:58:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 May 2005 18:58:46 +0000 (UTC) Original-X-From: cc-mode-help-admin@lists.sourceforge.net Mon May 23 20:58:43 2005 Return-path: Original-Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DaI7Z-0001s1-NB for sf-cc-mode-help@m.gmane.org; Mon, 23 May 2005 20:57:50 +0200 Original-Received: from projects.sourceforge.net (sc8-sf-list1-b.sourceforge.net [10.3.1.7]) by sc8-sf-spam2.sourceforge.net (Postfix) with ESMTP id 70F1012EE5; Mon, 23 May 2005 11:59:22 -0700 (PDT) Original-Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1DaI6g-0001OJ-OM for cc-mode-help@lists.sourceforge.net; Mon, 23 May 2005 11:56:54 -0700 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by sc8-sf-mx1.sourceforge.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41) id 1DaI6e-0003Ip-KE for cc-mode-help@lists.sourceforge.net; Mon, 23 May 2005 11:56:54 -0700 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1DaI6X-0000Zh-Qi for bug-cc-mode@gnu.org; Mon, 23 May 2005 14:56:45 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1DaI6R-00037Y-Af for bug-cc-mode@gnu.org; Mon, 23 May 2005 14:56:39 -0400 Original-Received: from [192.5.53.207] (helo=gate.cs.rochester.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DaI6R-00037T-3f; Mon, 23 May 2005 14:56:39 -0400 Original-Received: from a06.cs.rochester.edu (a06.cs.rochester.edu [128.151.67.74]) by gate.cs.rochester.edu (8.11.6+Sun/004) with ESMTP id j4NIuYg28040; Mon, 23 May 2005 14:56:37 -0400 (EDT) Original-Received: from a06.cs.rochester.edu (localhost.cs.rochester.edu [127.0.0.1]) by a06.cs.rochester.edu (8.12.8/004u) with ESMTP id j4NIuYwC000420; Mon, 23 May 2005 14:56:34 -0400 Original-Received: (from dliu@localhost) by a06.cs.rochester.edu (8.12.8/8.12.8/Submit) id j4NIuYxH000416; Mon, 23 May 2005 14:56:34 -0400 Original-To: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by sourceforge.net. See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 0.0 SF_CHICKENPOX_PERIOD BODY: Text interparsed with . 0.0 SF_CHICKENPOX_MINUS BODY: Text interparsed with - 0.0 SF_CHICKENPOX_AMPERSAND BODY: Text interparsed with & Original-Sender: cc-mode-help-admin@lists.sourceforge.net Errors-To: cc-mode-help-admin@lists.sourceforge.net X-BeenThere: cc-mode-help@lists.sourceforge.net X-Mailman-Version: 2.0.9-sf.net Precedence: bulk List-Unsubscribe: , List-Id: Bug reports, feature requests, and general talk about CC Mode. List-Post: List-Help: List-Subscribe: , List-Archive: X-Original-Date: Mon, 23 May 2005 14:56:34 -0400 Xref: news.gmane.org gmane.emacs.cc-mode.general:2399 gmane.emacs.bugs:11942 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:11942 font-size: 14 Emacs : GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2003-02-20 on porky.devel.redhat.com Package: CC Mode 5.28 (C++) Buffer Style: normal c-emacs-features: (1-bit) current state: ============== (setq c-basic-offset 4 c-comment-only-line-offset 0 c-block-comment-prefix "* " c-comment-prefix-regexp '((pike-mode . "//+!?\\|\\**") (other . "//+\\|\\**")) c-cleanup-list '(scope-operator) c-hanging-braces-alist '((brace-list-open) (brace-entry-open) (substatement-open after) (block-close . c-snug-do-while) (extern-lang-open after) (inexpr-class-open after) (inexpr-class-close before)) c-hanging-colons-alist nil c-hanging-semi&comma-criteria '(c-semi&comma-inside-parenlist) c-backslash-column 48 c-label-minimum-indentation 1 c-offsets-alist '((string . c-lineup-dont-change) (c . c-lineup-C-comments) (defun-open . 0) (defun-close . 0) (defun-block-intro . +) (class-open . 0) (class-close . 0) (inline-close . 0) (func-decl-cont . +) (knr-argdecl . 0) (topmost-intro . 0) (topmost-intro-cont . 0) (member-init-intro . +) (member-init-cont . c-lineup-multi-inher) (inher-intro . +) (inher-cont . c-lineup-multi-inher) (block-open . 0) (block-close . 0) (brace-list-open . 0) (brace-list-close . 0) (brace-list-intro . +) (brace-list-entry . 0) (brace-entry-open . 0) (statement . 0) (statement-case-open . 0) (substatement . +) (do-while-closure . 0) (else-clause . 0) (catch-clause . 0) (comment-intro . c-lineup-comment) (arglist-intro . +) (arglist-cont . 0) (arglist-cont-nonempty . c-lineup-arglist) (arglist-close . +) (stream-op . c-lineup-streamop) (inclass . +) (cpp-macro . [0]) (cpp-macro-cont . c-lineup-dont-change) (friend . 0) (objc-method-intro . [0]) (objc-method-args-cont . c-lineup-ObjC-method-args) (objc-method-call-cont . c-lineup-ObjC-method-call) (extern-lang-open . 0) (extern-lang-close . 0) (inextern-lang . +) (namespace-open . 0) (namespace-close . 0) (innamespace . +) (template-args-cont c-lineup-template-args +) (inlambda . c-lineup-inexpr-block) (lambda-intro-cont . +) (inexpr-statement . 0) (statement-block-intro . +) (knr-argdecl-intro . +) (substatement-open . 0) (statement-cont . +) (inexpr-class . 0) (case-label . *) (label . *) (access-label . /) (statement-case-intro . *) (inline-open . 0) ) c-delete-function 'delete-char c-electric-pound-behavior nil c-indent-comments-syntactically-p nil c-tab-always-indent t defun-prompt-regexp nil tab-width 4 comment-column 32 parse-sexp-ignore-comments t auto-fill-function nil comment-multi-line t comment-start-skip "/\\*+ *\\|//+ *" fill-prefix nil paragraph-start "[ ]*\\(//+\\|\\**\\)[ ]*$\\|^\f" adaptive-fill-mode t adaptive-fill-regexp "[ ]*\\(//+\\|\\**\\)[ ]*\\([ ]*\\([-|#;>*]+[ ]*\\|(?[0-9]+[.)][ ]*\\)*\\)" ) ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click