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

114 Commits

Author SHA1 Message Date
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Juanma Barranquero
a30cc07b6e (hexl-mode-exit): Add missing quote. 2007-01-22 15:04:05 +00:00
Chong Yidong
f77c618f8e (hexl-before-revert-hook): New function.
(hexl-mode): Use it.
(hexl-after-revert-hook): Just call hexl-mode.
(hexl-mode-exit): Remove before-revert-hook.
2007-01-18 03:21:08 +00:00
Stefan Monnier
62222158fe (hexlify-buffer, dehexlify-buffer): Don't complain and don't
activate undo when undo is not active.
Reported by Chris <christopher.ian.moore@gmail.com>.
2007-01-11 16:22:32 +00:00
Juanma Barranquero
5232b4cdfa (hexl-goto-address, hexl-forward-char, hexl-forward-short, hexl-forward-word,
hexl-previous-line, hexl-beginning-of-1k-page, hexl-end-of-1k-page): Doc fixes.
(hexl-address-region, hexl-ascii-region, hexl-highlight-line-range): Fix typos
in docstrings.
2006-11-30 23:30:52 +00:00
Masatake YAMATO
3fc29559f5 (hl-line-range-function, hl-line-face): Declare variables to avoid bytecomp warnings.
(hexl-mode-old-ruler-function): New variable.
(hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'	and `hl-line-range-function' after `require' hl-line.
Then bind `hl-line-range-function' and `hl-line-face'.
Don't require frame. Don't use `with-no-warnings'.
(hexl-activate-ruler): Store the original value of `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
(hexl-mode-exit): Restore the original value of `ruler-mode-ruler-function'.
2006-11-30 16:10:03 +00:00
Masatake YAMATO
6ac2ae62e2 (hexl-mode-old-hl-line-range-function): New variable
(hexl-mode-old-hl-line-face): New variable
(hexl-mode, hexl-mode-exit): Fix the highlighting of the current line when exit from the hexl-mode.
2006-11-30 15:55:14 +00:00
Stefan Monnier
312d24fbde (hexl-mode): Don't try to guess the max-address: get it from the horse's mouth.
(hexlify-buffer): Don't re-encode an arg that's already encoded.
2006-11-23 18:34:44 +00:00
Juanma Barranquero
89c247794e (hexl-mode): Fix typo in docstring. 2006-11-06 02:45:49 +00:00
Eli Zaretskii
7f9da0f3c7 (hexl-find-file): Doc fix. 2006-07-08 15:53:01 +00:00
Stefan Monnier
4a729d5886 (hexlify-buffer): Encode process arguments manually. 2006-05-15 16:05:40 +00:00
Stefan Monnier
37dc47675c (hexl-isearch-search-function): Fix regexp-building code to
quote special chars, and make the trick work on the hex part of the
buffer as well.
(hexl-mode, hexl-save-buffer, hexl-mode-exit)
(hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2006-04-11 16:48:17 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Masatake YAMATO
12d96c20e5 * hexl.el (hexl-print-current-point-info): Fix simple spelling error. 2005-08-23 03:38:23 +00:00
Masatake YAMATO
2d77d354f1 (hexl-address-region):
(hexl-ascii-region, hexl-font-lock-keywords):
(hexl-highlight-line-range): Use the term "region"
instead of "area" for consistency with the other symbols
defined in hexl.el.
2005-08-10 18:15:50 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Juanma Barranquero
625c152398 (hexl-mode-map): Recognize also `ehelp-command' as a valid binding for
`help-char'.
2005-07-15 10:50:45 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Andreas Schwab
480c8cd32a Add binding of ESC functionkey' for every M-functionkey'. 2005-06-11 07:14:38 +00:00
Lute Kamstra
36555efc19 (hexl-mode): Use run-mode-hooks. 2005-05-26 12:54:22 +00:00
Richard M. Stallman
9bbe39270f (hexl-follow-line): Use with-no-warnings. 2005-05-22 13:35:56 +00:00
Juanma Barranquero
027a4b6b3f Replace string-to-int' by string-to-number'. 2005-05-16 11:34:49 +00:00
Richard M. Stallman
881e0a3cf4 (hexl-mode): Use new name eldoc-documentation-function. 2005-04-26 11:02:15 +00:00
Masatake YAMATO
639b8e4d14 * hexl.el (hexlify-buffer): Remove fontification here.
Use font lock mechanism instead.
(hexl-font-lock-keywords): New font lock kewords.
(hexl-mode-old-font-lock-keywords): New variable.
(hexl-mode): Store the old font lock keywords.
(hexl-mode-exit): Restore the old font lock keywords.
2004-12-27 11:59:49 +00:00
Richard M. Stallman
b27ce24f87 (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): New variables.
(hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
(hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2004-11-21 00:38:58 +00:00
Richard M. Stallman
55391f5e9d (hexl-mode): Catch errors in hexl-goto-address. 2004-06-13 21:58:41 +00:00
Kim F. Storm
24d0e54531 (hexl-follow-line): Don't require 'fringe. 2004-03-19 10:40:46 +00:00
Kim F. Storm
4c4ac51661 (hexl-mode-ruler): Adapt to new :align-to semantics. 2004-03-19 10:11:07 +00:00
Masatake YAMATO
9fd76d04e8 2004-03-15 Masatake YAMATO <jet@gyve.org>
* hl-line.el (hl-line-range-function): New variable.
	(hl-line-move): New function.
	(global-hl-line-highlight): Use `hl-line-move'.
	(hl-line-highlight): Ditto.

	* scroll-bar.el (scroll-bar-columns): New function derived from
	ruler-mode.el.

	* fringe.el (fringe-columns): New function derived from
	ruler-mode.el.

	* ruler-mode.el (top-level): Require scroll-bar and fringe.
	(ruler-mode-left-fringe-cols)
	(ruler-mode-right-fringe-cols): Use `fringe-columns'.
	(ruler-mode-right-scroll-bar-cols)
	(ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
	(ruler-mode-ruler-function): New variable.
	(ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
	if the value for `ruler-mode-ruler-function'is given.

	* hexl.el (hexl-mode-hook): Make the hook customizable.
	(hexl-address-area, hexl-ascii-area, hexl-ascii-cursor): New
	customize variables.
	(hexlify-buffer): Put font-lock-faces on the address area and
	the ascii area.
	(hexl-activate-ruler): New function.
	(hexl-follow-line): New function.
	(hexl-highlight-line-range): New function.
	(hexl-mode-ruler): New function.
2004-03-15 07:27:02 +00:00
Masatake YAMATO
4f918f606b 2004-03-09 Masatake YAMATO <jet@gyve.org>
* hexl.el (hexl-mode): Use `make-local-variable' instead of
	`make-variable-buffer-local'.
2004-03-09 01:25:27 +00:00
Masatake YAMATO
01ff913677 (hexl-mode): Set `hexl-print-current-point-info' as the callback function for eldoc.
(hexl-print-current-point-info): New function.
(hexl-current-address): print the address in both decimal and hexadecimal format.
2004-03-04 18:19:19 +00:00
Andreas Schwab
45ad49ba3b (hexl-insert-char): Add missing format string argument. 2004-02-08 22:36:31 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
John Paul Wallington
45e8e6e75e (hexl-find-file): Bind default-major-mode' to fundamental-mode'. 2003-04-17 02:41:12 +00:00
Richard M. Stallman
3db6aff67f (hexl-find-file): Ignore user's value of default-major-mode. 2003-04-03 23:01:12 +00:00
Juanma Barranquero
71296446d3 Trailing whitespace deleted. 2003-02-04 11:26:42 +00:00
John Paul Wallington
d9c8518d9a (hexl-mode-map): Bind C-m to `hexl-self-insert-command'. 2003-02-02 16:04:59 +00:00
Kim F. Storm
340c4d8542 (hexl-mode-map): Don't quote remapped command names. 2003-01-13 09:49:54 +00:00
Andreas Schwab
a70f1658c8 (hexl-mode-map): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:48:16 +00:00
Stefan Monnier
87b3b78a06 (hexl-mode-old-write-contents-hooks): Remove.
(hexl-mode, hexl-current-address, hexl-address-to-marker)
(hexl-insert-char): Don't hardcode point-min == 1.
(hexl-isearch-search-function): New fun.
(hexl-mode-old-isearch-search-fun-function): New var.
(hexl-mode): Use them.
(hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
Use write-contents-functions rather then write-contents-hooks.
2002-10-21 22:45:20 +00:00
Juanma Barranquero
fe0a77c6f1 (hexl-mode): Fix typo. 2002-07-09 09:05:19 +00:00
Miles Bader
e49a45ad85 (hexl-find-file): Bind `completion-ignored-extensions' to nil when
prompting for a filename.
2002-07-09 06:00:18 +00:00
Stefan Monnier
b8c49a19fe (hexlify-command, dehexlify-command): Remove.
(hexlify-buffer, dehexlify-buffer): Use call-process-region
rather than shell-command-on-region.
2002-03-04 01:13:52 +00:00
Pavel Janík
a0164df52c (hexl-options): Doc fix.
Update Commentary section.
2002-02-28 16:20:16 +00:00
Pavel Janík
fa9f58dd20 (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 2001-11-26 16:27:00 +00:00
Eli Zaretskii
4b7dd7e2ff (hexl-mode-map): Fix the change of 2001-08-23: use
make-keymap instead of copy-keymap, since copying the global
keymap messes up the menu bar.
2001-09-22 17:50:10 +00:00
Eli Zaretskii
165b428351 (hexl-insert-multibyte-char, hexl-insert-char): Remove
periods from the end of error message strings.  From Pavel
Janik <Pavel@Janik.cz>.
2001-08-26 16:40:03 +00:00
Eli Zaretskii
02aec07b6e (hexl-insert-multibyte-char) New function.
(hexl-quoted-insert, hexl-self-insert-command)
(hexl-insert-hex-char, hexl-insert-decimal-char)
(hexl-insert-octal-char): Call it instead of hexl-insert-char.
Fix the doc strings accordingly.
(hexl-insert-char): Reject characters whose code is above 255.
Doc fix.
(hexl-mode-map): Copy the global keymap instead of creating a
sparse keymap, and bind all self-inserting characters to
hexl-self-insert-command.
2001-08-23 10:55:30 +00:00
Eli Zaretskii
7851eb98ac (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
original-point for extra CR characters that are added/removed when
the buffer is written/read whose EOL type is -dos.
2001-08-16 19:48:00 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00