From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#7659: emacs - c mode tab space different between windows and linux Date: Fri, 17 Dec 2010 10:15:20 +0200 Message-ID: <83ei9ghl2f.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1292574211 1356 80.91.229.12 (17 Dec 2010 08:23:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Dec 2010 08:23:31 +0000 (UTC) Cc: 7659@debbugs.gnu.org To: Anoj Perera Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 17 09:23:23 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PTVb1-00008x-73 for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Dec 2010 09:23:23 +0100 Original-Received: from localhost ([127.0.0.1]:59379 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTVay-0005VV-1r for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Dec 2010 03:23:20 -0500 Original-Received: from [140.186.70.92] (port=41934 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTVaL-0005VD-Sy for bug-gnu-emacs@gnu.org; Fri, 17 Dec 2010 03:22:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTVaK-0002Ep-U7 for bug-gnu-emacs@gnu.org; Fri, 17 Dec 2010 03:22:41 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTVaK-0002El-Sd for bug-gnu-emacs@gnu.org; Fri, 17 Dec 2010 03:22:40 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PTVN8-0001nN-77; Fri, 17 Dec 2010 03:09:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 17 Dec 2010 08:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7659 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7659-submit@debbugs.gnu.org id=B7659.12925733416893 (code B ref 7659); Fri, 17 Dec 2010 08:09:02 +0000 Original-Received: (at 7659) by debbugs.gnu.org; 17 Dec 2010 08:09:01 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PTVN5-0001n7-Vd for submit@debbugs.gnu.org; Fri, 17 Dec 2010 03:09:00 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PTVN2-0001mt-Gn for 7659@debbugs.gnu.org; Fri, 17 Dec 2010 03:08:57 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LDK00300C4EWT00@a-mtaout23.012.net.il> for 7659@debbugs.gnu.org; Fri, 17 Dec 2010 10:15:16 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.167.122]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LDK003QMC9DUN50@a-mtaout23.012.net.il>; Fri, 17 Dec 2010 10:15:16 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 17 Dec 2010 03:09:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:42574 Archived-At: > From: Anoj Perera > Date: Thu, 16 Dec 2010 22:50:51 +0000 > Cc: > > Hi wonder if some one can shed some light on my issue below, don't > know if this is a bug or a config problem. I use emacs 23.1 for pretty > much every thing from coding to organising the day. Unfortunately I > have to use windows at work and linux (Ubuntu 10.04) at home. The > source files I create at home in my linux box are formatted quite > horribly when viewed in emacs on my Windows machine. The tab spacing > seems to have a mind of its own. I made sure tab spacing is the same > on both machines from my .emacs file. Two questions: . does this happen in "emacs -Q" on both platforms (i.e., do the source files look the same then)? . how exactly did you set tab spacing in your .emacs, on each platform?