/[emacs]/emacs/lisp/hexl.el
ViewVC logotype

Diff of /emacs/lisp/hexl.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.78 by jpw, Sun Feb 2 16:04:17 2003 UTC revision 1.79 by lektu, Tue Feb 4 11:23:37 2003 UTC
# Line 130  A sample format: Line 130  A sample format:
130    00000050: 6162 6c65 2041 5343 4949 2063 6861 7261  able ASCII chara    00000050: 6162 6c65 2041 5343 4949 2063 6861 7261  able ASCII chara
131    00000060: 6374 6572 732e 2020 416e 7920 636f 6e74  cters.  Any cont    00000060: 6374 6572 732e 2020 416e 7920 636f 6e74  cters.  Any cont
132    00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949  rol or non-ASCII    00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949  rol or non-ASCII
133    00000080: 2063 6861 7261 6374 6572 730a 6172 6520   characters.are    00000080: 2063 6861 7261 6374 6572 730a 6172 6520   characters.are
134    00000090: 6469 7370 6c61 7965 6420 6173 2070 6572  displayed as per    00000090: 6469 7370 6c61 7965 6420 6173 2070 6572  displayed as per
135    000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e  iods in the prin    000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e  iods in the prin
136    000000b0: 7461 626c 6520 6368 6172 6163 7465 7220  table character    000000b0: 7461 626c 6520 6368 6172 6163 7465 7220  table character
137    000000c0: 7265 6769 6f6e 2e0a                      region..    000000c0: 7265 6769 6f6e 2e0a                      region..
138    
139  Movement is as simple as movement in a normal emacs text buffer.  Most  Movement is as simple as movement in a normal emacs text buffer.  Most
# Line 827  When following is enabled, the ASCII cha Line 827  When following is enabled, the ASCII cha
827  element under the point is highlighted.  element under the point is highlighted.
828  Customize the variable `hexl-follow-ascii' to disable this feature."  Customize the variable `hexl-follow-ascii' to disable this feature."
829    (interactive "P")    (interactive "P")
830    (let ((on-p (if arg    (let ((on-p (if arg
831                    (> (prefix-numeric-value arg) 0)                    (> (prefix-numeric-value arg) 0)
832                 (not hexl-ascii-overlay))))                 (not hexl-ascii-overlay))))
833    

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26