Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 25 Dec 2023 20:15:49 +0200] rev 1772
Introduced Org state FAILED.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 14 May 2023 16:40:00 +0300] rev 1771
In Emacs 28 it loads files referenced by diff-mode, polluting buffer list & recentf, and significantly slowing Emacs in Cygwin.
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62749
https://emacs.stackexchange.com/questions/76728/modern-emacs-keeps-opening-related-file-from-vc-diff-buffer/
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 02 Feb 2023 02:14:23 +0200] rev 1770
Disable diff-font-lock-syntax as it visits files from Git and this is extremely slow in Cygwin+antivirus.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 24 Dec 2022 21:43:47 +0200] rev 1769
Fixed typo (imbalanced parentheses).
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 23 Dec 2022 17:30:07 +0200] rev 1768
It is important to read ~/.bashrc despite MSYS2 Bash warn about ioctl failure in M-x shell in NT Emacs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 14 Dec 2022 00:58:57 +0200] rev 1767
In addition to interpreting Windows paths in Cygwin a handler is added for interpreting MSYS paths in NT Emacs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 14 Dec 2022 00:51:42 +0200] rev 1766
my-python/describe-at-point: With C-u argument ask for symbol and method.