Mercurial > emacs
view admin/charsets/kuten.awk @ 98351:8c90dd443daa
* search.texi (Search): Shorten introduction.
(Basic Isearch): Add command table. Discuss reverse isearch and
isearch highlighting.
(Repeat Isearch): Move lazy highlighting discussion here. Add search
ring to cindex.
(Special Isearch): Move input methods discussion here.
(Non-ASCII Isearch): Node deleted, merged with Special Isearch.
(Isearch Yank): Node deleted, and contents moved into Basic Isearch and
Repeat Isearch.
(Isearch Minibuffer): New node.
(Word Search): Document new word search commands.
(Regexp Example): Simplify example using sentence-end-base variable.
(Replace): Reword introduction.
(Unconditional Replace): Remove unnecessary example.
(Other Repeating Search): Document new `M-s o' binding.
* emacs.texi (Top): Update node listings.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 25 Sep 2008 17:52:03 +0000 |
parents | e0e4e6a0599f |
children | ef719132ddfa |
line wrap: on
line source
/^[0-9]/ { ku=substr($1, 3, 2) + 32; ten=substr($1, 5, 2) + 32; printf "0x%02X%02X %s\n", ku, ten, $2; } # arch-tag: dade6b45-b4c5-42ab-9d49-d6bf23a710b6