unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Colin S. Miller'" <no-spam-thank-you@csmiller.demon.co.uk>,
	<help-gnu-emacs@gnu.org>
Subject: RE: How to avoid SPACE TAB in a file?
Date: Wed, 25 Nov 2009 13:21:26 -0800	[thread overview]
Message-ID: <BC3B6CD6C5114C60932C5A9AD6810D41@us.oracle.com> (raw)
In-Reply-To: <4b0d8da3$0$269$14726298@news.sunsite.dk>

> If you want emacs to always insert spaces instead of tabs 
> then you can put (setq indent-tabs-mode nil) in your .emacs.
> This needs to be set for each buffer, so it should be put in 
> a hook like
> (add-hook 'c-mode-hook '(lambda () (setq indent-tabs-mode nil)))


(setq-default indent-tabs-mode t)





  reply	other threads:[~2009-11-25 21:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-25 19:25 How to avoid SPACE TAB in a file? Ulrich Neumerkel
2009-11-25 20:04 ` Colin S. Miller
2009-11-25 21:21   ` Drew Adams [this message]
2009-11-25 23:11   ` Ulrich Neumerkel
2009-11-26 14:46     ` Ulrich Neumerkel
2009-11-27 15:11       ` 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=BC3B6CD6C5114C60932C5A9AD6810D41@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=no-spam-thank-you@csmiller.demon.co.uk \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).