summaryrefslogtreecommitdiff
path: root/lisp/jka-compr.el
Commit message (Collapse)AuthorAgeFilesLines
* Comment change.Richard M. Stallman1996-04-261-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-75/+76
|
* (auto-compression-mode): Add `interactive'.Richard M. Stallman1995-12-311-6/+10
| | | | | Put \-newline in doc string. (toggle-auto-compression): New arg MESSAGE. Don't use interactive-p.
* (auto-compression-mode): This is now a stub functionRichard M. Stallman1995-12-291-3/+12
| | | | | | that calls toggle-auto-compression, and is put bodily into loaddefs.el. (toggle-auto-compression): Renamed from auto-compression-mode. Not autloaded.
* (auto-compression-mode): Make arg optional.Richard M. Stallman1995-11-111-1/+17
|
* Comment change.Richard M. Stallman1995-10-301-1/+2
|
* (auto-compression-mode): Add autoload cookie.Richard M. Stallman1995-09-241-3/+4
| | | | | Renamed from toggle-auto-compression. (toggle-auto-compression): Define as alias.
* (jka-compr-byte-compiler-base-file-name): New function.Richard M. Stallman1995-08-221-0/+9
| | | | Use it to handle byte-compiler-base-file-name operation.
* (jka-compr-load): Bind load-force-doc-strings.Richard M. Stallman1995-08-021-1/+2
|
* (jka-compr-write-region): Handle the appendRichard M. Stallman1995-05-011-35/+15
| | | | | | argument correctly when the can-append flag is false. (jka-compr-write-region): Make temp-buffer name unique to this fn. (jka-compr-file-local-copy): Ditto.
* (jka-compr-insert-file-contents): When visiting,Richard M. Stallman1995-04-291-7/+12
| | | | bind buffer-file-name to nil temporarily.
* (jka-compr-install): Doc fix.Richard M. Stallman1995-04-081-2/+13
| | | | | (jka-compr-uninstall): Delete entries that jka-compr-install added to inhibit-first-line-modes-suffixes.
* (jka-compr-install): Add items to inhibit-first-line-modes-suffixes.Richard M. Stallman1995-04-021-8/+15
|
* (jka-compr-mode-compression-info-list): Add .tgz extension.Richard M. Stallman1994-10-121-25/+13
| | | | | | (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.
* Comment change.Richard M. Stallman1994-09-251-7/+0
|
* (jka-compr-compression-info-list): Expand regularRichard M. Stallman1994-09-161-13/+23
| | | | | | | | | | | 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.
* (jka-compr-insert-file-contents): Run theRichard M. Stallman1994-08-231-2/+9
| | | | after-insert-file-functions.
* (jka-compr-partial-uncompress): Handle the case whereRichard M. Stallman1994-06-261-3/+4
| | | | LEN reaches to or past the end of the data.
* Use plists to record handlers.Richard M. Stallman1994-06-201-72/+31
| | | | | | | | | | | | (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.
* (jka-compr-op-table, jka-compr-file-name-handler-entry): Move defvars.Richard M. Stallman1994-05-221-10/+8
|
* (jka-compr-compression-info-list): Doc fix.Richard M. Stallman1994-05-221-8/+10
|
* Doc fixes.Richard M. Stallman1994-04-241-9/+21
| | | | | | (jka-compr-run-real-handler): New function. jka-compr-handler): Call it, to reinvoke the Emacs primitive using the new inhibit protocol.
* (jka-compr-handler): Save match data.Karl Heuer1994-04-111-2/+4
|
* (jka-compr-insert-file-contents): Handle 5th arg.Richard M. Stallman1994-03-051-2/+2
|
* (jka-compr-partial-uncompress): Make dd give youRichard M. Stallman1994-02-231-8/+10
| | | | | | one more block than you think you need. (jka-compr-dd-blocksize): Change default value to 256.
* Initial revisionRichard M. Stallman1994-02-181-0/+822