[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/logview 3f387911f2 054/259: Fix a bug in commit 2a94930 th
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/logview 3f387911f2 054/259: Fix a bug in commit 2a94930 that broke 'l 5' command. |
Date: |
Fri, 31 Jan 2025 07:01:53 -0500 (EST) |
branch: elpa/logview
commit 3f387911f2fcad29446a076e0055ab12aa8342ff
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>
Fix a bug in commit 2a94930 that broke 'l 5' command.
---
logview.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/logview.el b/logview.el
index b6a818bd32..5a9b97aa50 100644
--- a/logview.el
+++ b/logview.el
@@ -1884,12 +1884,12 @@ See `logview--iterate-entries-forward' for details."
("t-" (push regexp exclude-thread-regexps))
("m+" (push regexp include-message-regexps))
("m-" (push regexp exclude-message-regexps)))))))
- t))))
- (logview--set-min-level min-shown-level)
- (setq logview--current-filter-text (apply 'concat (nreverse
non-discarded-lines))
- logview--name-filter (logview--build-filter
include-name-regexps exclude-name-regexps)
- logview--thread-filter (logview--build-filter
include-thread-regexps exclude-thread-regexps)
- logview--message-filter (logview--build-filter
include-message-regexps exclude-message-regexps)))))
+ t)))))
+ (logview--set-min-level min-shown-level)
+ (setq logview--current-filter-text (apply 'concat (nreverse
non-discarded-lines))
+ logview--name-filter (logview--build-filter
include-name-regexps exclude-name-regexps)
+ logview--thread-filter (logview--build-filter
include-thread-regexps exclude-thread-regexps)
+ logview--message-filter (logview--build-filter
include-message-regexps exclude-message-regexps))))
(defun logview--iterate-filter-lines (callback)
"Find successive filter specification in the current buffer.
- [nongnu] elpa/logview 4ed637d4b4 079/259: Expand standard timestamp formats to handle ISO 8601 timestamps better; fixes #24., (continued)
- [nongnu] elpa/logview 4ed637d4b4 079/259: Expand standard timestamp formats to handle ISO 8601 timestamps better; fixes #24., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview f53693b37b 039/259: Bump version because of an important bugfix., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview a62d03d943 066/259: Bump version because of a significant new feature., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 5b1fd77694 072/259: Fix a bug that prevented the mode from working in submodes that have no entry level part., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 663a2acf62 059/259: Don't fail if a customized timestamp format contains an illegal Java pattern: just warn about it and ignore; related to issue #7., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview d4947c34d2 026/259: Bump version because of important changes., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 2a949309b6 052/259: Add level filter to the common text filters available with 'f' command; this is a preparation for adding views., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 84f7d574b0 034/259: Bump version because of the critical bugfix for Emacs 24., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 55e9cdb7d5 006/259: Require 'cl-lib' instead of 'cl'., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview b5cafd1145 073/259: Bump version because of a significant new feature., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 3f387911f2 054/259: Fix a bug in commit 2a94930 that broke 'l 5' command.,
ELPA Syncer <=
- [nongnu] elpa/logview 1364953681 088/259: Also test on Emacs 24., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 15507f7ee2 083/259: Add a couple of simple regression tests, including one for issue #2., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview dbd9b10f8a 027/259: Add simple installation instruction to README., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 0d1c20c9e5 046/259: Use 'datetime' library to support many more timestamp formats and also simplify timestamp customization., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview f419f46e67 014/259: Make background in two faces not as light, as on some monitors that would be nearly indistinguishable from pure white., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 6a20d64f39 087/259: Minor documentation string fix., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview c410321b70 013/259: When creating 'logview--entry-regexp', behave as if format string always ends with whitespace., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview a262294aa4 028/259: Add commands to hide/show details of the current entry, region of entries or in the whole buffer., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview c85f052766 075/259: Make 'logview--completing-read' not as ready to default to Ido and add a customization option for cases when that's still not enough; fixes #19., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview e456372f0f 029/259: Bump version because of significant new feature., ELPA Syncer, 2025/01/31