1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-18 20:10:47 +00:00

Update README: VLFI is now development version of VLF.

This commit is contained in:
Andrey Kotlarski 2013-08-06 02:02:02 +03:00
parent a0b8d5f67a
commit c1aedbc307

View File

@ -1,13 +1,12 @@
* View Large Files Improved
* View Large Files
An Emacs mode that allows viewing, editing and searching in large
files in chunks. Batch size can be adjusted on the fly and bounds the
memory that is to be used for operations on the file.
This mode builds on the bare bones GNU ELPA vlf.el. It adds the
following improvements:
This is development version of the GNU ELPA [[http://elpa.gnu.org/packages/vlf][vlf.el]] package. Here's
what it does in a nutshell:
- proper dealing with Unicode
- 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
@ -47,15 +46,15 @@ integer value), VLFI will probably not quite work.
VLFI is derived from special-mode and keeps all its properties. For
example you can directly press digits to enter prefix arguments.
** Changing major mode
** Change major mode
You can (temporarily) change major mode to whatever you like (for
example hexl-mode). Saving will insert contents as intended. You can
return to *vlfi-mode* too.
You can change major mode to whatever you like (for example
hexl-mode). Saving will insert contents as intended. You can return
to *vlfi-mode* too.
* Detail usage
** Controlling batch size
** Control batch size
*+* and *-* control current batch size by factors of 2.