Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 27 Oct 2022 14:18:09 +0300] rev 1758
Fixed: on selection the text is copied, so it is impossible to replace the text with what is in clipboard as the content of clipboard is already replaced by old text.
https://emacs.stackexchange.com/questions/74298/setq-select-enable-primary-t-breaks-copy-paste-in-emacs-28
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 12 Oct 2022 00:14:04 +0300] rev 1757
Sends a selection or a paragraph to `term-mode'.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 25 Jul 2022 11:38:25 +0300] rev 1756
x-select-enable-clipboard => select-enable-clipboard
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 25 Jul 2022 11:34:41 +0300] rev 1755
kill-do-not-save-duplicates
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 03 May 2022 09:10:27 +0300] rev 1754
Fixed: Key sequence C-x C-j C-s starts with non-prefix key.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 15 Feb 2022 16:54:09 +0200] rev 1753
org-tempo in missing in Emacs v26.1 in RHEL 8.6.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 01 Feb 2022 00:35:07 +0200] rev 1752
so-long mode makes buffer read only. To erase the content we need to make buffer editable.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 09 Dec 2021 14:38:16 +0200] rev 1751
Activate so-long-mode instead of fundamental-mode for log files: it is faster!
https://www.reddit.com/r/emacs/comments/rcgjpt/browsing_long_lines_are_extremely_slow_i_study/
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 09 Dec 2021 14:36:56 +0200] rev 1750
Disabled log4-hi-func-keywords function & prettify-symbols-mode to improve performance when navigating long lines in log files.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 09 Dec 2021 14:04:13 +0200] rev 1749
Fixed typo.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 04 Nov 2021 11:26:12 +0200] rev 1748
Use "find -exec" with "+" to avoid excessive grep forking.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 05 Sep 2021 12:17:11 +0300] rev 1747
Added more Sabre attributes for highlighting.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 31 Aug 2021 15:39:32 +0300] rev 1746
More parrterns for SSR.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 31 Aug 2021 15:39:03 +0300] rev 1745
Fixed highlighting of some Sabre XML tags when they are without XML namespace.