unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Joe Corneli <jcorneli@math.utexas.edu>
Cc: help-gnu-emacs@gnu.org
Subject: Re: TAB
Date: Mon, 17 Nov 2003 14:42:39 -0600	[thread overview]
Message-ID: <E1ALqCl-00059P-00@lab45.ma.utexas.edu> (raw)

I think the following explains how to do what you want. BTW I don't
write java code, but I was thinking that a similar feature for lisp
might be nice. It seems to be harder to find that information (at
least on this computer...).


C-x C-f sample.java RET
C-h k C-i

*snip snip*
The amount and kind of whitespace inserted is controlled by the
variable `c-insert-tab-function', which is called to do the actual
insertion of whitespace.  Normally the function in this variable
just inserts a tab character, or the equivalent number of spaces,
depending on the variable `indent-tabs-mode'.
                           ================

C-h v indent-tabs-mode RET

*snip snip*
indent-tabs-mode's value is t

Documentation:
*Indentation can insert tabs if this is non-nil.
Setting this variable automatically makes it local to the current buffer.

             reply	other threads:[~2003-11-17 20:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-17 20:42 Joe Corneli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-11-17 14:32 TAB David Rasmussen
2003-11-17 17:31 ` TAB Kevin Rodgers
2003-11-17 18:16   ` TAB Dan Anderson
2003-11-18 19:23     ` TAB jan
     [not found]   ` <mailman.170.1069096910.399.help-gnu-emacs@gnu.org>
2003-11-17 19:42     ` TAB Kevin Rodgers
2003-11-17 19:49     ` TAB Sean Richards
2003-11-19  9:42   ` TAB David Rasmussen
2003-11-19 14:17     ` TAB Eli Zaretskii
2003-11-18  0:45 ` TAB Dan Anderson
     [not found] <20020319140511.A2178@sasken.com>
     [not found] ` <20020319092050.960E9CD2B9@smtp.bcn.isoco.net>
2002-03-26 12:59   ` Tab Alexander Koptelov

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=E1ALqCl-00059P-00@lab45.ma.utexas.edu \
    --to=jcorneli@math.utexas.edu \
    --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).