Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 70228 invoked from network); 6 Nov 2003 00:26:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Nov 2003 00:26:07 -0000 Received: (qmail 68276 invoked by uid 500); 6 Nov 2003 00:25:52 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 68189 invoked by uid 500); 6 Nov 2003 00:25:52 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 68176 invoked from network); 6 Nov 2003 00:25:51 -0000 Date: 6 Nov 2003 00:26:06 -0000 Message-ID: <20031106002606.70205.qmail@minotaur.apache.org> From: ben@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr emacs-mode X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ben 2003/11/05 16:26:06 Added: . emacs-mode Log: Help idiots like me who use emacs. Revision Changes Path 1.1 apr/emacs-mode Index: emacs-mode =================================================================== ;; M-x load-file ;; or emacs -l ;; to use this style: C-c . apache (c-add-style "apache" '((inclass . ++) (defun-block-intro . ++) (statement-block-intro . ++) (substatement . ++) (brace-list-intro . ++) (statement-case-intro . ++) (inextern-lang . 0) )) (setq-default indent-tabs-mode nil) ;; if you forgot to do this at startup, then M-x eval-expression ;; (setq indent-tabs-mode nil) on each buffer