diff options
author | keith <keith@FreeBSD.org> | 2001-01-24 23:56:41 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2001-01-24 23:56:41 +0800 |
commit | 5840092fed61aba5102d9169daa325ae4d250806 (patch) | |
tree | 51fd8aa7d7e017cfe90f12a2d2ca5591d120b571 /chinese | |
parent | a6ae18ca3494949aa217026ddbda07c8a6016a81 (diff) | |
download | freebsd-ports-gnome-5840092fed61aba5102d9169daa325ae4d250806.tar.gz freebsd-ports-gnome-5840092fed61aba5102d9169daa325ae4d250806.tar.zst freebsd-ports-gnome-5840092fed61aba5102d9169daa325ae4d250806.zip |
Update to 21.1.13, sync with editors/xemacs21.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xemacs21/Makefile | 5 | ||||
-rw-r--r-- | chinese/xemacs21/files/mule-init.el.diff | 12 | ||||
-rw-r--r-- | chinese/xemacs21/pkg-message | 4 |
3 files changed, 2 insertions, 19 deletions
diff --git a/chinese/xemacs21/Makefile b/chinese/xemacs21/Makefile index 134e4026e52b..87be60d6dfd9 100644 --- a/chinese/xemacs21/Makefile +++ b/chinese/xemacs21/Makefile @@ -18,11 +18,6 @@ BUILD_INPUT_METHOD= xcin2.5:${PORTSDIR}/chinese/xcin25 # xemacs21-mule-common needs this. WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs21-mule/work -# Fix mule-init.el -post-patch:: - @${RM} ${WRKSRC}/lisp/mule/mule-init.elc - @(cd ${WRKSRC}; ${PATCH} --quiet < ${.CURDIR}/files/mule-init.el.diff) - post-install:: @${MKDIR} ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5 @${INSTALL_DATA} ${.CURDIR}/../xemacs/files/Emacs ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5 diff --git a/chinese/xemacs21/files/mule-init.el.diff b/chinese/xemacs21/files/mule-init.el.diff deleted file mode 100644 index 5aa55a413aa9..000000000000 --- a/chinese/xemacs21/files/mule-init.el.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- lisp/mule/mule-init.el.orig Fri Oct 20 14:08:56 2000 -+++ lisp/mule/mule-init.el Fri Oct 20 14:09:12 2000 -@@ -76,7 +76,8 @@ - - (defvar auto-language-alist - '(("^ja" . "Japanese") -- ("^zh" . "Chinese") -+ ("^zh_CN" . "Chinese-GB") -+ ("^zh_TW" . "Chinese-BIG5") - ("^ko" . "Korean")) - "Alist of LANG patterns vs. corresponding language environment. - Each element looks like (REGEXP . LANGUAGE-ENVIRONMENT). diff --git a/chinese/xemacs21/pkg-message b/chinese/xemacs21/pkg-message index ea0bd99bb87d..7e7b96b33dd7 100644 --- a/chinese/xemacs21/pkg-message +++ b/chinese/xemacs21/pkg-message @@ -1,7 +1,7 @@ --- Now you have installed zh-XEmacs, do the following: -cp /usr/local/lib/xemacs-21.1.2/etc/app-defaults/zh_TW.Big5/Emacs ~/Emacs -cp /usr/local/lib/xemacs-21.1.2/etc/app-defaults/zh_TW.Big5/sample.emacs ~/.emacs +cp /usr/local/lib/xemacs-21.1.13/etc/app-defaults/zh_TW.Big5/Emacs ~/Emacs +cp /usr/local/lib/xemacs-21.1.13/etc/app-defaults/zh_TW.Big5/sample.emacs ~/.emacs To use XIM, execute xcin2.5 first, set BOTH LANG and LC_CTYPE to zh_TW.Big5, then execute xemacs. You should be able to input Chinese now. |