1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-02-07 13:40:49 +00:00

70 Commits

Author SHA1 Message Date
Andrey Kotlarski
a65f3a431d Check for unsaved changes before search query and don't enable undo if
it was previously disabled.
2013-12-04 00:03:29 +02:00
Andrey Kotlarski
452b7eb42d Ensure there are no modifications when executing searches. 2013-12-03 02:37:13 +02:00
Andrey Kotlarski
2dba838015 In case original VLF buffer has been killed, try to find existing VLF
buffer for the same file when visiting occur results.
2013-12-03 02:04:27 +02:00
Andrey Kotlarski
cb47e19128 Use temporary buffer for occur in case of modifications. 2013-12-03 01:50:03 +02:00
Andrey Kotlarski
efae918a83 Turn vlf into minor mode. 2013-12-02 02:08:24 +02:00
Andrey Kotlarski
7a141091c8 Fix search for GNU Emacs 23 (no assert). 2013-08-26 12:29:39 +03:00
Andrey Kotlarski
8ab1c6a4f2 Disable undo and mark buffer as not modified when invoking search or
indexing.
2013-08-26 12:03:18 +03:00
Andrey Kotlarski
ae2237d7ea Minor adjustments:
- fix batch position formatting
- unconditionally update chunk on revert
- do nothing if same chunk is requested in `vlf-move-to-chunk'
2013-08-26 00:39:51 +03:00
Andrey Kotlarski
025399a644 Merge branch 'master' into keep-edit
Conflicts:
	README.org
	vlfi.el
2013-08-25 19:17:04 +03:00
Andrey Kotlarski
17c66122d9 Rename anything vlfi -> vlf. 2013-08-25 17:57:43 +03:00
Andrey Kotlarski
4c631bcbe5 Rename vlfi.el to vlf.el. 2013-08-25 17:51:34 +03:00
Andrey Kotlarski
e3087a8531 Rename vlf.el. 2013-02-02 16:08:57 +02:00
Andrey Kotlarski
782b7e476b Make filename argument of `vlf-if-file-too-large' optional so it at
least doesn't break find file functionality on GNU Emacs 23.
2013-01-14 13:05:46 +02:00
Andrey Kotlarski
59d5d2c487 Add lexical-bind declaration. 2013-01-13 15:45:55 +02:00
Andrey Kotlarski
e43725e8d4 Add autoload cookies to fix package installation. 2013-01-13 15:29:51 +02:00
Andrey Kotlarski
2564c9af77 Plug option for vlf when opening files on package load. 2013-01-13 15:24:56 +02:00
Andrey Kotlarski
2edbb6b3c7 Add vlf as an option when opening large files. 2013-01-12 18:12:45 +02:00
Andrey Kotlarski
2d0709beca Improvements to the existing functionality:
- option to start viewing from the end of file
- ability to jump/insert given number of batches at once
- ability to view newly added content if the file has grown meanwhile
2013-01-12 17:30:49 +02:00
Andrey Kotlarski
78cd8fc143 Add latest changes from GNU ELPA vlf.el. 2013-01-12 17:14:28 +02:00
Andrey Kotlarski
6a1919db21 Initial commit - original state of GNU ELPA vlf.el. 2013-01-12 17:05:25 +02:00