summaryrefslogtreecommitdiff
path: root/lisp/jka-compr.el
Commit message (Collapse)AuthorAgeFilesLines
* (jka-compr-partial-uncompress, jka-compr-call-process): RebindChong Yidong2007-01-291-39/+41
| | | | default-directory if it is invalid. Suggested by Chris Moore.
* (jka-compr-shell): Doc fix.Juanma Barranquero2007-01-271-14/+3
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (jka-compr-uninstall): Replace `mapcar' with `mapc'.Luc Teirlinck2006-02-271-9/+9
| | | | | | | Update `load-file-rep-suffixes' instead of `load-suffixes'. Use jka-compr-compression-info-list--internal, jka-compr-mode-alist-additions--internal and jka-compr-load-suffixes--internal.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Require 'jka-cmpr-hook.Stefan Monnier2005-11-111-44/+12
| | | | | | | | | | | | | (jka-compr-info-compress-message, jka-compr-info-compress-program) (jka-compr-info-compress-args, jka-compr-info-uncompress-message) (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args) (jka-compr-info-can-append, jka-compr-info-strip-extension) (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info) (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook. (jka-compr-uninstall): Remove entries from jka-compr-added-to-file-coding-system-alist after they are used. (jka-compr-error): Remove unused var `curbuf'. (jka-compr-file-local-copy): Remove unused var `notfound'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (jka-compr-insert-file-contents):Richard M. Stallman2005-06-251-0/+10
| | | | Special handling if cannot find the uncompression program.
* (jka-compr-uninstall): Add autoload cookie.Eli Zaretskii2005-05-061-1/+1
|
* Many functions and vars moved to jka-compr-hook.el.Richard M. Stallman2005-04-301-234/+2
| | | | | | | (jka-compr-handler): Add autoload. `put' calls moved to jka-compr-hook.el. (compression, jka-compr): defgroups moved to jka-compr-hook.el. (jka-compr-inhibit): Autoload.
* (jka-compr-compression-info-list): Fix custom type.Richard M. Stallman2005-04-171-2/+6
|
* (jka-compr-really-do-compress): Make variable buffer-local.Richard M. Stallman2005-03-211-1/+4
|
* (jka-compr-compression-info-list): Add tbz and dz.Juri Linkov2004-03-231-6/+21
| | | | | | | (jka-compr-mode-alist-additions): Add tbz. (jka-compr-write-region): Add error message for undefined compress-program. (jka-compr-insert-file-contents): Add message for undefined compress-program. (jka-compr-write-region): Remove redundant var bindings.
* * progmodes/idlwave.el (idlwave-make-tags):Eli Zaretskii2004-01-031-1/+1
| | | | | | | | | | | | | | | * textmodes/flyspell.el (flyspell-large-region):. * progmodes/make-mode.el (makefile-query-by-make-minus-q): * emulation/viper-util.el (viper-glob-unix-files): * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): * man.el (Man-init-defvars): * jka-compr.el (jka-compr-call-process): * files.el (get-free-disk-space,insert-directory): * ediff-ptch.el (ediff-test-patch-utility): * ediff-diff.el (ediff-test-utility): * dired-aux.el (dired-check-process): * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to test the return value of call-process, because it can be a string.
* (jka-compr-insert-file-contents): Avoid error whenAndreas Schwab2003-12-251-4/+5
| | | | file not found.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (jka-compr-insert-file-contents):Richard M. Stallman2003-05-281-4/+1
| | | | When REPLACE, delete the proper range of text.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-17/+17
|
* (jka-compr-insert-file-contents): CallKenichi Handa2003-01-241-1/+1
| | | | docode-coding-inserted-region.
* (jka-compr-insert-file-contents): Fix typo in last change.Andreas Schwab2003-01-221-2/+2
|
* (jka-compr-insert-file-contents): Read a processKenichi Handa2003-01-221-15/+7
| | | | | output without decoding. Decode the result by decode-coding-region-as-inserted-from-file.
* (jka-compr-handler): Add safe-magic property.Richard M. Stallman2002-09-011-0/+1
|
* Fix a typo in a comment.Eli Zaretskii2002-06-091-1/+1
|
* (jka-compr-write-region): If START = nil, use whole buf.Richard M. Stallman2002-01-011-0/+4
|
* (jka-compr-partial-uncompress): Use null-device instead of a literalEli Zaretskii2001-12-211-2/+3
| | | | /dev/null. Reported by Jens Schmidt <schmidt@mathematik.uni-kl.de>.
* (jka-compr-partial-uncompress): Fix previous change.Richard M. Stallman2001-11-151-1/+1
|
* (jka-compr-partial-uncompress): Support an alternative of not using dd.Richard M. Stallman2001-11-061-32/+44
| | | | | | (jka-compr-dd-program): Use defcustom to define this. (jka-compr-load-suffixes): Use defcustom. (jka-compr-mode-alist-additions): Use defcustom.
* (jka-compr-load-suffixes): New var.Stefan Monnier2001-10-121-6/+22
| | | | | (jka-compr-install): Add its content to load-suffixes. (jka-compr-uninstall): Remove its content from load-suffixes.
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-2/+2
|
* (jka-compr-partial-uncompress): Don't use `concat' for numbers.Kenichi Handa2000-12-201-1/+1
|
* (jka-compr-compression-info-list): Fix :type.Dave Love2000-12-071-1/+2
|
* (auto-compression-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+1
|
* Doc fix.Miles Bader2000-10-151-4/+4
|
* Don't call `jka-compr-install' when loading (it will be done by theMiles Bader2000-10-081-10/+12
| | | | | | | definition of `auto-compression-mode' if necessary). Move code to uninstall existing file-name handler before definition of `auto-compression-mode'.
* (auto-compression-mode): Move to the end of the file, becauseMiles Bader2000-10-081-28/+30
| | | | | | | `define-minor-mode' actually calls the mode-function if the associated variable is non-nil, which requires that all needed functions be already defined. (with-auto-compression-mode): Add autoload cookie.
* (auto-compression-mode): Use define-minor-mode.Stefan Monnier2000-09-291-56/+10
| | | | | (toggle-auto-compression): Remove. (jka-compr-build-file-regexp): Remove useless grouping.
* (with-auto-compression-mode): New macro.Miles Bader2000-09-201-1/+16
|
* (jka-compr-compression-info-list): Add `.z'Gerd Moellmann2000-04-031-1/+1
| | | | to extensions handled by gzip.
* (jka-compr-load): Fix up load-history.Dave Love2000-01-301-2/+7
|
* (jka-compr-info-file-magic-bytes): New function.Richard M. Stallman1999-12-251-95/+124
| | | | | | | | | | (jka-compr-compression-info-list): Add new elt to each vector. (jka-compr-write-region): Don't compress the data if it is already compressed. (jka-compr-really-do-compress): New variable. (jka-compr-insert-file-contents): Set jka-compr-really-do-compress if visiting. (jka-compr-write-region): Set jka-compr-really-do-compress if visiting. Test it when deciding to compress.
* Use make-temp-file.Stefan Monnier1999-10-151-40/+2
|
* Copyright update.Dave Love1999-08-161-1/+1
|
* (auto-compression-mode): New variable for customization.Dave Love1999-08-161-0/+13
|
* (jka-compr-insert-file-contents): Fix previousDave Love1999-04-121-3/+1
| | | | change to use jka-compr-byte-compiler-base-file-name.
* (jka-compr-insert-file-contents):Richard M. Stallman1999-04-081-1/+5
| | | | | Use auto-coding-alist-lookup to check for files that should not have eol conversion, in the unibyte case.
* (jka-compr-insert-file-contents):Richard M. Stallman1999-04-061-1/+1
| | | | Use raw-text-unix when we want no conversion.
* (jka-compr-compression-info-list): Remove "-c" fromDave Love1998-09-291-2/+5
| | | | bzip2 args.
* (jka-compr-insert-file-contents): Replace incorrectRichard M. Stallman1998-07-131-10/+4
| | | | inline code with call to find-operation-coding-system.