Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Fwd: [gentoo-dev] Package up for grabs: sys-boot/gummiboot
Date: Thu, 26 May 2016 13:00:39
Message-Id: 5746F34F.7070904@gentoo.org
In Reply to: Re: [gentoo-user] Fwd: [gentoo-dev] Package up for grabs: sys-boot/gummiboot by Peter Humphrey
1 On 05/26/2016 05:03 AM, Peter Humphrey wrote:
2 > On Thursday 26 May 2016 09:32:26 I wrote:
3 >
4 >> Thanks for the encouragement. I'll muse awhile.
5 >
6 > Already I have an elementary question: what editors are recommended for this
7 > kind of work? Other than vim and emacs, that is, either of which would
8 > involve yet another acute learning process.
9 >
10
11 It doesn't really matter, you're essentially just writing bash scripts.
12 We have special syntax highlighting for vim and emacs, but anything that
13 can handle bash code should work fine. We also use tabs for indentation
14 (disgusting, I know), so your editor should know the difference between
15 tabs and spaces. I've used app-editors/mousepad in a pinch.
16
17 Repoman can catch a lot of minor syntax issues (like space indentation),
18 and the output of `git diff` will show leading/trailing whitespace, so
19 it isn't much of a problem.