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: indenting java code Date: Tue, 04 Nov 2003 00:10:56 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 1067906021 22117 80.91.224.253 (4 Nov 2003 00:33:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2003 00:33:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 04 01:33:39 2003 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 1AGp8d-0001OY-00 for ; Tue, 04 Nov 2003 01:33:39 +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 1AGp8N-0001K6-S9 for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Nov 2003 19:33:23 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!news.alt.net!pd7cy2so!shaw.ca!pd7tw3no.POSTED!53ab2750!not-for-mail X-Trace-PostClient-IP: 68.147.170.64 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6a) Gecko/20031030 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 10 Original-NNTP-Posting-Host: 24.71.223.147 Original-X-Complaints-To: abuse@shaw.ca Original-X-Trace: pd7tw3no 1067904656 24.71.223.147 (Mon, 03 Nov 2003 17:10:56 MST) Original-NNTP-Posting-Date: Mon, 03 Nov 2003 17:10:56 MST Original-Xref: shelby.stanford.edu gnu.emacs.help:117840 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:13778 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13778 Lowell Kirsh wrote: > How can I change the indent level for Java code from 4 spaces to 2 spaces? (add-hook 'java-mode-hook (lambda () (set 'c-basic-offset 2))) -- Andrew