all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Ulrich Neumerkel'" <ulrich@mips.complang.tuwien.ac.at>,
	<help-gnu-emacs@gnu.org>
Subject: RE: How to avoid SPACE TAB in a file?
Date: Fri, 27 Nov 2009 07:11:23 -0800	[thread overview]
Message-ID: <92F96E0FF1164AD3AD422379C7816A8A@us.oracle.com> (raw)
In-Reply-To: <2009Nov26.154627@mips.complang.tuwien.ac.at>

> Thanks again for your responses.  Currently I put in my .emacs.el
> 
> (defun no-space-tab ()
>   (interactive)
>   (let
>       ((point (point)))
>     (save-match-data
>       (goto-char (point-min))
>       (cond
>        ((search-forward " \t" nil t)
> 	(backward-char 1)
> 	(error "SPACE found prior to TAB! Press Backspace"))
>        (t (goto-char point))))))
> 
> (add-hook 'after-save-hook 'no-space-tab)

`C-h f untabify'





      reply	other threads:[~2009-11-27 15: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
2009-11-26 14:46     ` Ulrich Neumerkel
2009-11-27 15:11       ` Drew Adams [this message]

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=92F96E0FF1164AD3AD422379C7816A8A@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=ulrich@mips.complang.tuwien.ac.at \
    /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.