From: David Spreen <netzwurm@debian.org>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] Deveopers HOWTO
Date: 20 Oct 2002 18:10:05 +0200 [thread overview]
Message-ID: <87lm4t9jmq.fsf@foobar.toppoint.de> (raw)
Hey there,
I sent a piece of emacs-code to Grant Goodyear to do in emacs
what you suggested for the .vimrc. I sent it to Grant because
I didn't see the note about this address at the end of the
page.
Okay, to switch to 4-spaces tab mode (even in shellscript-mode)
of emacs add the following lines to your .emacs:
--BEGIN
;; gentoo check
(defun gentoo-check ()
(if (string-match "gentoo-x86\\|gentoo-src\\|portage"
(file-name-directory (buffer-file-name)))
(progn (set 'tab-width 4)
(set 'indent-tabs-mode 1)
(set (make-local-variable
'backward-delete-char-untabify-method) nil))))
(add-hook 'find-file-hooks 'gentoo-check)
--END
Additionally I want to ask how to contribute to the Documentation
of gentoo. I am interested in translating the HOWTO into german.
I am also interested in contributing in other ways (maybe
check ebuild bugs and so on.
so long...
David
--
|David Spreen | Debian GNU Developer |
|Email: netzwurm@debian.org | http://www.debian.org/|
|------------------------------------------------------------------|
|1024D/C8B6823A: D72F 9DD2 808A CC90 6672 8459 95FC 446B C8B6 823A|
next reply other threads:[~2002-10-20 16:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-20 16:10 David Spreen [this message]
2002-10-21 3:38 ` [gentoo-dev] Deveopers HOWTO Matthew Kennedy
2002-10-22 5:59 ` Eric Stockbridge
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=87lm4t9jmq.fsf@foobar.toppoint.de \
--to=netzwurm@debian.org \
--cc=gentoo-dev@gentoo.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