emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116738: * mule.texi (International Chars): Adjust C


From: Paul Eggert
Subject: [Emacs-diffs] trunk r116738: * mule.texi (International Chars): Adjust C-u C-x = description.
Date: Wed, 12 Mar 2014 07:03:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116738
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2014-03-12 00:03:40 -0700
message:
  * mule.texi (International Chars): Adjust C-u C-x = description.
  
  Change it to match Emacs's current behavior.  Also, change the
  example to use ê instead of À, as the isolated grave accent in the
  latter's decomposition listing was confusingly transliterated to
  left single quote in the PDF version of the manual.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/mule.texi            mule.texi-20091113204419-o5vbwnq5f7feedwu-6270
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-03-12 06:48:20 +0000
+++ b/doc/emacs/ChangeLog       2014-03-12 07:03:40 +0000
@@ -1,3 +1,11 @@
+2014-03-12  Paul Eggert  <address@hidden>
+
+       * mule.texi (International Chars): Adjust C-u C-x = description.
+       Change it to match Emacs's current behavior.  Also, change the
+       example to use ê instead of À, as the isolated grave accent in the
+       latter's decomposition listing was confusingly transliterated to
+       left single quote in the PDF version of the manual.
+
 2014-03-12  Glenn Morris  <address@hidden>
 
        * indent.texi (Indent Convenience): Mention electric-indent-local-mode.

=== modified file 'doc/emacs/mule.texi'
--- a/doc/emacs/mule.texi       2014-01-01 07:43:34 +0000
+++ b/doc/emacs/mule.texi       2014-03-12 07:03:40 +0000
@@ -196,17 +196,17 @@
 as belonging to the @code{ascii} character set.
 
 @item
-The character's syntax and categories.
+The character's script, syntax and categories.
+
address@hidden
+What keys to type to input the character in the current input method
+(if it supports the character).
 
 @item
 The character's encodings, both internally in the buffer, and externally
 if you were to save the file.
 
 @item
-What keys to type to input the character in the current input method
-(if it supports the character).
-
address@hidden
 If you are running Emacs on a graphical display, the font name and
 glyph code for the character.  If you are running Emacs on a text
 terminal, the code(s) sent to the terminal.
@@ -218,28 +218,29 @@
 (@pxref{Overlays,,, elisp, the same manual}).
 @end itemize
 
-  Here's an example showing the Latin-1 character A with grave accent,
-in a buffer whose coding system is @code{utf-8-unix}:
+  Here's an example, with some lines folded to fit into this manual:
 
 @smallexample
              position: 1 of 1 (0%), column: 0
-            character: @`A (displayed as @`A) (codepoint 192, #o300, #xc0)
+            character: @^e (displayed as @^e) (codepoint 234, #o352, #xea)
     preferred charset: unicode (Unicode (ISO10646))
-code point in charset: 0xC0
-               syntax: w       which means: word
-             category: .:Base, L:Left-to-right (strong),
+code point in charset: 0xEA
+               script: latin
+               syntax: w        which means: word
+             category: .:Base, L:Left-to-right (strong), c:Chinese,
                        j:Japanese, l:Latin, v:Viet
-          buffer code: #xC3 #x80
-            file code: not encodable by coding system undecided-unix
+             to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
+          buffer code: #xC3 #xAA
+            file code: #xC3 #xAA (encoded by coding system utf-8-unix)
               display: by this font (glyph code)
     xft:-unknown-DejaVu Sans Mono-normal-normal-
-        normal-*-13-*-*-*-m-0-iso10646-1 (#x82)
+        normal-*-15-*-*-*-m-0-iso10646-1 (#xAC)
 
 Character code properties: customize what to show
-  name: LATIN CAPITAL LETTER A WITH GRAVE
-  old-name: LATIN CAPITAL LETTER A GRAVE
-  general-category: Lu (Letter, Uppercase)
-  decomposition: (65 768) ('A' '`')
+  name: LATIN SMALL LETTER E WITH CIRCUMFLEX
+  old-name: LATIN SMALL LETTER E CIRCUMFLEX
+  general-category: Ll (Letter, Lowercase)
+  decomposition: (101 770) ('e' '^')
 @end smallexample
 
 @node Language Environments


reply via email to

[Prev in Thread] Current Thread [Next in Thread]