all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Baurzhan Ismagulov <ibr@radix50.net>
To: help-gnu-emacs@gnu.org
Subject: Re: tab size with emacs22 on Windows
Date: Thu, 15 May 2008 16:07:53 +0200	[thread overview]
Message-ID: <20080515140753.GC24527@radix50.net> (raw)
In-Reply-To: <uve1gjm7m.fsf@gnu.org>

On Thu, May 15, 2008 at 06:11:09AM +0300, Eli Zaretskii wrote:
> > Date: Wed, 14 May 2008 17:08:54 +0200
> > From: Baurzhan Ismagulov <ibr@radix50.net>
> > 
> > I've installed
> > ftp://ftp.gnu.org/gnu/emacs/windows/emacs-22.2-bin-i386.zip , and
> > HORIZONTAL TABULATION characters in files with .c extension are
> > displayed as four spaces. I have (add-hook 'c-mode-common-hook '(lambda
> > () (c-set-style "linux"))) in my ~/.emacs and expect them to be
> > displayed as eight spaces.

Oh, it turned out that I had been lost in different .emacs files:
emacs22 saves it to c:\Documents and Settings\ibr\Application Data,
Cygwin emacs -- to ~, and emacs21 -- to c:\.

The tab width behavior was caused by (set-default-font
"-misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1") in
~/.emacs. I wrapped it into (if (eq window-system 'x) (set-default-font
...)), and now everything works fine.

With kind regards,
-- 
Baurzhan Ismagulov
http://www.kz-easy.com/




  parent reply	other threads:[~2008-05-15 14:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-14 15:08 tab size with emacs22 on Windows Baurzhan Ismagulov
2008-05-15  3:11 ` Eli Zaretskii
2008-05-15  3:16   ` Eli Zaretskii
2008-05-15 10:25   ` Baurzhan Ismagulov
     [not found]   ` <mailman.11616.1210847165.18990.help-gnu-emacs@gnu.org>
2008-05-15 11:27     ` Jason Rumney
2008-05-15 13:20       ` Baurzhan Ismagulov
2008-05-15 14:07   ` Baurzhan Ismagulov [this message]
     [not found]   ` <mailman.11627.1210860482.18990.help-gnu-emacs@gnu.org>
2008-05-15 14:20     ` Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080515140753.GC24527@radix50.net \
    --to=ibr@radix50.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.