From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: replace TAB with 8 whitespaces
Date: Mon, 16 Jun 2003 15:17:35 +0200 [thread overview]
Message-ID: <84r85uf9g0.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: pan.2003.06.16.19.49.45.749289@sohu.com
"jinneemop" <jinneemop@sohu.com> writes:
> Thanks a lot.
> I add (setq indent-tabs-mode nil) to .emacs, and Emacs uses no
> tabs. But it inserts only 2 spaces!
> Then I add this (googled from internet) to .emacs:
> (defun my-c++-mode-hook ()
> (c-set-style "k&r")
> (setq tab-width 8)
> (setq c-basic-offset 8)
> (define-key c++-mode-map "\C-m" 'reindent-then-newline-and-indent)
> (define-key c++-mode-map "\C-ce" 'c-comment-edit)
> (setq c++-auto-hungry-initial-state 'none)
> (setq c++-delete-function 'backward-delete-char)
> (setq c++-tab-always-indent t)
> (setq c-indent-level 8)
> (setq c-continued-statement-offset 8)
> (setq c++-empty-arglist-indent 8))
> (add-hook 'c++-mode-hook 'my-c++-mode-hook)
> It works.
That's good :-)
> But becase I konw little about lisp, it is Greek to me. :-( How can
> I start to learn lisp?
There is an Emacs Lisp Introduction. It is part of the development
version of Emacs, I think, but also available on ftp.gnu.org and its
mirrors.
Maybe it would have worked to use M-x customize-variable RET to set
c-default-style and c-basic-offset. That would have been simple and
would not have required Lisp knowledge.
--
This line is not blank.
next prev parent reply other threads:[~2003-06-16 13:17 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-12 16:49 replace TAB with 8 whitespaces jinneemop
2003-06-12 17:19 ` Henrik Enberg
2003-06-12 17:26 ` Alan Mackenzie
2003-06-12 17:34 ` Peter J. Acklam
2003-06-13 7:00 ` Kai Großjohann
2003-06-16 12:51 ` jinneemop
2003-06-16 7:26 ` Kai Großjohann
2003-06-16 19:52 ` jinneemop
2003-06-16 12:36 ` Minibuffer and Dabbrev problems K T Ligesh
2003-06-16 13:17 ` Kai Großjohann [this message]
2003-06-16 13:53 ` replace TAB with 8 whitespaces Stefan Monnier
[not found] ` <mailman.7972.1055767014.21513.help-gnu-emacs@gnu.org>
2003-06-16 15:11 ` Minibuffer and Dabbrev problems Kai Großjohann
2003-06-16 17:25 ` Johan Bockgård
2003-06-16 23:02 ` K T Ligesh
2003-06-17 17:39 ` Kevin Rodgers
2003-06-18 12:11 ` K T Ligesh
[not found] ` <mailman.8150.1055940540.21513.help-gnu-emacs@gnu.org>
2003-06-18 16:33 ` Kai Großjohann
2003-06-18 19:29 ` Stefan Monnier
2003-06-18 23:30 ` Kevin Rodgers
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=84r85uf9g0.fsf@lucy.is.informatik.uni-duisburg.de \
--to=kai.grossjohann@gmx.net \
/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).