Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174471 - dev-util/subversion: Emacs sitefile contains "require" statement
Summary: dev-util/subversion: Emacs sitefile contains "require" statement
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 174469
  Show dependency tree
 
Reported: 2007-04-13 14:42 UTC by Ulrich Müller
Modified: 2007-08-22 08:44 UTC (History)
1 user (show)

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


Attachments
70svn-gentoo.el (70svn-gentoo.el,332 bytes, text/plain)
2007-04-13 14:43 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-04-13 14:42:01 UTC
The site-init file 70svn-gentoo.el installed by subversion contains the command "(require 'psvn)" which will load the psvn.el library at Emacs startup time (and this will in turn load libraries "easymenu", "diffmode", "cl", and "overlay").

It would be desirable to postpone loading of psvn until it is first needed, which can be done using Emacs's autoload mechanism.

See <http://overlays.gentoo.org/proj/emacs/wiki/sitefile%20problems> for further details.
Comment 1 Ulrich Müller gentoo-dev 2007-04-13 14:43:44 UTC
Created attachment 116168 [details]
70svn-gentoo.el

Modified site-init file using autoload.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2007-04-17 14:52:18 UTC
As pauldv is moving and gave his ok to touch his packages, I fixed it.