Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196859 - dev-python/ipython-0.8.1: fix Emacs site-init file
Summary: dev-python/ipython-0.8.1: fix Emacs site-init file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 174469
  Show dependency tree
 
Reported: 2007-10-23 23:58 UTC by Ulrich Müller
Modified: 2007-10-24 17:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
62ipython-gentoo.el (62ipython-gentoo.el,128 bytes, text/plain)
2007-10-23 23:59 UTC, Ulrich Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2007-10-23 23:58:07 UTC
The Emacs site-init file that comes with ipython causes significant overhead at Emacs startup:
- It contains an unconditional "require" statement that will load ipython.el
- ipython.el will then load the (large) common-lisp library, plus other files

It would be desirable to postpone loading of ipython.el until it is first needed, which is after python-mode is loaded. For further details, see <http://overlays.gentoo.org/proj/emacs/wiki/sitefile%20problems>.

A new site-init file will be attached.
Comment 1 Ulrich Müller gentoo-dev 2007-10-23 23:59:21 UTC
Created attachment 134201 [details]
62ipython-gentoo.el

New Emacs site-init file, goes to $FILESDIR.
Comment 2 Ali Polatel (RETIRED) gentoo-dev 2007-10-24 17:22:15 UTC
ipython-0.8.1-r1 fixes this, thanks for reporting :)