Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/nxml-gentoo-schemas/files: 60nxml-gentoo-schemas-gentoo.el
Date: Sat, 01 Mar 2008 01:03:28
Message-Id: E1JVG8M-0003yH-DV@stork.gentoo.org
1 ulm 08/03/01 01:03:26
2
3 Modified: 60nxml-gentoo-schemas-gentoo.el
4 Log:
5 Add to rng-schema-locating-files, instead of *-default.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el?r1=1.3&r2=1.4
14
15 Index: 60nxml-gentoo-schemas-gentoo.el
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- 60nxml-gentoo-schemas-gentoo.el 29 Feb 2008 23:58:39 -0000 1.3
22 +++ 60nxml-gentoo-schemas-gentoo.el 1 Mar 2008 01:03:25 -0000 1.4
23 @@ -1,9 +1,8 @@
24
25 ;;; nxml-gentoo-schemas site-lisp configuration
26
27 -;; This must come after the nxml-mode site initialisation,
28 -;; because rng-schema-locating-files-default is set there.
29 -;; "eval-after-load" so that it works with builtin nxml-mode in Emacs 23.
30 +;; This must be executed after rng-schema-locating-files
31 +;; is set in rng-loc (which is part of nxml-mode).
32 (eval-after-load "rng-loc"
33 - '(add-to-list 'rng-schema-locating-files-default
34 + '(add-to-list 'rng-schema-locating-files
35 "@SITEETC@/schemas.xml"))
36
37
38
39 --
40 gentoo-commits@l.g.o mailing list