From: gavenkoa <gavenkoa@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: tab indent in shell
Date: Mon, 23 Mar 2009 05:18:05 -0700 (PDT) [thread overview]
Message-ID: <1cb0a40c-61c6-44b1-9aaa-8badab7b4f12@33g2000yqm.googlegroups.com> (raw)
In-Reply-To: 9d877dfc-93cb-4a55-9de4-1295a82c898b@y34g2000prb.googlegroups.com
On 23 Бер, 05:02, jianfeng...@gmail.com wrote:
> Hi,
>
> I'd like to make tab indent 8 bytes as a '\t' in my sh-mode, not 8
> space. How to config?
(setq sh-basic-offset 8)
(setq-default tab-width 8)
(setq-default indent-tabs-mode t)
prev parent reply other threads:[~2009-03-23 12:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-23 3:02 tab indent in shell jianfenggui
2009-03-23 9:21 ` Peter Dyballa
2009-03-23 12:18 ` gavenkoa [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
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=1cb0a40c-61c6-44b1-9aaa-8badab7b4f12@33g2000yqm.googlegroups.com \
--to=gavenkoa@gmail.com \
--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).