From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Dziulko Newsgroups: gmane.emacs.help Subject: Re: please explain diff bet. K&R and Linux c-mode styles Date: Tue, 29 Oct 2002 08:28:23 -0500 (EST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <20021028163715.A5061@spawar.navy.mil> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035898244 20038 80.91.224.249 (29 Oct 2002 13:30:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 13:30:44 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186WSA-0005D0-00 for ; Tue, 29 Oct 2002 14:30:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186WQr-0001S0-00; Tue, 29 Oct 2002 08:29:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186WQ1-0001OK-00 for help-gnu-emacs@gnu.org; Tue, 29 Oct 2002 08:28:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186WPw-0001O7-00 for help-gnu-emacs@gnu.org; Tue, 29 Oct 2002 08:28:28 -0500 Original-Received: from [138.92.8.100] (helo=klaatu.canisius.edu) by monty-python.gnu.org with esmtp (Exim 4.10) id 186WPw-0001O3-00 for help-gnu-emacs@gnu.org; Tue, 29 Oct 2002 08:28:24 -0500 Original-Received: from localhost (dziulko@localhost) by klaatu.canisius.edu (8.11.2/8.11.2) with ESMTP id g9TDSNx03975 for ; Tue, 29 Oct 2002 08:28:23 -0500 Original-To: In-Reply-To: <20021028163715.A5061@spawar.navy.mil> Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3041 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3041 I don't see a c-style-alist either. Check out http://www.science.uva.nl/~mes/jargon/i/indentstyle.html I think Linux style is the same as GNU style. You could also just type in a few functions and see the fundamental differences. On Mon, 28 Oct 2002 seberino@spawar.navy.mil wrote: > I tried your command... there was no function or > variable called c-style-alist in Emacs. :( > > CS > > On Fri, Oct 25, 2002 at 09:26:16PM -0600, Matt Armstrong wrote: > > In article , > > seberino@spawar.navy.mil wrote: > > > Linux kernel docs recommend K&R c-mode style... > > > > > > then what is "Linux c-mode style"?? How is it different? > > > > C-h v c-style-alist > > > > That'll show you all the styles in their gory detail. > > > > > > > > -- > > matt > > _______________________________________________ > > Help-gnu-emacs mailing list > > Help-gnu-emacs@gnu.org > > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs > >