mirror of
https://github.com/m00natic/vlfi.git
synced 2025-04-19 01:00:19 +01:00
Add tip for ability to change major mode and more section hierarchy.
This commit is contained in:
parent
eaf85e5cff
commit
fbc3a37ce5
19
README.org
19
README.org
@ -27,18 +27,33 @@ GNU Emacs 23 and 24 are supported.
|
|||||||
|
|
||||||
M-x vlfi PATH-TO-FILE
|
M-x vlfi PATH-TO-FILE
|
||||||
|
|
||||||
|
** Unicode
|
||||||
|
|
||||||
Emacs' Unicode support is leveraged so you'll not see bare bytes but
|
Emacs' Unicode support is leveraged so you'll not see bare bytes but
|
||||||
characters decoded as if the file is normally opened. Same holds for
|
characters decoded as if file is normally opened. This holds for
|
||||||
editing, search and indexing.
|
editing, search and indexing.
|
||||||
|
|
||||||
|
** Bignums
|
||||||
|
|
||||||
Regular Emacs integers are used, so if you have really huge file and
|
Regular Emacs integers are used, so if you have really huge file and
|
||||||
Emacs doesn't have bignum support, VLFI will choke.
|
Emacs doesn't have bignum support, VLFI will probably not quite work.
|
||||||
|
|
||||||
|
** Memory control
|
||||||
|
|
||||||
*vlfi-batch-size* bounds the memory used for all operations.
|
*vlfi-batch-size* bounds the memory used for all operations.
|
||||||
|
|
||||||
|
** Special mode
|
||||||
|
|
||||||
VLFI is derived from special mode and keeps all its properties. For
|
VLFI is derived from special mode and keeps all its properties. For
|
||||||
example you can directly press digits to enter prefix arguments.
|
example you can directly press digits to enter prefix arguments.
|
||||||
|
|
||||||
|
** Changing major mode
|
||||||
|
|
||||||
|
You can temporarily change major mode to whatever you like. Just
|
||||||
|
*don't save*! Turn to *vlfi-edit-mode* first (may need to mark buffer
|
||||||
|
as modified if needed). And you can return to *vlfi-mode* too if you
|
||||||
|
haven't changed anything.
|
||||||
|
|
||||||
* Detail usage
|
* Detail usage
|
||||||
|
|
||||||
** Controlling batch size
|
** Controlling batch size
|
||||||
|
Loading…
x
Reference in New Issue
Block a user