From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Flaschen Newsgroups: gmane.emacs.help Subject: Re: Different C/C++ indentation behavior on Win2000 and WinXP Date: Sun, 04 Mar 2007 02:05:52 -0500 Message-ID: <45EA6FD0.6020208@gatech.edu> References: <45E78E02.5080806@comcast.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172991981 31512 80.91.229.12 (4 Mar 2007 07:06:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Mar 2007 07:06:21 +0000 (UTC) To: emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 04 08:06:13 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HNknN-0000Fv-64 for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Mar 2007 08:06:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNknM-0005KI-Nb for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Mar 2007 02:06:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HNkn8-0005K5-LO for help-gnu-emacs@gnu.org; Sun, 04 Mar 2007 02:05:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HNkn5-0005Js-6Z for help-gnu-emacs@gnu.org; Sun, 04 Mar 2007 02:05:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNkn4-0005Jp-Um for help-gnu-emacs@gnu.org; Sun, 04 Mar 2007 02:05:55 -0500 Original-Received: from deliverator6.gatech.edu ([130.207.165.168]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1HNkn4-0003Dd-Hs for help-gnu-emacs@gnu.org; Sun, 04 Mar 2007 02:05:54 -0500 Original-Received: from deliverator6.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 41D70182B for ; Sun, 4 Mar 2007 02:05:53 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from mailprx3.gatech.edu (mailprx3.prism.gatech.edu [130.207.171.17]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator6.gatech.edu (Postfix) with ESMTP id 2EF3B17E7 for ; Sun, 4 Mar 2007 02:05:53 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from [128.61.73.81] (r73h81.res.gatech.edu [128.61.73.81]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=mflaschen3@mailprx3.gatech.edu, sender=n/a) by mailprx3.gatech.edu (Postfix) with ESMTP id ECBC42181 for ; Sun, 4 Mar 2007 02:05:52 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) User-Agent: Thunderbird 1.5.0.9 (X11/20070104) In-Reply-To: X-Enigmail-Version: 0.94.2.0 X-detected-kernel: Solaris 9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41635 Archived-At: Kevin Rodgers wrote: > Ron Parker wrote: >> Hi. I'm using the pre-compiled 21.3 for x386. I was running on >> Win2000. Recently, I got a new PC running XP. >> I brought over the directory containing emacs, the _emacs file, and >> all of the .el files that were referenced. It runs fine >> except the indent level has changed from 4 spaces to 8. This is >> driving me crazy as I work in a large body of code >> that uses 4 space indents. Nothing has changed except the OS. I am >> not a LISP expert, but can follow instructions if anyone >> has suggestions. > > The site-start.el and default.el files are probably not referenced in > your ~/.emacs file, but they were loaded automatically. In other words, reinstall from scratch, then copy the afore-mentioned files over. Matthew Flaschen