You are not logged in.
Hi, guys. When I install :
$ yaourt -S emacs
I see python appears in the dependencies. I think Emacs is written in C and Elisp, nothing about python. Anyone knows why ?
When I install emacs-nox, I got very few dependencies. Why there are so big difference between emacs and emacs-nox ? I think emacs only have a X interface than emacs-nox. Compared with Vim, X interface is too huge.
Thanks.
Last edited by jameschyn (2011-12-01 14:11:39)
Offline
Check the respective PKGBUILDs and dependencies.
No need to use an AUR helper: both emacs and emacs-nox are in the repos.
=== Edit ===
I think I've got it: https://bugs.archlinux.org/task/26195 - sane pulls libieee1284 and libieee1284 needs python2.
emacs-nox uses ncurses and not gtk3 (emacs needs gconf, gconf needs gtk3) so it's much leaner.
Last edited by karol (2011-10-20 02:51:08)
Offline
Yes! That's it, the problem is libieee depends on python. But why ? Can I remove it ? Or How to remove the python dependencies ?
Offline
See the bug report I linked to:
> Is it possible to make sane optional?
no, it can't, unless you want to break cups backend from gtk3
Offline
I have seen that bug report. You mean it is "sane" to make libieee dependent on python ?
Offline
I have seen that bug report. You mean it is "sane" to make libieee dependent on python ?
pacman -Si sane ![]()
This silver ladybug at line 28...
Offline
And why emacs needs libieee ?
Offline
emacs - gconf - gtk3 - colord - sane - libieee1284 - python2
Last edited by lolilolicon (2011-10-20 07:37:26)
This silver ladybug at line 28...
Offline
Thanks! I got the clue.
But it is insane that emacs want a sane as a super editor!
How about remove "gconf" dependency from emacs ?
Offline
Just in case anyone was wondering, http://en.wikipedia.org/wiki/IEEE_1284
The last scanner I had with a centronics connector was from 1998. Then USB 2.0 came out and no one has made a parallel port scanner since.
Offline