all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tyler Smith <tyler.smith@mail.mcgill.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: How to set tab to be 4 (!) spaces for indention?
Date: 18 Dec 2007 20:10:04 GMT	[thread overview]
Message-ID: <slrnfmga8o.67u.tyler.smith@blackbart.sedgenet> (raw)
In-Reply-To: f8b3fe3d-c3b8-47aa-9014-b6c5c33b9e65@p69g2000hsa.googlegroups.com

On 2007-12-18, xz <zhang.xi.cn@gmail.com> wrote:
> For example, I tried
>
> (setq default-tab-width 4)
>
> in the .emacs file.
>
> But it don't change nothing!

No, it changed how tab characters are displayed. Problem is,
indentation is not created with tab characters ;) If you're working in
cc-mode, for example, you will want to use something like:

(setq c-basic-offset 4)

This is called 'syntax-driven indentation', as described (generally) in
the manual node (emacs)Indentation. Details will depend on the
particular mode you're in, so it will take a bit of poking around to
figure out how to set the correct value for the language you're
coding in.

HTH,

Tyler

  reply	other threads:[~2007-12-18 20:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-18 19:40 How to set tab to be 4 (!) spaces for indention? xz
2007-12-18 20:10 ` Tyler Smith [this message]
2007-12-18 20:13 ` Drew Adams

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=slrnfmga8o.67u.tyler.smith@blackbart.sedgenet \
    --to=tyler.smith@mail.mcgill.ca \
    --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.