From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Taylor Newsgroups: gmane.emacs.help Subject: Re: Indentation in C Date: Wed, 21 Jan 2004 22:03:08 GMT Organization: Shaw Residential Internet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074723591 22971 80.91.224.253 (21 Jan 2004 22:19:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 22:19:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 21 23:19:35 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjQhD-0007df-00 for ; Wed, 21 Jan 2004 23:19:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjQfm-0000ca-Be for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Jan 2004 17:18:06 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.telusplanet.net!newsfeed.telus.net!news3.optonline.net!pd7cy1no!shaw.ca!pd7tw2no.POSTED!53ab2750!not-for-mail X-Trace-PostClient-IP: 68.147.119.234 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Followup-To: gnu.emacs.help In-Reply-To: Original-Lines: 17 Original-NNTP-Posting-Host: 24.71.223.147 Original-X-Complaints-To: abuse@shaw.ca Original-X-Trace: pd7tw2no 1074722588 24.71.223.147 (Wed, 21 Jan 2004 15:03:08 MST) Original-NNTP-Posting-Date: Wed, 21 Jan 2004 15:03:08 MST Original-Xref: shelby.stanford.edu comp.emacs:82926 gnu.emacs.help:120314 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16259 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16259 Varun Sinha wrote: > I tried looking through the documentation for EMACS to get these, but > I wasn't able to make sense out of it. Ordinarily, it wouldn't matter > to me, but the professor for my course has laid down these standards. > I tried asking him and the TA, but they all use VI and told me either > to switch (yeah right) or use manual spacing. Try running c-set-style (C-c .) while in c-mode and try the various styles (type tab for a list at the prompt). One of them will probably match your needs. To make it permanent, run M-x customize-option and type c-default-style at the prompt. -- Andrew