Gentoo Archives: gentoo-user

From: Danny YUE <sheepduke@×××××.com>
To: Raffaele Belardi <raffaele.belardi@××.com>
Cc: gentoo-user@l.g.o, Danny YUE <sheepduke@×××××.com>
Subject: Re: [gentoo-user] How do you emerge emacs 25 with xwidgets support?
Date: Thu, 20 Apr 2017 15:14:40
Message-Id: 87tw5jglja.fsf@gmail.com
In Reply to: Re: [gentoo-user] How do you emerge emacs 25 with xwidgets support? by Raffaele Belardi
1 On 2017-04-20 14:48, Raffaele Belardi <raffaele.belardi@××.com> wrote:
2 > Danny YUE wrote:
3 >> Hi guys,
4 >>
5 >> Maybe I am too stupid, but how can you emerge emacs-25 with xwidgets?
6 >>
7 >> Running `equey use emacs' shows:
8 >> ~ $ equery u emacs
9 >> [ Legend : U - final flag setting for installation]
10 >> [ : I - package is installed with flag ]
11 >> [ Colors : set, unset ]
12 >> * Found these USE flags for app-editors/emacs-25.2_rc2:
13 > ...
14 >>
15 >> Where is the xwidgets USE flag?
16 >>
17 >> I can see it by running `eix -e emacs' but setting that flag does not
18 >> work.
19 >>
20 >> `USE=xwidgets emerge -a emacs' does not work.
21 >>
22 >> Any idea? Thanks in advance for any clue.
23 >>
24 >> Danny
25 >>
26 >> .
27 >>
28 >
29 > $ euse -i -l xwidgets
30 > local use flags (searching: xwidgets)
31 > ************************************************************
32 > [- ] xwidgets
33 > app-editors/emacs: Enable use of GTK widgets in Emacs buffers
34 > (requires GTK3)
35 > (18) 18.59-r11 [gentoo]
36 > (23) 23.4-r14 [gentoo]
37 > (23) 23.4-r15 [gentoo]
38 > (24) 24.4-r4 [gentoo]
39 > (24) 24.5-r3 [gentoo]
40 > [- ] (25) 25.1 [gentoo]
41 > [- ] (25) 25.2_rc1 [gentoo]
42 > [- ] (25) 25.2_rc2 [gentoo]
43 >
44 >
45 > Maybe you need to set gtk3 also?
46 >
47 > raffaele
48
49 Thanks for the quick reply.
50
51 Well, my emacs was already built with gtk3. I wanted to try xwidget
52 browser out just now, but found no corresponding USE flag.
53
54 Corresponding line in package.use:
55 app-editors/emacs xft imagemagick libxml2 gtk3 xwidgets
56
57 Still not working.
58
59 BTW I got:
60 ~ $ euse -i -l xwidgets
61 local use flags (searching: xwidgets)
62 ************************************************************
63 [- ] xwidgets
64 app-editors/emacs: Enable use of GTK widgets in Emacs buffers
65 (requires GTK3)
66 (18) 18.59-r11 [gentoo]
67 (23) 23.4-r14 [gentoo]
68 (23) 23.4-r15 [gentoo]
69 (24) 24.4-r4 [gentoo]
70 (24) 24.5-r3 [gentoo]
71 [+P ] (25) 25.1 [gentoo]
72 [+P ] (25) 25.2_rc1 [gentoo]
73 [+P ] (25) 25.2_rc2 [gentoo]
74
75 [- ] xwidgets
76 app-editors/emacs-vcs: Enable use of GTK widgets in Emacs buffers
77 (requires GTK3)
78 [- ] (25) 25.1.91 [gentoo]
79 [- ] (25) 25.2.9999 [gentoo]
80 [- ] (26) 26.0.9999 [gentoo]
81
82 It seems strange...euse tells me there is a xwidgets USE for emacs, but
83 equery says something different.
84
85 Weird...
86
87 Danny

Replies

Subject Author
Re: [gentoo-user] How do you emerge emacs 25 with xwidgets support? Raffaele Belardi <raffaele.belardi@××.com>
Re: [gentoo-user] How do you emerge emacs 25 with xwidgets support? "David M. Fellows" <fellows@×××.ca>