1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

57 Commits

Author SHA1 Message Date
Karl Heuer
dfba246797 (hexl-mode-map): More of previous change. 1998-09-25 17:04:24 +00:00
Karl Heuer
2e435b7f41 (hexl-mode-map): Don't override all ESC bindings,
only those that normally modify the buffer.
1998-09-23 22:24:21 +00:00
Dan Nicolaescu
cd32a7baa4 *** empty log message *** 1998-04-20 02:34:53 +00:00
Eli Zaretskii
a749e5e566 (hexlify-buffer, dehexlify-buffer): Don't bind
binary-process-{in,out}put; setup coding-systems instead.
1998-04-15 14:47:47 +00:00
Stephen Eglen
8e7df2e62b (hexl-mode-exit): Remove hexl-follow-ascii-find from post-command-hook
when leaving hexl-mode.
1998-02-15 16:57:16 +00:00
Richard M. Stallman
0c4b86dac8 Update copyright year. 1998-01-17 20:02:40 +00:00
Stephen Eglen
db6c5b923d (hexl-follow-ascii): New function and variable to highlight the ASCII
character corresponding to the current element of the buffer.
1998-01-17 17:02:13 +00:00
Richard M. Stallman
ce1364815e (hexlify-buffer): Bind coding-system-for-write to
raw-text with eol-type derived from the buffer-file-coding-system.
1997-09-11 22:13:15 +00:00
Richard M. Stallman
338992a502 (hexlify-buffer, dehexlify-buffer):
Pay attention to buffer-file-type.
(hexl-save-buffer): Don't bind buffer-file-type around save-buffer.
1997-08-04 02:44:42 +00:00
Richard M. Stallman
19e31f7cf9 Add a `provide' call.
Delete periods from many error messages.
1997-05-09 21:58:00 +00:00
Richard M. Stallman
2d902813fa (hexl-mode): Add a mode-class property. 1997-05-05 04:18:33 +00:00
Richard M. Stallman
00ed33e7ab Add defgroup; use defcustom for user vars. 1997-04-13 07:51:54 +00:00
Richard M. Stallman
7bfff21e3e (hexl-mode): Run hexl-mode-hook. 1996-06-10 21:36:29 +00:00
Richard M. Stallman
753c130989 (hexl-mode): Set hexl-max-address early on
and call hexl-goto-address afterward.
And call hexlify-buffer even earlier.
1996-06-10 17:00:06 +00:00
Richard M. Stallman
ae2d451b43 (hexl-mode-map): Bind prior, home, deletechar, deleteline,
insertline, S-delete, and DEL.  Don't bind prev.
1996-06-06 14:36:30 +00:00
Richard M. Stallman
aa3757b85f (hexlify-buffer, dehexlify-buffer): Clear out the undo
info, and don't record undo info for the conversion.
1996-04-03 17:22:11 +00:00
Richard M. Stallman
95d87237d2 (hexl-mode-exit, hexl-maybe-dehexlify-buffer):
Corrected write-contents-hook to write-contents-hooks.
1996-02-27 01:49:07 +00:00
Karl Heuer
cf6ba12857 (hexl-hex-char-to-integer, hexl-oct-char-to-integer): Fix error format string. 1996-01-29 23:16:11 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
65e5f4bc98 (hexl-program, hexl-beginning-of-1k-page,
hexl-end-of-1k-page, hexl-beginning-of-512b-page,
hexl-end-of-512b-page): Doc fix.
1996-01-04 23:40:30 +00:00
Richard M. Stallman
0e4889b213 (hexl-mode): Don't call kill-all-local-variables.
Save write-contents-hooks, require-final-newline, the syntax table.
Use make-local-hook for change-major-mode-hook.
(hexl-mode-exit): Restore those vars; remove our local hooks.
1995-12-31 16:09:45 +00:00
Richard M. Stallman
576e92ae3a (hexl-mode): Set require-final-newline to nil.
If point was at end of buffer, move it back one byte.
1995-11-20 05:33:16 +00:00
Richard M. Stallman
6bbb008e7e (hexl-current-address): New arg VALIDATE.
Handle point values in the ASCII text section and in the addresses.
(hexl-insert-char): Handle point located in the ASCII text.
1995-09-10 17:45:08 +00:00
Richard M. Stallman
f39c6650e2 (hexl-mode-old-local-map, hexl-mode-old-mode-name)
(hexl-mode-old-major-mode): Add defvars.
1995-03-12 17:14:54 +00:00
Richard M. Stallman
c3de2bf001 (hexl-mode): Make after-revert-hook rehexlify.
(hexl-after-revert-hook): New function.
1995-03-09 03:05:51 +00:00
Richard M. Stallman
23fa904007 (hexl-find-file): Treat windows-nt like ms-dos. 1994-11-01 05:51:58 +00:00
Richard M. Stallman
8eeac2cebd (hexl-maybe-dehexlify-buffer): New function.
(hexl-mode): Add it to change-major-mode-hook.
(hexl-mode-exit): Remove kludge for mode-line update.
(hexlify-buffer): Doc fix.
1994-07-12 07:25:31 +00:00
Richard M. Stallman
7e17a6aade (hexl-mode-map): Call define-key properly for help-char. 1994-05-28 04:11:29 +00:00
Richard M. Stallman
1fa65e2ff9 (dehexlify-buffer): Reflect that binary-process was
renamed to binary-process-output.
(dehexlify-buffer): Bind also binary-process-input (for ms-dos).
(hexlify-buffer): Bind both binary-process-input and
binary-process-input (for ms-dos).
(hexl-save-buffer): Force binary save (for ms-dos).
1994-05-07 21:55:56 +00:00
Karl Heuer
ab180fb6f2 (hexl-insert-char): Increment `address' for every character inserted. 1994-05-07 02:33:33 +00:00
Karl Heuer
f86f73c33d (hexl-mode-map): Add bindings for cursor keys. 1994-05-07 01:48:54 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Richard M. Stallman
ba275b2de9 (hexl-mode): Make local binding for hexl-max-address. 1994-04-18 23:34:22 +00:00
Richard M. Stallman
900014dd8b (hexl-mode-exit): Bind inhibit-read-only; don't alter buffer-read-only. 1994-02-07 05:43:51 +00:00
Richard M. Stallman
bb752f07fb (hexl-mode): Bind inhibit-read-only; don't alter buffer-read-only. 1994-02-07 05:42:40 +00:00
Richard M. Stallman
10b501e3e8 (dehexlify-buffer): If msdos, bind binary-process.
(hexl-find-file): Load as binary.
1994-01-06 04:35:56 +00:00
Richard M. Stallman
b7f66977be Comment change. 1993-11-23 20:12:25 +00:00
Richard M. Stallman
f4e3d4eb48 (hexlify-buffer): Add autoload cookie. 1993-11-19 15:57:50 +00:00
Richard M. Stallman
c6fcafde81 (hexl-mode): Use add-hook' to modify buffer local write-contents-hooks'.
(hexl-mode-exit): Remove our hook when turning off Hexl mode.
1993-11-10 20:44:14 +00:00
Richard M. Stallman
a836eeaf02 Added a keyword. 1993-07-04 17:56:02 +00:00
Jim Blandy
ac2e902d45 (hexl-in-save-buffer): New flag.
(hexl-save-buffer): Prevent infinite recursion.
1993-06-24 01:48:59 +00:00
Richard M. Stallman
686fc9abcb (hexl-char-after-point): Get rid of mistakenly free variables. 1993-05-28 20:33:14 +00:00
Richard M. Stallman
57f0793118 Doc fixes. 1993-05-28 20:30:49 +00:00
Richard M. Stallman
a22f4c7d34 (hexlify-command, dehexlify-command): Use exec-directory. 1993-05-26 21:17:31 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Jim Blandy
b9a4b5011e * hexl.el (hexl-mode-map): When initializing, remember that the
argument to key-binding is a key sequence, not a single key.
1993-03-02 07:26:43 +00:00
Jim Blandy
e8a57935cb entered into RCS 1992-08-04 04:15:43 +00:00
Eric S. Raymond
8892e83c7c *** empty log message *** 1992-08-03 22:05:14 +00:00
Eric S. Raymond
c3aef01995 *** empty log message *** 1992-08-03 21:49:55 +00:00
Eric S. Raymond
573cd92439 *** empty log message *** 1992-08-03 21:32:21 +00:00