[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] Fwd: .gz support, DONE
From: |
Benno Schulenberg |
Subject: |
Re: [Nano-devel] Fwd: .gz support, DONE |
Date: |
Fri, 08 Jan 2016 21:22:55 +0100 |
Tilman Weiers wrote:
> My changes affect one file only, which is files.c. As I commenced
> implementation, I reviewed the support for .gz files in vim and in lv.
> Both vim and lv rely on the gzip system command. My review thus
> suggested that the approach via the gzip system command is preferred to
> other approaches such as shell script or zlib.
Nice. Attached is a version of the patch based on current SVN.
The use of whitespace was normalized, and the main change is
to only check for th presence of gzip when it would actually
be needed (and not for every file that is opened).
Who would like to see this go in? Chris, Eitan, Jordi, Kamil,
Mike?
Benno
--
http://www.fastmail.com - A fast, anti-spam email service.
use-gzip-to-open-dot-gz-files.patch
Description: Text Data
- [Nano-devel] Fwd: .gz support, DONE, Chris Allegretta, 2016/01/08
- Re: [Nano-devel] Fwd: .gz support, DONE,
Benno Schulenberg <=
- Re: [Nano-devel] Fwd: .gz support, DONE, Mike Frysinger, 2016/01/08
- Re: [Nano-devel] Fwd: .gz support, DONE, Mike Frysinger, 2016/01/09
- Re: [Nano-devel] Fwd: .gz support, DONE, Benno Schulenberg, 2016/01/10
- Re: [Nano-devel] Fwd: .gz support, DONE, Mike Frysinger, 2016/01/10
- Re: [Nano-devel] Fwd: .gz support, DONE, Tilman WEIERS, 2016/01/11
- Re: [Nano-devel] Fwd: .gz support, DONE, Mike Frysinger, 2016/01/11
- Re: [Nano-devel] Fwd: .gz support, DONE, Benno Schulenberg, 2016/01/13