Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/lisp/emacs: emacs.xml
Date: Sat, 12 Jan 2008 12:50:16
Message-Id: E1JDfO1-0006Un-PG@stork.gentoo.org
1 opfer 08/01/12 12:22:53
2
3 Modified: emacs.xml
4 Log:
5 Document emacs-updater
6
7 Revision Changes Path
8 1.72 xml/htdocs/proj/en/lisp/emacs/emacs.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?rev=1.72&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?rev=1.72&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?r1=1.71&r2=1.72
13
14 Index: emacs.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v
17 retrieving revision 1.71
18 retrieving revision 1.72
19 diff -u -r1.71 -r1.72
20 --- emacs.xml 12 Jan 2008 12:18:28 -0000 1.71
21 +++ emacs.xml 12 Jan 2008 12:22:53 -0000 1.72
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v 1.71 2008/01/12 12:18:28 opfer Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v 1.72 2008/01/12 12:22:53 opfer Exp $ -->
27
28 <guide link="/proj/en/lisp/emacs/emacs.xml" lang="en">
29 <title>GNU Emacs on Gentoo</title>
30 @@ -366,6 +366,14 @@
31 <p>
32 to a file read by Emacs on start-up.
33 </p>
34 +<p>
35 +Historically site-init files were read from the
36 +<path>/usr/share/emacs/site-lisp/</path>, which is still supported by
37 +the eclasses, but a remerge/update will put it in the
38 +<path>site-gentoo.d/</path> subdirectory. From
39 +<path>app-admin/eselect-emacs-1.3-r1</path> on a script is installed
40 +that checks for needed rebuilds, called <path>emacs-updater</path>.
41 +</p>
42 <impo>
43 A <c>load</c> command for site initialisations is only acceptable for
44 a few packages. If used, it always loads the whole package and makes
45 @@ -441,7 +449,8 @@
46 </p>
47 <p>
48 The module file has some comments about how the code works. For more
49 -information how an eselect module is set up, consult the <uri link="http://www.gentoo.org/proj/en/eselect/dev-guide.xml">documentation</uri>.
50 +information how an eselect module is set up, consult the <uri
51 +link="http://www.gentoo.org/proj/en/eselect/dev-guide.xml">documentation</uri>.
52 </p>
53 </body>
54 </section>
55 @@ -501,7 +510,10 @@
56 <tr>
57 <ti><path>app-admin/eselect-emacs</path></ti>
58 <ti>Setting the correct man page locations, Info documentation paths
59 - and target for <path>/usr/bin/emacs</path>, see the separate <uri link="#eselect">section</uri>.</ti>
60 + and target for <path>/usr/bin/emacs</path>, see the separate <uri
61 + link="#eselect">section</uri>. Additionally it ships the
62 + emacs-updater script, which makes the transition from the old
63 + location of the site-init files to the new one.</ti>
64 </tr>
65 <tr>
66 <ti><path>app-admin/eselect-ctags</path></ti>
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list