# HG changeset patch # User scop # Date 1133775817 0 # Node ID d97bc868eaaf7b105f47259711a092a16af05202 # Parent e698963eb2fea25cc88cd9e0b6642977e0f9af45 [xemacs-hg @ 2005-12-05 09:43:36 by scop] Look for rgb.txt from /usr(/local)/share/X11 <1133641210.2195.86.camel@localhost.localdomain> diff -r e698963eb2fe -r d97bc868eaaf lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 04 22:51:19 2005 +0000 +++ b/lisp/ChangeLog Mon Dec 05 09:43:37 2005 +0000 @@ -1,3 +1,8 @@ +2005-12-03 Ville Skyttä + + * x-faces.el (x-library-search-path): Add /usr(/local)/share/X11. + * font.el (font-lookup-rgb-components): Ditto, remove stale comment. + 2005-10-28 Adrian Aichner * package-get.el (package-get-download-sites): Update reflecting diff -r e698963eb2fe -r d97bc868eaaf lisp/font.el --- a/lisp/font.el Sun Dec 04 22:51:19 2005 +0000 +++ b/lisp/font.el Mon Dec 05 09:43:37 2005 +0000 @@ -1162,8 +1162,6 @@ The list (R G B) is returned, or an error is signaled if the lookup fails." (let ((lib-list (if-boundp 'x-library-search-path x-library-search-path - ;; This default is from XEmacs 19.13 - hope it covers - ;; everyone. (list "/usr/X11R6/lib/X11/" "/usr/X11R5/lib/X11/" "/usr/lib/X11R6/X11/" @@ -1174,7 +1172,9 @@ "/usr/local/lib/X11R5/X11/" "/usr/X11/lib/X11/" "/usr/lib/X11/" + "/usr/share/X11/" "/usr/local/lib/X11/" + "/usr/local/share/X11/" "/usr/X386/lib/X11/" "/usr/x386/lib/X11/" "/usr/XFree86/lib/X11/" diff -r e698963eb2fe -r d97bc868eaaf lisp/x-faces.el --- a/lisp/x-faces.el Sun Dec 04 22:51:19 2005 +0000 +++ b/lisp/x-faces.el Mon Dec 05 09:43:37 2005 +0000 @@ -584,7 +584,9 @@ "/usr/local/lib/X11R5/X11/" "/usr/X11/lib/X11/" "/usr/lib/X11/" + "/usr/share/X11/" "/usr/local/lib/X11/" + "/usr/local/share/X11/" "/usr/X386/lib/X11/" "/usr/x386/lib/X11/" "/usr/XFree86/lib/X11/"