all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Add Chinese TUTORIAL to help-with-tutorial-spec-language
@ 2003-09-13  5:12 Chunyu Wang
  2003-09-16  2:51 ` Kenichi Handa
  0 siblings, 1 reply; 5+ messages in thread
From: Chunyu Wang @ 2003-09-13  5:12 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

Tow Chinese TUTORIAL (gb2312 and big5) has been translated before
several month by chliu@gnu.org. 

   emacs/etc/TUTORIAL.cn  gb2312
   emacs/etc/TUTORIAL.zh  big5

But help-with-tutorial-spec-language doesn't display them. So I changed
the emacs/lisp/language/chinese.el to add them.


[-- Attachment #2: Type: text/x-patch, Size: 743 bytes --]

Index: chinese.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/language/chinese.el,v
retrieving revision 1.28
diff -u -r1.28 chinese.el
--- chinese.el	1 Sep 2003 15:45:29 -0000	1.28
+++ chinese.el	13 Sep 2003 04:55:12 -0000
@@ -118,7 +118,8 @@
 		(input-method . "chinese-py-punct")
 		(features china-util)
 		(sample-text . "Chinese (中文,普通话,汉语)	你好")
-		(documentation . "Support for Chinese GB2312 character set."))
+		(documentation . "Support for Chinese GB2312 character set.")
+		(tutorial . "TUTORIAL.cn"))
  '("Chinese"))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -162,7 +163,8 @@
 		  (input-method . "chinese-py-punct-b5")
 		  (features china-util)

[-- Attachment #3: Type: text/x-patch, Size: 365 bytes --]

 		  (sample-text . "Cantonese (粵語,廣東話)	早晨, 你好")
-		  (documentation . "Support for Chinese Big5 character set."))
+		  (documentation . "Support for Chinese Big5 character set.")
+		  (tutorial . "TUTORIAL.zh"))
  '("Chinese"))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


-- 
Harbin Institute of Technology, China.
Chunyu Wang <spr@db.cs.hit.edu.cn>.

[-- Attachment #4: Type: text/plain, Size: 141 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel

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

* Add Chinese TUTORIAL to help-with-tutorial-spec-language
@ 2003-09-13  5:13 Chunyu Wang
  0 siblings, 0 replies; 5+ messages in thread
From: Chunyu Wang @ 2003-09-13  5:13 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

Tow Chinese TUTORIAL (gb2312 and big5) has been translated before
several month by chliu@gnu.org. 

   emacs/etc/TUTORIAL.cn  gb2312
   emacs/etc/TUTORIAL.zh  big5

But help-with-tutorial-spec-language doesn't display them. So I changed
the emacs/lisp/language/chinese.el to add them.


[-- Attachment #2: Type: text/x-patch, Size: 743 bytes --]

Index: chinese.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/language/chinese.el,v
retrieving revision 1.28
diff -u -r1.28 chinese.el
--- chinese.el	1 Sep 2003 15:45:29 -0000	1.28
+++ chinese.el	13 Sep 2003 04:55:12 -0000
@@ -118,7 +118,8 @@
 		(input-method . "chinese-py-punct")
 		(features china-util)
 		(sample-text . "Chinese (中文,普通话,汉语)	你好")
-		(documentation . "Support for Chinese GB2312 character set."))
+		(documentation . "Support for Chinese GB2312 character set.")
+		(tutorial . "TUTORIAL.cn"))
  '("Chinese"))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -162,7 +163,8 @@
 		  (input-method . "chinese-py-punct-b5")
 		  (features china-util)

[-- Attachment #3: Type: text/x-patch, Size: 365 bytes --]

 		  (sample-text . "Cantonese (粵語,廣東話)	早晨, 你好")
-		  (documentation . "Support for Chinese Big5 character set."))
+		  (documentation . "Support for Chinese Big5 character set.")
+		  (tutorial . "TUTORIAL.zh"))
  '("Chinese"))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


-- 
Harbin Institute of Technology, China.
Chunyu Wang <spr@db.cs.hit.edu.cn>.

[-- Attachment #4: Type: text/plain, Size: 141 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel

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

* Re: Add Chinese TUTORIAL to help-with-tutorial-spec-language
  2003-09-13  5:12 Chunyu Wang
@ 2003-09-16  2:51 ` Kenichi Handa
  2003-09-16  4:05   ` Chunyu Wang
  2003-09-16  4:08   ` Chunyu Wang
  0 siblings, 2 replies; 5+ messages in thread
From: Kenichi Handa @ 2003-09-16  2:51 UTC (permalink / raw)
  Cc: emacs-devel

In article <m2oexps254.fsf@db.cs.hit.edu.cn>, Chunyu Wang <spr@db.cs.hit.edu.cn> writes:
> [1  <text/plain (7bit)>]
> Tow Chinese TUTORIAL (gb2312 and big5) has been translated before
> several month by chliu@gnu.org. 

>    emacs/etc/TUTORIAL.cn  gb2312
>    emacs/etc/TUTORIAL.zh  big5

> But help-with-tutorial-spec-language doesn't display them. So I changed
> the emacs/lisp/language/chinese.el to add them.

> [2  <text/x-patch; gb2312 (quoted-printable)>]
> Index: chinese.el

Yes, that's a right fix, thank you.  But, I don't see that
change in today's CVS HEAD.  Have you already installed it?
Or, do you want me to install it?

---
Ken'ichi HANDA
handa@m17n.org

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

* Re: Add Chinese TUTORIAL to help-with-tutorial-spec-language
  2003-09-16  2:51 ` Kenichi Handa
@ 2003-09-16  4:05   ` Chunyu Wang
  2003-09-16  4:08   ` Chunyu Wang
  1 sibling, 0 replies; 5+ messages in thread
From: Chunyu Wang @ 2003-09-16  4:05 UTC (permalink / raw)
  Cc: emacs-devel

>>>>> "Kenichi" == Kenichi Handa <handa@m17n.org> writes:

  Kenichi> Yes, that's a right fix, thank you.  But, I don't see that
  Kenichi> change in today's CVS HEAD.  Have you already installed it?
  Kenichi> Or, do you want me to install it?

Yes, thank you.

-- 
Harbin Institute of Technology, China.
Chunyu Wang <spr@db.cs.hit.edu.cn>.

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

* Re: Add Chinese TUTORIAL to help-with-tutorial-spec-language
  2003-09-16  2:51 ` Kenichi Handa
  2003-09-16  4:05   ` Chunyu Wang
@ 2003-09-16  4:08   ` Chunyu Wang
  1 sibling, 0 replies; 5+ messages in thread
From: Chunyu Wang @ 2003-09-16  4:08 UTC (permalink / raw)
  Cc: emacs-devel

>>>>> "Kenichi" == Kenichi Handa <handa@m17n.org> writes:
[...]

  Kenichi> Have you already installed it?  

No.

  Kenichi> Or, do you want me to install it?

Yes, thank you.

-- 
Harbin Institute of Technology, China.
Chunyu Wang <spr@db.cs.hit.edu.cn>.

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

end of thread, other threads:[~2003-09-16  4:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-13  5:13 Add Chinese TUTORIAL to help-with-tutorial-spec-language Chunyu Wang
  -- strict thread matches above, loose matches on Subject: below --
2003-09-13  5:12 Chunyu Wang
2003-09-16  2:51 ` Kenichi Handa
2003-09-16  4:05   ` Chunyu Wang
2003-09-16  4:08   ` Chunyu Wang

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.