comparison lisp/hexl.el @ 90650:02cf29720f31

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author Miles Bader <miles@gnu.org>
date Tue, 07 Nov 2006 23:22:48 +0000
parents 8a8e69664178 c47396e80085
children f1d13e615070
comparison
equal deleted inserted replaced
90649:d53934e7ddef 90650:02cf29720f31
167 00000090: 6469 7370 6c61 7965 6420 6173 2070 6572 displayed as per 167 00000090: 6469 7370 6c61 7965 6420 6173 2070 6572 displayed as per
168 000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e iods in the prin 168 000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e iods in the prin
169 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character 169 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
170 000000c0: 7265 6769 6f6e 2e0a region.. 170 000000c0: 7265 6769 6f6e 2e0a region..
171 171
172 Movement is as simple as movement in a normal emacs text buffer. Most 172 Movement is as simple as movement in a normal Emacs text buffer. Most
173 cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line] 173 cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
174 to move the cursor left, right, down, and up). 174 to move the cursor left, right, down, and up).
175 175
176 Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are 176 Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
177 also supported. 177 also supported.