branch: externals/vlf
commit 8637ce5cebe8259ec5148cf115747819bfac10ab
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
Update README and version.
---
README.org | 15 +++++++++------
vlfi.el | 2 +-
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/README.org b/README.org
index 4277766..c58904d 100644
--- a/README.org
+++ b/README.org
@@ -1,13 +1,16 @@
-* View Large File Improved
+* View Large Files Improved
An Emacs mode that allows viewing files in chunks. This is a fork
-that builds on the GNU ELPA vlf.el. It adds the following
+that builds on the bare bones GNU ELPA vlf.el. It adds the following
improvements:
-- by chunk search
-- chunk editing
-- options to jump to end or beginning of file
+- regular expression search on whole file (in constant memory
+ determined by current batch size)
+- chunk editing (if size has changed, saving is done in constant
+ memory determined by current batch size)
+- options to jump to beginning, end or arbitrary file chunk
- ability to jump/insert given number of batches at once
-- ability to view newly added content if the file has grown meanwhile
+- newly added content is acknowledged if file has changed size
+ meanwhile
- vlfi is added as an option when opening large files
diff --git a/vlfi.el b/vlfi.el
index 8013d3a..d7999d4 100644
--- a/vlfi.el
+++ b/vlfi.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2006, 2012, 2013 Free Software Foundation, Inc.
-;; Version: 0.5
+;; Version: 0.6
;; Keywords: large files, utilities
;; Authors: 2006 Mathias Dahl <[email protected]>
;; 2012 Sam Steingold <[email protected]>