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

13 Commits

Author SHA1 Message Date
Richard M. Stallman
74b2c73714 (jka-compr-mode-compression-info-list): Add .tgz extension.
(jka-compr-mode-alist-additions): New variable.
(jka-compr-install): Append jka...additions to auto-mode-alist.
(jka-compr-uninstall): Remove jka-...-additions from auto-mode-alist.
1994-10-12 23:12:25 +00:00
Richard M. Stallman
cff1bd9cff Comment change. 1994-09-25 07:48:55 +00:00
Richard M. Stallman
094cf604a0 (jka-compr-compression-info-list): Expand regular
expressions to include backup files with version numbers.

(jka-compr-insert-file-contents): Run the
functions in after-insert-file-functions after the
buffer-file-name has been set, not before.

(jka-compr-insert-file-contents): Properly
handle the 'replace' argument for compressed files.
1994-09-16 04:54:58 +00:00
Richard M. Stallman
b38fda688b (jka-compr-insert-file-contents): Run the
after-insert-file-functions.
1994-08-23 19:53:39 +00:00
Richard M. Stallman
ee139ed38b (jka-compr-partial-uncompress): Handle the case where
LEN reaches to or past the end of the data.
1994-06-26 16:10:41 +00:00
Richard M. Stallman
8fb1a58347 Use plists to record handlers.
(jka-compr-insert-file-contents): Don't leave buffer locked.
Call the standard function, and file-local-copy,
using jka-compr-run-real-handler.
(jka-compr-file-local-copy): Call file-local-copy
using jka-compr-run-real-handler.
(jka-compr-write-region): Likewise.
(jka-compr-load): Don't alter file-name-handler-alist.
Do bind inhibit-file-name-handlers and inhibit-file-name-operation.
(jka-compr-handler): Don't alter file-name-handler-alist.
1994-06-20 18:30:06 +00:00
Richard M. Stallman
555235e687 (jka-compr-op-table, jka-compr-file-name-handler-entry): Move defvars. 1994-05-22 07:59:39 +00:00
Richard M. Stallman
ede9c6a855 (jka-compr-compression-info-list): Doc fix. 1994-05-22 07:57:30 +00:00
Richard M. Stallman
99bee6a4a4 Doc fixes.
(jka-compr-run-real-handler): New function.
jka-compr-handler): Call it, to reinvoke the Emacs primitive
using the new inhibit protocol.
1994-04-24 08:02:11 +00:00
Karl Heuer
1cb46df641 (jka-compr-handler): Save match data. 1994-04-11 20:54:33 +00:00
Richard M. Stallman
54b2aa5c65 (jka-compr-insert-file-contents): Handle 5th arg. 1994-03-05 23:28:35 +00:00
Richard M. Stallman
dfe05faccc (jka-compr-partial-uncompress): Make dd give you
one more block than you think you need.

(jka-compr-dd-blocksize): Change default value to 256.
1994-02-23 16:18:10 +00:00
Richard M. Stallman
acd622ccdb Initial revision 1994-02-18 22:50:05 +00:00