]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/nhexl-mode/nhexl-mode.el
Merge crisp mode from Emacs repository and make it a new ELPA package.
[gnu-emacs-elpa] / packages / nhexl-mode / nhexl-mode.el
index 447b185fa83fecc0d87ed0c7ccd6a08aaed6b74f..d4a3d2662f97f058993f48d0c094aad253fff1fb 100644 (file)
 
 ;;; Commentary:
 
-;; This implements a similar functionality to `hexl-mode', but
-;; using a different implementation technique, which makes it usable
-;; as a "plain" minor mode.  I.e. it works on any buffer, does not
-;; mess with the undo boundary or even with the major mode.
+;; This package implements NHexl mode, a minor mode for editing files
+;; in hex dump format.  The mode command is called `nhexl-mode'.
+;;
+;; This minor mode implements similar functionality to `hexl-mode',
+;; but using a different implementation technique, which makes it
+;; usable as a "plain" minor mode.  It works on any buffer, and does
+;; not mess with the undo boundary or with the major mode.
 ;;
 ;; In theory it could also work just fine even on very large buffers,
 ;; although in practice it seems to make the display engine suffer.
 
-;; Todo:
+;;; Todo:
 ;; - Clicks on the hex side should put point at the right place.
 
 ;;; Code: