Gentoo Archives: gentoo-alt

From: Ke Wu <ke.wu@×××××.me>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Emerge Zsh on Mac OS X Mountain Lion
Date: Thu, 06 Sep 2012 09:08:08
Message-Id: C23E6353-B85E-4B9F-BFEE-7D75160DF0E1@ibeca.me
In Reply to: Re: [gentoo-alt] Emerge Zsh on Mac OS X Mountain Lion by heroxbd@gmail.com
1 Hi everyone,
2
3 I reinstall gentoo prefix and now zsh could be emerged. Thanks for everyone's help.
4
5 There is one new problem, though.
6
7 I use oh-my-zsh to config zsh. After installing oh-my-zsh, the auto-completion in gentoo prefix zsh behaves weirdly.
8
9 say I am in zsh on gentoo prefix and the prompt looks like this:
10
11 ~ >
12
13 I typed git:
14
15 ~ > git
16
17 Then I hit tab key, what happened is the first two chars (in this case "gi") of what I typed became part of the prompt, so after tab the thing looked like:
18
19 ~ > gigit
20 <auto-completion options>
21
22 Although, if I continue to type:
23
24 ~ > gigit pull origin
25
26 the command worked just fine, but this bug is really annoying. and this happened with every command I typed.
27
28 has anyone seen this kind of thing before?
29
30 Thanks in advance!
31
32 -Ke
33
34
35
36
37 On Sep 5, 2012, at 5:01 PM, heroxbd@×××××.com wrote:
38
39 > Ke Wu <ke.wu@×××××.me> writes:
40 >
41 >> USE="unicode nls"
42 >> CFLAGS="${CFLAGS} -O2 -pipe"
43 >> CXXFLAGS="${CFLAGS}"
44 >
45 > This is not recommended, though I forgot the reason (maybe CFLAGS in
46 > make.conf is itself cumulative.
47 >
48 > Use CFLAGS="-O2 -pipe" and try again.
49 >
50 > Cheers,
51 > Benda
52 >

Replies

Subject Author
Re: [gentoo-alt] Emerge Zsh on Mac OS X Mountain Lion "Gregory M. Turner" <gmt@×××××.us>