all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [patch] X11 locale.alias
@ 2006-02-03  7:49 Jens Petersen
  2006-02-03 11:34 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Petersen @ 2006-02-03  7:49 UTC (permalink / raw)


Hi,

Below is a small patch for supporting modular xorg-x11 better.

Jens


2006-02-03  Jens Petersen  <petersen@redhat.com>

	* international/mule-cmds.el (set-locale-environment): Add
	"/usr/share/X11/locale/locale.alias" to search list for xorg-x11
	libX11.


Index: lisp/international/mule-cmds.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/mule-cmds.el,v
retrieving revision 1.289
diff -u -r1.289 mule-cmds.el
--- lisp/international/mule-cmds.el	7 Dec 2005 07:27:28 -0000	1.289
+++ lisp/international/mule-cmds.el	3 Feb 2006 07:27:58 -0000
@@ -2435,7 +2435,8 @@
   ;; to a system without X.
   (setq locale-translation-file-name
 	(let ((files
-	       '("/usr/lib/X11/locale/locale.alias" ; e.g. X11R6.4
+	       '("/usr/share/X11/locale/locale.alias" ; e.g. X11R7
+		 "/usr/lib/X11/locale/locale.alias" ; e.g. X11R6.4
 		 "/usr/X11R6/lib/X11/locale/locale.alias" ; XFree86, e.g. RedHat 4.2
 		 "/usr/openwin/lib/locale/locale.alias" ; e.g. Solaris 2.6
 		 ;;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: X11 locale.alias
  2006-02-03  7:49 [patch] X11 locale.alias Jens Petersen
@ 2006-02-03 11:34 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2006-02-03 11:34 UTC (permalink / raw)
  Cc: emacs-devel

In article <20060203164957.cab10f39.petersen@redhat.com>, Jens Petersen <petersen@redhat.com> writes:

> Below is a small patch for supporting modular xorg-x11 better.
[...]
> 2006-02-03  Jens Petersen  <petersen@redhat.com>

> 	* international/mule-cmds.el (set-locale-environment): Add
> 	"/usr/share/X11/locale/locale.alias" to search list for xorg-x11
> 	libX11.

Thank you.  I've just committed your change.

---
Kenichi Handa
handa@m17n.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-03 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-03  7:49 [patch] X11 locale.alias Jens Petersen
2006-02-03 11:34 ` Kenichi Handa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.