Rev. | Zeit | Autor | Nachricht |
---|---|---|---|
7eb9cd2af5b4 | 2019-11-24 19:34:20 | ![]() |
tip Removed tag v0.0.8 |
c4a082975eb0 | 2019-11-24 19:32:52 | ![]() |
Added tag 0.0.8 for changeset 5b2ae4f9941d |
5b2ae4f9941d | 2019-11-24 19:13:03 | ![]() |
0.0.8 Added tag v0.0.8 for changeset eff51d3a1c1a |
eff51d3a1c1a | 2019-11-24 19:11:44 | ![]() |
Fixed the version number. |
5105e2e2a558 | 2019-11-17 21:02:49 | ![]() |
Incremented the version because the URL had changed. |
7e501915d8a7 | 2019-11-04 12:58:12 | ![]() |
Migrated from BitBucket to OSDN. |
bec9f3eba66e | 2019-02-18 06:02:25 | ![]() |
Added tag v0.0.7 for changeset 436f5f01a273 |
436f5f01a273 | 2019-02-18 01:32:48 | ![]() |
v0.0.7 Changed the regexp to match on WARN too. |
65f072b1949b | 2019-01-13 04:50:16 | ![]() |
Added tag v0.0.6 for changeset d6d39829ff0b |
d6d39829ff0b | 2018-12-31 04:55:10 | ![]() |
v0.0.6 Added tag 0.0.6 for changeset 73aba5c1b9c6 |
Name | Rev. | Zeit | Autor |
---|---|---|---|
0.0.6 | 73aba5c1b9c6 | 2018-07-08 19:22:04 | ![]() |
v0.0.6 | d6d39829ff0b | 2018-12-31 04:55:10 | ![]() |
v0.0.7 | 436f5f01a273 | 2019-02-18 01:32:48 | ![]() |
0.0.8 | 5b2ae4f9941d | 2019-11-24 19:13:03 | ![]() |
tip | 7eb9cd2af5b4 | 2019-11-24 19:34:20 | ![]() |
Name | Rev. | Zeit | Autor | Nachricht |
---|---|---|---|---|
default | 7eb9cd2af5b4 | 2019-11-24 19:34:20 | ![]() |
Removed tag v0.0.8 |
Lognav-mode is a minor mode used for finding and navigating errors within a buffer or a log file. For example, M-n moves the cursor to the first error within the log file. M-p moves the cursor to the previous error. Lognav-mode only highlights the errors that are visible on the screen rather than highlighting all errors found within the buffer. This is especially useful when opening up large log files for analysis.
To use lognav-mode add the following line in your .emacs file:
(require 'lognav-mode)