unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: ulrich@mips.complang.tuwien.ac.at (Ulrich Neumerkel)
To: help-gnu-emacs@gnu.org
Subject: Re: How to avoid SPACE TAB in a file?
Date: Wed, 25 Nov 2009 23:11:48 GMT	[thread overview]
Message-ID: <2009Nov26.001148@mips.complang.tuwien.ac.at> (raw)
In-Reply-To: 4b0d8da3$0$269$14726298@news.sunsite.dk

"Colin S. Miller" <no-spam-thank-you@csmiller.demon.co.uk> writes:
>Ulrich Neumerkel wrote:
>> It occurs to me occasionally that I happen to write SPACE TAB in a buffer
>> saved into a file.  This is mostly when I edit files with different
>> tabbing conventions.
>> 
>> Is there are general clean minor-mode or other way to avoid writing
>> this combination in general?
>
>Hi Ulrich,
>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)))
>
>You'll need to replace 'c-mode-hook  with the correct hook for the
>editing mode you use. Most of them are named after the mode's main
>function.

The files/tabbing conventions are not mine, I just edit (tiny) parts of
the files.  That's how those extra spaces actually appear.
I am considering rolling it on my own with after-save-hook.


  parent reply	other threads:[~2009-11-25 23:11 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
2009-11-25 23:11   ` Ulrich Neumerkel [this message]
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=2009Nov26.001148@mips.complang.tuwien.ac.at \
    --to=ulrich@mips.complang.tuwien.ac.at \
    --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.
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).