Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 10 Dec 2022 18:34:57 +0200] rev 1765
Fixed M-x shell in Mingw Emacs, Bash "-i" is not supported in dumb Emacs terminal.
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
tput: unknown terminal "emacs"
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Nov 2022 23:05:00 +0200] rev 1764
Set dictionary name to american for aspell, this fixes MINGW64 env.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 27 Nov 2022 23:40:10 +0200] rev 1763
Added support for MINGW64 for aspell detection.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 27 Nov 2022 21:17:26 +0200] rev 1762
Added a shortcut for opening BLOG.rst.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 27 Nov 2022 21:16:56 +0200] rev 1761
Suppress popping a warnings buffer when Emacs installs packages.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 27 Nov 2022 21:06:29 +0200] rev 1760
merged
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 20 Sep 2022 00:16:01 +0300] rev 1759
Ported Makefile to MSYS2: Emacs is native here and cannot deal with MSYS2-style paths.
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.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 04 Aug 2021 16:41:03 +0300] rev 1744
Fix for dired in TRAMP.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 04 Aug 2021 16:38:19 +0300] rev 1743
Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
ls-lisp-use-insert-directory-program to "t" (so Emacs won't crash when access
P9 mounted WSL paths). Seems some switches broke TRAMP.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 04 Aug 2021 16:37:20 +0300] rev 1742
Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
ls-lisp-use-insert-directory-program to "t" (so Emacs won't crash when access
P9 mounted WSL paths). Seems some switches broke TRAMP.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 21 Jul 2021 16:45:21 +0300] rev 1741
Highlighting for Sabre SSRs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 20 Jul 2021 17:03:51 +0300] rev 1740
Added highlighting of SSR's FullText.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 14 Jul 2021 12:24:40 +0300] rev 1739
emmet might be absent when we activate it in web-mode-hook.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 07 Jul 2021 18:01:09 +0300] rev 1738
Increased GC threshold. Fixed unbalanced parentheses.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 23 Jun 2021 13:24:46 +0300] rev 1737
Updated Sabre XML entries to highlight.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 23 Jun 2021 11:19:45 +0300] rev 1736
Updated Sabre XML entries to highlight.