Sat, 02 Jan 2021 23:11:23 +0200 Moved startup profiler settings to init.el and simplified activation.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 23:11:23 +0200] rev 1688
Moved startup profiler settings to init.el and simplified activation.
Sat, 02 Jan 2021 22:42:24 +0200 Added Make target to preinstall packages from ELPA.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 22:42:24 +0200] rev 1687
Added Make target to preinstall packages from ELPA.
Sat, 02 Jan 2021 22:41:10 +0200 Fixed byte compilation warning: assignment to free variable "for".
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 22:41:10 +0200] rev 1686
Fixed byte compilation warning: assignment to free variable "for".
Sat, 02 Jan 2021 22:38:46 +0200 Fixed error 'eval-when is not defined' after switching to cl-lib.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 22:38:46 +0200] rev 1685
Fixed error 'eval-when is not defined' after switching to cl-lib.
Sat, 02 Jan 2021 21:22:00 +0200 melpa.milkbox.net is dead, use melpa.org instead.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 21:22:00 +0200] rev 1684
melpa.milkbox.net is dead, use melpa.org instead.
Sat, 02 Jan 2021 21:11:57 +0200 cl-lib is pretty widespread now, no need for with-no-warnings.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 21:11:57 +0200] rev 1683
cl-lib is pretty widespread now, no need for with-no-warnings.
Sat, 02 Jan 2021 20:37:29 +0200 Disable population of `file-name-history', it causes calls to
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 20:37:29 +0200] rev 1682
Disable population of `file-name-history', it causes calls to abbreviate-file-name => file-name-case-insensitive-p => tramp-autoload-file-name-handler taking 40% of startup time. `ido-switch-buffer' doesn't depends on `file-name-history', nothing to lose. Profiling data for startup: - eval-buffer 4340 99% - recentf-mode 1684 38% - recentf-load-list 1684 38% - mapcar 1684 38% - abbreviate-file-name 1684 38% - file-name-case-insensitive-p 1250 28% + tramp-autoload-file-name-handler 1172 26% + tramp-file-name-handler 78 1%
Sat, 02 Jan 2021 20:09:51 +0200 Simplified cleanup of "mylispdir".
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 20:09:51 +0200] rev 1681
Simplified cleanup of "mylispdir".
Sat, 02 Jan 2021 20:02:16 +0200 Disabled activation of CEDET and Semantic. It consumes 48% of startup time.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 20:02:16 +0200] rev 1680
Disabled activation of CEDET and Semantic. It consumes 48% of startup time. On Cygwin load time shortened 10s => 6s.
Sat, 02 Jan 2021 19:49:06 +0200 Added option to disable activation of desktop-save-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:49:06 +0200] rev 1679
Added option to disable activation of desktop-save-mode.
Sat, 02 Jan 2021 19:45:46 +0200 Do not keep separate files for Cygwin for desktop-mode. I don't share HOME for native & Cygwin Emacs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:45:46 +0200] rev 1678
Do not keep separate files for Cygwin for desktop-mode. I don't share HOME for native & Cygwin Emacs.
Sat, 02 Jan 2021 19:44:27 +0200 Added note about recentf-auto-cleanup.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:44:27 +0200] rev 1677
Added note about recentf-auto-cleanup.
Sat, 02 Jan 2021 19:15:13 +0200 Added a code example helping profiling of startup.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:15:13 +0200] rev 1676
Added a code example helping profiling of startup.
Sat, 02 Jan 2021 18:57:24 +0200 Load more files for byte compilation check. Switched to my-lisp-* prefix.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 18:57:24 +0200] rev 1675
Load more files for byte compilation check. Switched to my-lisp-* prefix.
Sat, 02 Jan 2021 18:36:39 +0200 Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 18:36:39 +0200] rev 1674
Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
Sat, 02 Jan 2021 17:38:55 +0200 Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 17:38:55 +0200] rev 1673
Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time. For Cygwin it is 14s => 10s.
Sat, 02 Jan 2021 01:28:36 +0200 Simplified Makefile byte compillation recipe by moving some logic from CLI to elisp.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 01:28:36 +0200] rev 1672
Simplified Makefile byte compillation recipe by moving some logic from CLI to elisp.
Sat, 02 Jan 2021 01:26:59 +0200 Suppressed warning: assignment to free variable "c-basic-offset".
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 01:26:59 +0200] rev 1671
Suppressed warning: assignment to free variable "c-basic-offset".
Sat, 02 Jan 2021 01:19:57 +0200 Fixed name of my mode directory.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 01:19:57 +0200] rev 1670
Fixed name of my mode directory.
Sat, 02 Jan 2021 01:15:49 +0200 No need to define user-emacs-directory as it is in a pretty old v22.1.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 01:15:49 +0200] rev 1669
No need to define user-emacs-directory as it is in a pretty old v22.1.
Sat, 02 Jan 2021 01:11:43 +0200 Do not byte compile .emacs-my during installation. Compilation code moved to separate target useful warnings are reported during compilation.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 01:11:43 +0200] rev 1668
Do not byte compile .emacs-my during installation. Compilation code moved to separate target useful warnings are reported during compilation.
Sat, 02 Jan 2021 00:45:33 +0200 Use command "install -m ..." instead "cp" in many occasions.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 00:45:33 +0200] rev 1667
Use command "install -m ..." instead "cp" in many occasions.
Sat, 02 Jan 2021 00:33:04 +0200 Moved my elisp modes to dedicated directory to not mixt with init.el.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 00:33:04 +0200] rev 1666
Moved my elisp modes to dedicated directory to not mixt with init.el.
Sat, 02 Jan 2021 00:27:54 +0200 Made "upgrade" target idempotent and added it as dependency to "install".
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 00:27:54 +0200] rev 1665
Made "upgrade" target idempotent and added it as dependency to "install".
Fri, 01 Jan 2021 21:34:09 +0200 Do not apply migration is there is no ~/.emacs.d/.emacs-ver file.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 21:34:09 +0200] rev 1664
Do not apply migration is there is no ~/.emacs.d/.emacs-ver file.
Fri, 01 Jan 2021 20:39:48 +0200 Set installation dir explicitly in upgrade script.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 20:39:48 +0200] rev 1663
Set installation dir explicitly in upgrade script.
Fri, 01 Jan 2021 20:32:49 +0200 Moved some obsolete modes to attic.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 20:32:49 +0200] rev 1662
Moved some obsolete modes to attic.
Fri, 01 Jan 2021 20:21:33 +0200 Launch .emacs-autogen.sh with predefined SHELL.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 20:21:33 +0200] rev 1661
Launch .emacs-autogen.sh with predefined SHELL.
Fri, 01 Jan 2021 19:57:59 +0200 Ensure the help doesn't trigger autoloading.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 19:57:59 +0200] rev 1660
Ensure the help doesn't trigger autoloading.
Fri, 01 Jan 2021 19:36:25 +0200 Fixed grammar.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 19:36:25 +0200] rev 1659
Fixed grammar.
Fri, 01 Jan 2021 18:02:55 +0200 Removed unused function.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 18:02:55 +0200] rev 1658
Removed unused function.
Thu, 31 Dec 2020 23:11:59 +0200 No need for copyright year.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 31 Dec 2020 23:11:59 +0200] rev 1657
No need for copyright year.
Thu, 31 Dec 2020 00:20:03 +0200 Fixed: show-paren-mode was disabled by large files because is it global mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 31 Dec 2020 00:20:03 +0200] rev 1656
Fixed: show-paren-mode was disabled by large files because is it global mode. Allow to disable show-paren-mode for certain buffers making preference buffer local.
Thu, 31 Dec 2020 00:08:10 +0200 Set more distinctive color for paren expression highlighting.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 31 Dec 2020 00:08:10 +0200] rev 1655
Set more distinctive color for paren expression highlighting.
Thu, 31 Dec 2020 00:03:42 +0200 Highlight an entire expression instead of matching parenthesis.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 31 Dec 2020 00:03:42 +0200] rev 1654
Highlight an entire expression instead of matching parenthesis.
Fri, 25 Dec 2020 20:21:56 +0200 (setq ibuffer-expert t)
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 25 Dec 2020 20:21:56 +0200] rev 1653
(setq ibuffer-expert t)
Sun, 13 Dec 2020 20:00:18 +0200 Turned off ls-list for Cygwin to make Dired work for dirs with special files from WSL P9 FS.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 13 Dec 2020 20:00:18 +0200] rev 1652
Turned off ls-list for Cygwin to make Dired work for dirs with special files from WSL P9 FS.
Sun, 13 Dec 2020 19:17:21 +0200 Just require ls-lisp.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 13 Dec 2020 19:17:21 +0200] rev 1651
Just require ls-lisp.
Thu, 03 Dec 2020 11:14:59 +0200 Lazy loading of buffer significantly reduces startup time!
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 03 Dec 2020 11:14:59 +0200] rev 1650
Lazy loading of buffer significantly reduces startup time!
Mon, 30 Nov 2020 13:39:57 +0200 Enable yaml-mode in Jinja templates.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 30 Nov 2020 13:39:57 +0200] rev 1649
Enable yaml-mode in Jinja templates.
Sun, 29 Nov 2020 14:58:44 +0200 Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 29 Nov 2020 14:58:44 +0200] rev 1648
Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
Sat, 28 Nov 2020 15:09:11 +0200 Prefer to open URLs in Firefox.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 28 Nov 2020 15:09:11 +0200] rev 1647
Prefer to open URLs in Firefox.
Thu, 26 Nov 2020 23:35:06 +0200 Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 26 Nov 2020 23:35:06 +0200] rev 1646
Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs. https://emacs.stackexchange.com/questions/61962/what-is-interlocking-about https://cygwin.com/pipermail/cygwin/2020-November/246887.html
Thu, 26 Nov 2020 23:08:51 +0200 Switched to build-in GNUS HTML renderer as Emacs cannot find w3m in Cygwin even if the package is installed.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 26 Nov 2020 23:08:51 +0200] rev 1645
Switched to build-in GNUS HTML renderer as Emacs cannot find w3m in Cygwin even if the package is installed.
Sun, 22 Nov 2020 18:35:29 +0200 Marked function for autoload.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 22 Nov 2020 18:35:29 +0200] rev 1644
Marked function for autoload.
Sat, 21 Nov 2020 21:34:47 +0200 Enabled highlighting of TODO keywords by text-mode-hook.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 21 Nov 2020 21:34:47 +0200] rev 1643
Enabled highlighting of TODO keywords by text-mode-hook.
Fri, 20 Nov 2020 22:10:13 +0200 Enable whitespace-mode in gadict-mode with appropriate customization.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 22:10:13 +0200] rev 1642
Enable whitespace-mode in gadict-mode with appropriate customization.
Fri, 20 Nov 2020 17:38:07 +0200 Fixed indention.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 17:38:07 +0200] rev 1641
Fixed indention.
Fri, 20 Nov 2020 17:24:58 +0200 Implemented mypasshide-mode for hiding passwords from my .org files.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 17:24:58 +0200] rev 1640
Implemented mypasshide-mode for hiding passwords from my .org files.
Fri, 20 Nov 2020 12:07:48 +0200 Added comment how to reload recentf.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 12:07:48 +0200] rev 1639
Added comment how to reload recentf.
Fri, 20 Nov 2020 12:04:07 +0200 I don't use env var HOME on Windows anymore, so need for separate file for .recentf.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 12:04:07 +0200] rev 1638
I don't use env var HOME on Windows anymore, so need for separate file for .recentf.
Wed, 18 Nov 2020 14:59:53 +0200 Update codetags list.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 18 Nov 2020 14:59:53 +0200] rev 1637
Update codetags list.
Mon, 16 Nov 2020 19:57:22 +0200 Enable TODO highlighting in config-like modes.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 19:57:22 +0200] rev 1636
Enable TODO highlighting in config-like modes.
Mon, 16 Nov 2020 14:26:40 +0200 Grouped related code so paragraph selected text can be evaluated by eval-reegion!
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 14:26:40 +0200] rev 1635
Grouped related code so paragraph selected text can be evaluated by eval-reegion!
Mon, 16 Nov 2020 14:23:28 +0200 Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 14:23:28 +0200] rev 1634
Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode. https://emacs.stackexchange.com/questions/61770/whitespace-style-face-activats-highlighting-of-quoted-string-in-fundamental-mo Old good show-trailing-whitespace is used until global-whitespace-mode is fixed.
Mon, 16 Nov 2020 00:32:43 +0200 Eliminated lags when navigating diff file cause by visiting files behind the
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 00:32:43 +0200] rev 1633
Eliminated lags when navigating diff file cause by visiting files behind the scene in order to get proper highlighting. This generates calls to `vc-git-find-revision` and spawn 2 git processes. Noticeably slow on Cygwin.
Sun, 01 Nov 2020 15:05:04 +0200 Replaced eval-after-load => with-eval-after-load for its easier syntax.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 01 Nov 2020 15:05:04 +0200] rev 1632
Replaced eval-after-load => with-eval-after-load for its easier syntax.
Sun, 01 Nov 2020 14:26:50 +0200 Add association if `key' is not in `alist' and replace all accociation with
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 01 Nov 2020 14:26:50 +0200] rev 1631
Add association if `key' is not in `alist' and replace all accociation with single, if there is `key'.
Tue, 13 Oct 2020 21:24:58 +0300 Disabled hunk refinement during font-lock, introduced in v27.1.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 13 Oct 2020 21:24:58 +0300] rev 1630
Disabled hunk refinement during font-lock, introduced in v27.1.
Tue, 13 Oct 2020 20:51:39 +0300 Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 13 Oct 2020 20:51:39 +0300] rev 1629
Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
(0) -1000 -300 -100 -60 +60 tip