]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't define the charset `emacs'
authorKenichi Handa <handa@m17n.org>
Fri, 23 May 2008 12:54:18 +0000 (12:54 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 23 May 2008 12:54:18 +0000 (12:54 +0000)
here, just put :docstring, :short-name, and :long-name.

lisp/ChangeLog
lisp/international/mule-conf.el

index e39f46f2bc5e1f1c0c74ecf2378683b0e18d0775..8d1b90bcfcb8067323be7d288d4c9094df50348c 100644 (file)
@@ -1,3 +1,13 @@
+2008-05-23  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-conf.el: Don't define the charset `emacs'
+       here, just put :docstring, :short-name, and :long-name.
+
+2008-05-22  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-diag.el (font-show-log): Limit each listing
+       to 20 items.
+
 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-enable-debug): New function.
        * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
        (vc-bzr-revision-completion-table): Handle `boundaries' argument.
 
-       * minibuffer.el (completion-boundaries): Change calling convention, so
-       `string' has the same semantics as in try-completion and all-completions.
+       * minibuffer.el (completion-boundaries): Change calling
+       convention, so `string' has the same semantics as in
+       try-completion and all-completions.
        (completion-table-with-context, completion--embedded-envvar-table)
-       (completion--file-name-table, completion-pcm--find-all-completions):
-       Adjust code accordingly.
+       (completion--file-name-table)
+       (completion-pcm--find-all-completions): Adjust code accordingly.
 
 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
 
index 6b87374f2f12417ddd38187a67059fa4e7b99c14..6fe69aa66300443d5100229a23bdf79b2b5f38d9 100644 (file)
 ;;   :ascii-compatible-p t
 ;;   :code-offset 0)
 ;;
+;; (define-charset 'emacs
+;;   ""
+;;   :dimension 3
+;;   :code-space [0 255 0 255 0 63]
+;;   :ascii-compatible-p t
+;;   :supplementary-p t
+;;   :code-offset 0)
+;;
 ;; (define-charset 'eight-bit
 ;;   ""
 ;;   :dimension 1
  'unicode :short-name "Unicode")
 (put-charset-property
  'unicode :long-name "Unicode (ISO10646)")
+(put-charset-property
+ 'emacs :docstring "Full Emacs charset (excluding eight bit chars)")
+(put-charset-property
+ 'emacs :short-name "Emacs")
+(put-charset-property
+ 'emacs :long-name "Emacs")
+
 (put-charset-property 'eight-bit :docstring "Raw bytes 0-255")
 (put-charset-property 'eight-bit :short-name "Raw bytes")
 
 (define-charset-alias 'ucs 'unicode)
 
-(define-charset 'emacs
-  "Full Emacs characters"
-  :ascii-compatible-p t
-  :code-space [ 0 255 0 255 0 63 ]
-  :code-offset 0
-  :supplementary-p t)
-
 (define-charset 'latin-iso8859-1
   "Right-Hand Part of ISO/IEC 8859/1 (Latin-1): ISO-IR-100"
   :short-name "RHP of Latin-1"