1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-02-23 21:38:05 +00:00

Update version, README and commentary section.

This commit is contained in:
Andrey Kotlarski 2013-04-08 01:04:11 +03:00
parent 995a7a0988
commit db3d2af04a
2 changed files with 4 additions and 5 deletions

View File

@ -5,6 +5,7 @@ that builds on the GNU ELPA vlf.el. It adds the following
improvements:
- by chunk search
- chunk editing
- options to jump to end or beginning of file
- ability to jump/insert given number of batches at once
- ability to view newly added content if the file has grown meanwhile

View File

@ -3,7 +3,7 @@
;; Copyright (C) 2006, 2012, 2013 Free Software Foundation, Inc.
;; Version: 0.4
;; Version: 0.5
;; Keywords: large files, utilities
;; Authors: 2006 Mathias Dahl <mathias.dahl@gmail.com>
;; 2012 Sam Steingold <sds@gnu.org>
@ -28,10 +28,8 @@
;; This package provides the M-x vlfi command, which visits part of a
;; large file in a read-only buffer without visiting the entire file.
;; The buffer uses VLFI mode, which defines the commands M-<next>
;; (vlfi-next-batch) and M-<prior> (vlfi-prev-batch) to visit other
;; parts of the file. The option `vlfi-batch-size' specifies the size
;; of each batch, in bytes.
;; The buffer uses VLFI mode, which defines several commands for
;; moving around, searching and editing selected chunk of file.
;; This package is an improved fork of the vlf.el package.