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

38 Commits

Author SHA1 Message Date
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
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Richard M. Stallman
31c75fa730 *** empty log message *** 1992-06-02 02:33:00 +00:00
Eric S. Raymond
1a06eabd17 *** empty log message *** 1992-05-30 23:12:08 +00:00
Jim Blandy
4c8c7ae9df *** empty log message *** 1991-03-06 18:33:25 +00:00
Richard M. Stallman
8a1281b563 *** empty log message *** 1991-03-06 18:30:37 +00:00
Joseph Arceneaux
a2535589a9 Initial revision 1989-10-31 16:00:07 +00:00