.emacs-my
Mon, 25 Dec 2023 20:15:49 +0200 Oleksandr Gavenko Introduced Org state FAILED. default tip
Sun, 14 May 2023 16:40:00 +0300 Oleksandr Gavenko In Emacs 28 it loads files referenced by diff-mode, polluting buffer list & recentf, and significantly slowing Emacs in Cygwin.
Thu, 02 Feb 2023 02:14:23 +0200 Oleksandr Gavenko Disable diff-font-lock-syntax as it visits files from Git and this is extremely slow in Cygwin+antivirus.
Sat, 24 Dec 2022 21:43:47 +0200 Oleksandr Gavenko Fixed typo (imbalanced parentheses).
Fri, 23 Dec 2022 17:30:07 +0200 Oleksandr Gavenko It is important to read ~/.bashrc despite MSYS2 Bash warn about ioctl failure in M-x shell in NT Emacs.
Wed, 14 Dec 2022 00:58:57 +0200 Oleksandr Gavenko In addition to interpreting Windows paths in Cygwin a handler is added for interpreting MSYS paths in NT Emacs.
Wed, 14 Dec 2022 00:51:42 +0200 Oleksandr Gavenko my-python/describe-at-point: With C-u argument ask for symbol and method.
Sat, 10 Dec 2022 18:34:57 +0200 Oleksandr Gavenko Fixed M-x shell in Mingw Emacs, Bash "-i" is not supported in dumb Emacs terminal.
Sun, 27 Nov 2022 21:17:26 +0200 Oleksandr Gavenko Added a shortcut for opening BLOG.rst.
Sun, 27 Nov 2022 21:16:56 +0200 Oleksandr Gavenko Suppress popping a warnings buffer when Emacs installs packages.
Thu, 27 Oct 2022 14:18:09 +0300 Oleksandr Gavenko 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.
Wed, 12 Oct 2022 00:14:04 +0300 Oleksandr Gavenko Sends a selection or a paragraph to `term-mode'.
Mon, 25 Jul 2022 11:38:25 +0300 Oleksandr Gavenko x-select-enable-clipboard => select-enable-clipboard
Mon, 25 Jul 2022 11:34:41 +0300 Oleksandr Gavenko kill-do-not-save-duplicates
Tue, 03 May 2022 09:10:27 +0300 Oleksandr Gavenko Fixed: Key sequence C-x C-j C-s starts with non-prefix key.
Tue, 15 Feb 2022 16:54:09 +0200 Oleksandr Gavenko org-tempo in missing in Emacs v26.1 in RHEL 8.6.
Tue, 01 Feb 2022 00:35:07 +0200 Oleksandr Gavenko so-long mode makes buffer read only. To erase the content we need to make buffer editable.
Thu, 09 Dec 2021 14:38:16 +0200 Oleksandr Gavenko Activate so-long-mode instead of fundamental-mode for log files: it is faster!
Thu, 04 Nov 2021 11:26:12 +0200 Oleksandr Gavenko Use "find -exec" with "+" to avoid excessive grep forking.
Wed, 04 Aug 2021 16:41:03 +0300 Oleksandr Gavenko Fix for dired in TRAMP.
Wed, 04 Aug 2021 16:38:19 +0300 Oleksandr Gavenko Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
Wed, 04 Aug 2021 16:37:20 +0300 Oleksandr Gavenko Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
Wed, 14 Jul 2021 12:24:40 +0300 Oleksandr Gavenko emmet might be absent when we activate it in web-mode-hook.
Wed, 07 Jul 2021 18:01:09 +0300 Oleksandr Gavenko Increased GC threshold. Fixed unbalanced parentheses.
Wed, 16 Jun 2021 12:50:08 +0300 Oleksandr Gavenko Add some standard places to PATH if they are not set by login script.
Tue, 15 Jun 2021 14:54:36 +0300 Oleksandr Gavenko csv-mode requires for setting to be set via defcstom only...
Wed, 02 Jun 2021 18:04:53 +0300 Oleksandr Gavenko Add some standard places to PATH as Emacs is not started from login shell on Windows...
Wed, 02 Jun 2021 00:34:11 +0300 Oleksandr Gavenko Added mode for recognition of Windows paths in Cygwin Emacs.
Wed, 02 Jun 2021 00:17:06 +0300 Oleksandr Gavenko Separated Cygwin & ansi colors settings.
Wed, 07 Apr 2021 22:48:39 +0300 Oleksandr Gavenko Repeating my-calc-line interactive place result after "=" sign clearing any old text.
Mon, 22 Feb 2021 11:32:37 +0200 Oleksandr Gavenko Show only the matching closing parenthesis, flashing entire expression is irritating.
Sat, 20 Feb 2021 20:14:16 +0200 Oleksandr Gavenko Marked some Python related variables / values as safe for being local.
Tue, 09 Feb 2021 00:53:55 +0200 Oleksandr Gavenko Defined key bindings to some project search/replace functions.
Mon, 08 Feb 2021 12:27:15 +0200 Oleksandr Gavenko Added binding for project-find-file.
Wed, 03 Feb 2021 12:32:49 +0200 Oleksandr Gavenko Reserved s-= for my-calc-line (to avoid excessive typing of M-x my-calc-line). er/expand-region is now s-w to be near C-w/M-w.
Sun, 31 Jan 2021 20:35:05 +0200 Oleksandr Gavenko hs-toggle-hiding has bug in v27.1. I eliminated "(event-end e)" from "hs-toggle-hiding" as workaround.
Sun, 31 Jan 2021 12:23:23 +0200 Oleksandr Gavenko tags-completion-at-point-function over python-completion-at-point as latter doesn't work for me in Cygwin.
Sun, 31 Jan 2021 11:41:49 +0200 Oleksandr Gavenko Docs: about buffer-menu vs ibuffer.
Sun, 31 Jan 2021 00:04:18 +0200 Oleksandr Gavenko Removed mentioning of author and copyright from all files' headers.
Sun, 31 Jan 2021 00:01:57 +0200 Oleksandr Gavenko Moved definition of root for Org mode files to defs file.
Sat, 30 Jan 2021 22:41:51 +0200 Oleksandr Gavenko Activate debugger of errors during Emacs initialization. This allows to get backtrace without passing --debug-init.
Sat, 30 Jan 2021 20:27:52 +0200 Oleksandr Gavenko Moved settings for file local variable to a separate section.
Sat, 30 Jan 2021 20:26:42 +0200 Oleksandr Gavenko Docs: improved comment.
Fri, 29 Jan 2021 20:41:47 +0200 Oleksandr Gavenko It is more informative to get help on symbol type than just type.
Tue, 26 Jan 2021 00:38:11 +0200 Oleksandr Gavenko Unwrap Python's dir() list into multi line text.
Mon, 25 Jan 2021 10:55:00 +0200 Oleksandr Gavenko Added other types of introspection to my-python/describe-at-point.
Mon, 18 Jan 2021 17:07:56 +0200 Oleksandr Gavenko Activate outline-minor-mode for markdown-mode. And avoid whitespace-mode.
Mon, 18 Jan 2021 01:17:30 +0200 Oleksandr Gavenko Shortened name for pydoc buffer.
Mon, 18 Jan 2021 01:12:09 +0200 Oleksandr Gavenko Fixed my-python/send-paragraph: part of region was remained highlighted after (mark-paragraph).
Mon, 18 Jan 2021 00:59:35 +0200 Oleksandr Gavenko Simplified code for displaying Python help. Shadow default C-c C-d key binding
Sun, 17 Jan 2021 12:47:26 +0200 Oleksandr Gavenko Set better rename detection (30% similarity) for Git diff.
Mon, 11 Jan 2021 13:31:26 +0200 Oleksandr Gavenko Mentioned python-shell-interpreter-args.
Mon, 04 Jan 2021 01:26:23 +0200 Oleksandr Gavenko Do not sent my outdated my-python/eldoc-setup-code to Python interpreter.
Mon, 04 Jan 2021 01:08:30 +0200 Oleksandr Gavenko Added example how to activate babel executors.
Mon, 04 Jan 2021 00:55:57 +0200 Oleksandr Gavenko Enabled org-tempo for shortcut to insert template #+BEGIN_SRC quickly.
Mon, 04 Jan 2021 00:09:48 +0200 Oleksandr Gavenko About term-paste.
Mon, 04 Jan 2021 00:02:08 +0200 Oleksandr Gavenko Added note about winner-mode.
Sun, 03 Jan 2021 15:05:40 +0200 Oleksandr Gavenko Moved setting for backups, auto saving, locking earlier.
Sun, 03 Jan 2021 14:36:10 +0200 Oleksandr Gavenko Disable auto saving, files "#name#" might trigger false rebuild if there is
Sun, 03 Jan 2021 14:31:09 +0200 Oleksandr Gavenko Simplified expression.
Sun, 03 Jan 2021 12:52:20 +0200 Oleksandr Gavenko Set extra support file policies earlier in init file.
Sat, 02 Jan 2021 23:35:40 +0200 Oleksandr Gavenko Do not automatically enable company-mode.
Sat, 02 Jan 2021 23:11:23 +0200 Oleksandr Gavenko Moved startup profiler settings to init.el and simplified activation.
Sat, 02 Jan 2021 22:42:24 +0200 Oleksandr Gavenko Added Make target to preinstall packages from ELPA.
Sat, 02 Jan 2021 22:41:10 +0200 Oleksandr Gavenko Fixed byte compilation warning: assignment to free variable "for".
Sat, 02 Jan 2021 22:38:46 +0200 Oleksandr Gavenko Fixed error 'eval-when is not defined' after switching to cl-lib.
Sat, 02 Jan 2021 21:22:00 +0200 Oleksandr Gavenko melpa.milkbox.net is dead, use melpa.org instead.
Sat, 02 Jan 2021 21:11:57 +0200 Oleksandr Gavenko cl-lib is pretty widespread now, no need for with-no-warnings.
Sat, 02 Jan 2021 20:37:29 +0200 Oleksandr Gavenko Disable population of `file-name-history', it causes calls to
Sat, 02 Jan 2021 20:02:16 +0200 Oleksandr Gavenko Disabled activation of CEDET and Semantic. It consumes 48% of startup time.
Sat, 02 Jan 2021 19:49:06 +0200 Oleksandr Gavenko Added option to disable activation of desktop-save-mode.
Sat, 02 Jan 2021 19:45:46 +0200 Oleksandr Gavenko 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 Oleksandr Gavenko Added note about recentf-auto-cleanup.
Sat, 02 Jan 2021 17:38:55 +0200 Oleksandr Gavenko Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time.
Sat, 02 Jan 2021 01:26:59 +0200 Oleksandr Gavenko Suppressed warning: assignment to free variable "c-basic-offset".
Fri, 01 Jan 2021 19:57:59 +0200 Oleksandr Gavenko Ensure the help doesn't trigger autoloading.
Thu, 31 Dec 2020 00:20:03 +0200 Oleksandr Gavenko Fixed: show-paren-mode was disabled by large files because is it global mode.
Thu, 31 Dec 2020 00:08:10 +0200 Oleksandr Gavenko Set more distinctive color for paren expression highlighting.
Thu, 31 Dec 2020 00:03:42 +0200 Oleksandr Gavenko Highlight an entire expression instead of matching parenthesis.
Fri, 25 Dec 2020 20:21:56 +0200 Oleksandr Gavenko (setq ibuffer-expert t)
Sun, 13 Dec 2020 20:00:18 +0200 Oleksandr Gavenko 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 Oleksandr Gavenko Just require ls-lisp.
Thu, 03 Dec 2020 11:14:59 +0200 Oleksandr Gavenko Lazy loading of buffer significantly reduces startup time!
Mon, 30 Nov 2020 13:39:57 +0200 Oleksandr Gavenko Enable yaml-mode in Jinja templates.
Sun, 29 Nov 2020 14:58:44 +0200 Oleksandr Gavenko Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
Sat, 28 Nov 2020 15:09:11 +0200 Oleksandr Gavenko Prefer to open URLs in Firefox.
Thu, 26 Nov 2020 23:35:06 +0200 Oleksandr Gavenko Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs.
Thu, 26 Nov 2020 23:08:51 +0200 Oleksandr Gavenko Switched to build-in GNUS HTML renderer as Emacs cannot find w3m in Cygwin even if the package is installed.
Sat, 21 Nov 2020 21:34:47 +0200 Oleksandr Gavenko Enabled highlighting of TODO keywords by text-mode-hook.
Fri, 20 Nov 2020 22:10:13 +0200 Oleksandr Gavenko Enable whitespace-mode in gadict-mode with appropriate customization.
Fri, 20 Nov 2020 17:24:58 +0200 Oleksandr Gavenko Implemented mypasshide-mode for hiding passwords from my .org files.
Fri, 20 Nov 2020 12:07:48 +0200 Oleksandr Gavenko Added comment how to reload recentf.
Fri, 20 Nov 2020 12:04:07 +0200 Oleksandr Gavenko 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 Oleksandr Gavenko Update codetags list.
Mon, 16 Nov 2020 19:57:22 +0200 Oleksandr Gavenko Enable TODO highlighting in config-like modes.
Mon, 16 Nov 2020 14:26:40 +0200 Oleksandr Gavenko Grouped related code so paragraph selected text can be evaluated by eval-reegion!
Mon, 16 Nov 2020 14:23:28 +0200 Oleksandr Gavenko Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode.
Mon, 16 Nov 2020 00:32:43 +0200 Oleksandr Gavenko Eliminated lags when navigating diff file cause by visiting files behind the
Sun, 01 Nov 2020 15:05:04 +0200 Oleksandr Gavenko Replaced eval-after-load => with-eval-after-load for its easier syntax.
Sun, 01 Nov 2020 14:26:50 +0200 Oleksandr Gavenko Add association if `key' is not in `alist' and replace all accociation with
Tue, 13 Oct 2020 21:24:58 +0300 Oleksandr Gavenko Disabled hunk refinement during font-lock, introduced in v27.1.
Tue, 13 Oct 2020 20:51:39 +0300 Oleksandr Gavenko Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
Sat, 03 Oct 2020 22:46:26 +0300 Oleksandr Gavenko Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
Sat, 03 Oct 2020 22:45:06 +0300 Oleksandr Gavenko Fixed typo in a condition.
Wed, 30 Sep 2020 14:11:24 +0300 Oleksandr Gavenko Use ivy-switch-buffer if available.
Tue, 22 Sep 2020 12:55:29 +0300 Oleksandr Gavenko Added highlighting for special pattern to be less distracting. Two symbols are used as markers from each side to avoid most false positive matches.
Tue, 22 Sep 2020 12:53:26 +0300 Oleksandr Gavenko Activate typescript mode with eval-after-load as feature isn't registerd during startup process so we cannot detect it earlier.
Tue, 01 Sep 2020 13:22:16 +0300 Oleksandr Gavenko Moved save-place to a separate section.
Tue, 01 Sep 2020 13:20:18 +0300 Oleksandr Gavenko save-place-mode is since v25.1.
Sun, 30 Aug 2020 18:53:38 +0300 Oleksandr Gavenko Added interesting time zones for M-x display-time-world.
Sun, 16 Aug 2020 00:13:35 +0300 Oleksandr Gavenko Fixed Emacs 27.1 load issue: GNUS faces are now without -face suffix.
Wed, 27 May 2020 13:28:47 +0300 Oleksandr Gavenko Enable typescript-mode for .tsx files.
Thu, 26 Mar 2020 14:58:47 +0200 Oleksandr Gavenko my-pp based on context so I don't need to remember my-nxml-pp, json-pretty-print-buffer, etc.
Thu, 12 Mar 2020 12:37:36 +0200 Oleksandr Gavenko Set display-raw-bytes-as-hex for Emacs 26.
Thu, 12 Mar 2020 12:32:22 +0200 Oleksandr Gavenko Expression was simplified.
Thu, 12 Mar 2020 12:27:12 +0200 Oleksandr Gavenko Simplified expression.
Sun, 23 Feb 2020 14:45:23 +0200 Oleksandr Gavenko Moved experimental code to non-hg tracked file.
Mon, 17 Feb 2020 13:44:36 +0200 Oleksandr Gavenko Improved handling of long lines. Added docs.
Mon, 10 Feb 2020 00:56:19 +0200 Oleksandr Gavenko Enabled new gadialog mode.
Wed, 08 Jan 2020 22:23:31 +0200 Oleksandr Gavenko Grouped magit and vc modes.
Wed, 11 Dec 2019 22:39:13 +0200 Oleksandr Gavenko Fallback to selective-display if not in hs-minor-mode. Make corresponding key binding global.
Wed, 11 Dec 2019 00:35:10 +0200 Oleksandr Gavenko I need to visit work file with UTF-8 support.
Tue, 10 Dec 2019 19:49:45 +0200 Oleksandr Gavenko inhibit-startup-buffer-menu
Tue, 10 Dec 2019 19:38:14 +0200 Oleksandr Gavenko initial-major-mode is fundamental-mode.
Tue, 10 Dec 2019 18:08:41 +0200 Oleksandr Gavenko Introduced key binding to open helper buffer baked by file (so will not be lost as with *scratch*).
Tue, 10 Dec 2019 18:04:16 +0200 Oleksandr Gavenko Removed some generic modes that interfere with specialised: javascript-generic-mode ansible-inventory-generic-mode
Mon, 19 Aug 2019 18:28:12 +0300 Oleksandr Gavenko Fix: removed quotation from sub-element inside quoted expression.
Sun, 28 Jul 2019 13:49:08 +0300 Oleksandr Gavenko No need for default value. It can hide bug.
Wed, 17 Jul 2019 00:53:27 +0300 Oleksandr Gavenko Fixed hs-special-modes-alist START regex to allow '/' in attr values (like base64 encoded data) and enabled proper nxml-forward-element balancing function.
Tue, 04 Jun 2019 19:38:35 +0300 Oleksandr Gavenko Show diff for REV.
Sun, 02 Jun 2019 14:45:01 +0300 Oleksandr Gavenko Added magit-revision-mode to my-text-mode-list.
Thu, 16 May 2019 00:26:05 +0300 Oleksandr Gavenko Enable TODO highlighting in all prod modes without listing all modes.
Tue, 07 May 2019 00:48:54 +0300 Oleksandr Gavenko Fixed: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead.
Tue, 07 May 2019 00:48:25 +0300 Oleksandr Gavenko Fix: string-to-int was removed in v26.1.
Tue, 07 May 2019 00:45:32 +0300 Oleksandr Gavenko Fixed: ‘ucs-insert’ is an obsolete function (as of 24.3), use ‘insert-char’ instead.
Tue, 07 May 2019 00:44:54 +0300 Oleksandr Gavenko Replaced default-FOO variables with (setq-default FOO ...) as they were deleted in v26.1.
Mon, 29 Apr 2019 16:49:32 +0300 Oleksandr Gavenko Added EDITED to TODO keywords.
Fri, 26 Apr 2019 12:15:39 +0300 Oleksandr Gavenko Added docs about global-auto-revert-mode.
Mon, 22 Apr 2019 23:45:02 +0300 Oleksandr Gavenko Enable whitespace-mode for markdown-mode.
Sat, 20 Apr 2019 02:38:52 +0300 Oleksandr Gavenko Activate gaphrase mode.
Thu, 18 Apr 2019 23:35:53 +0300 Oleksandr Gavenko Enable adoc-mode by function presents, feature is not available from autoload file.
Tue, 16 Apr 2019 11:28:40 +0300 Oleksandr Gavenko Do to turn on auto-fill mode. It is hard to disable it in derived modes.
Mon, 11 Mar 2019 12:19:49 +0200 Oleksandr Gavenko Simpler key binding to collapse XML documents.
Sun, 03 Mar 2019 14:19:08 +0200 Oleksandr Gavenko Highlight difference in magit with magit-diff-refine-hunk.
Sat, 02 Feb 2019 18:00:53 +0200 Oleksandr Gavenko vc-git-print-log-follow is for v26.1
Thu, 13 Dec 2018 01:09:53 +0200 Oleksandr Gavenko gnus-buttonized-mime-types
Thu, 13 Dec 2018 00:34:30 +0200 Oleksandr Gavenko Reindent code.
Tue, 09 Oct 2018 09:49:35 +0300 Oleksandr Gavenko Show date instead of distance to commit in Magit log.
Mon, 24 Sep 2018 02:19:47 +0300 Oleksandr Gavenko Set gud-pdb-command-name.
Mon, 17 Sep 2018 19:58:48 +0300 Oleksandr Gavenko Enable adoc-mode for .adoc files.
Wed, 25 Jul 2018 22:10:16 +0300 Oleksandr Gavenko Fixed typo.
Wed, 25 Jul 2018 21:53:48 +0300 Oleksandr Gavenko Fixed regex quoting syntax.
Wed, 25 Jul 2018 21:52:30 +0300 Oleksandr Gavenko Fixed: ‘nxml-complete’ is an obsolete command (as of 26.1); use ‘completion-at-point’ instead.
Thu, 19 Jul 2018 15:06:02 +0300 Oleksandr Gavenko Fixed (ucs-names) API change in Emacs v26.
Wed, 11 Jul 2018 14:49:36 +0300 Oleksandr Gavenko Ported to Emacs 26.
Sun, 17 Jun 2018 22:50:13 +0300 Oleksandr Gavenko For convenience TAB always hide/show current leaf.
Tue, 08 May 2018 02:00:23 +0300 Oleksandr Gavenko Fixed my-nxml-pp.
Thu, 03 May 2018 11:52:34 +0300 Oleksandr Gavenko Added pretty-print XML function.
Sat, 14 Apr 2018 17:15:52 +0300 Oleksandr Gavenko Avoid warning "assignment to free variable" for /ido-mode during compilation.
Sat, 14 Apr 2018 13:27:00 +0300 Oleksandr Gavenko Added emmet customization.
Sat, 14 Apr 2018 13:24:39 +0300 Oleksandr Gavenko Added emmet-mode.
Sun, 01 Apr 2018 15:32:58 +0300 Oleksandr Gavenko Add recent files and bookmarks to ‘ivy-switch-buffer’.
Sun, 01 Apr 2018 01:16:11 +0300 Oleksandr Gavenko Disable auto indenting on copy/paste in web-mode.
Fri, 30 Mar 2018 17:02:47 +0300 Oleksandr Gavenko Added switch to rfc1345 input method.
Sun, 28 Jan 2018 16:34:44 +0200 Oleksandr Gavenko Increase context in patches.
Sun, 03 Dec 2017 10:57:05 +0200 Oleksandr Gavenko Added function that copies xpath-like path in XML document.
Sun, 03 Dec 2017 10:55:56 +0200 Oleksandr Gavenko Set new frame font same as in main. Maximize new frames.
Sat, 25 Nov 2017 23:16:04 +0200 Oleksandr Gavenko Added hideshow mode for nxml.
Tue, 07 Nov 2017 22:00:04 +0200 Oleksandr Gavenko Disable er in org/rst-mode. Expand to line with \n by default.
Tue, 31 Oct 2017 10:58:29 +0200 Oleksandr Gavenko Expand region to word by default.
Wed, 25 Oct 2017 23:57:43 +0300 Oleksandr Gavenko It doesn't help much but allows to run python process, otherwise
Mon, 23 Oct 2017 14:20:14 +0300 Oleksandr Gavenko Make function silent if file is modified.
Sun, 22 Oct 2017 03:06:32 +0300 Oleksandr Gavenko Prefer Python 3 for interactive shell.
Sat, 21 Oct 2017 18:27:41 +0300 Oleksandr Gavenko Use UTF-8 on Windows fpr processes.
Wed, 11 Oct 2017 00:28:06 +0300 Oleksandr Gavenko Set font size depending on DPI.
Tue, 10 Oct 2017 22:41:43 +0300 Oleksandr Gavenko Mistaken s-TAB key binding broke my workflow.
Sun, 24 Sep 2017 09:23:32 +0300 Oleksandr Gavenko Prevent error that character not found.
Thu, 21 Sep 2017 19:50:19 +0300 Oleksandr Gavenko Problems with hunging on re-display when symbols is used on Windows can be solved by:
Thu, 21 Sep 2017 15:09:27 +0300 Oleksandr Gavenko Some symbols from default composition rules cause Emacs redisplay hang on Windows.
Wed, 06 Sep 2017 14:42:39 +0300 Oleksandr Gavenko Added key binding to erase buffer conveniently.
Mon, 31 Jul 2017 17:43:35 +0300 Oleksandr Gavenko Default sed filter failed with syntax error in native Emacs and Cygwin.
Tue, 04 Jul 2017 11:38:48 +0300 Oleksandr Gavenko .log.N files also should be treated as log files. Disable NRoff mode for such files.
Tue, 04 Jul 2017 11:35:29 +0300 Oleksandr Gavenko Modern Windows can work with Unicode. No need for codepage.
Mon, 12 Jun 2017 14:41:05 +0300 Oleksandr Gavenko Replace triangle symbol with alternatives that is worked with default Windows fonts.
Wed, 31 May 2017 16:11:48 +0300 Oleksandr Gavenko Set large-file-warning-threshold greater then 10 MiB in order to open logs
Sun, 23 Apr 2017 21:27:59 +0300 Oleksandr Gavenko Fixed parents and key binding syntax for ide-*.
Sun, 23 Apr 2017 17:47:05 +0300 Oleksandr Gavenko Added key bindings to open file in external IDE. Unified code for error
Sun, 02 Apr 2017 16:22:22 +0300 Oleksandr Gavenko Revert mistaken change after mass-replacing.
Wed, 29 Mar 2017 22:27:16 +0300 Oleksandr Gavenko Use 'my-' prefix instead 'my/' with nonstandard character.
Sat, 25 Mar 2017 02:06:03 +0300 Oleksandr Gavenko No need to custom implementation of zgrep, zrgrep is bundled with v23.2.
Thu, 09 Mar 2017 11:07:23 +0200 Oleksandr Gavenko Use trick with changing working directory to avoid Cygwin path issues.
Thu, 09 Mar 2017 10:55:00 +0200 Oleksandr Gavenko Add documentation.
Thu, 09 Mar 2017 10:53:14 +0200 Oleksandr Gavenko Open file in Intellij Idea. Common interface for IDE.
Mon, 06 Mar 2017 15:40:53 +0200 Oleksandr Gavenko It much easy to call ag for current directory via modifier then prefix argument.
Wed, 01 Mar 2017 16:15:48 +0200 Oleksandr Gavenko Disable function highlighting. It is too disturbing.
Thu, 23 Feb 2017 09:59:25 +0200 Oleksandr Gavenko Define function to easy navigate to Java source file from Java exception.
Thu, 23 Feb 2017 00:42:06 +0200 Oleksandr Gavenko Use own implementation of ag frontend.
Wed, 22 Feb 2017 11:37:42 +0200 Oleksandr Gavenko Follow common prefixing schema for my functions.
Tue, 21 Feb 2017 11:22:31 +0200 Oleksandr Gavenko Windows doesn't have fonts for 'or'/'and' Python keywords.
Mon, 20 Feb 2017 20:26:21 +0200 Oleksandr Gavenko Use regex search instead of literal for ag.
Mon, 20 Feb 2017 15:56:22 +0200 Oleksandr Gavenko I do not need duplicates in minibuffer history.
Sun, 19 Feb 2017 13:33:21 +0200 Oleksandr Gavenko Set indentation for json-mode. Require ag.
Wed, 15 Feb 2017 00:01:59 +0200 Oleksandr Gavenko Show message about debug level to be sure without reading documentation.
Sun, 12 Feb 2017 13:15:25 +0200 Oleksandr Gavenko Customize ag usage.
Thu, 09 Feb 2017 15:41:59 +0200 Oleksandr Gavenko Enable ag if available for searching.
Tue, 31 Jan 2017 23:38:09 +0200 Oleksandr Gavenko Disable anti-aliasing for Cyrillic, Greek and IPA scripts.
Mon, 30 Jan 2017 14:28:51 +0200 Oleksandr Gavenko Avoid duplication in company prompt because of case.
Sun, 29 Jan 2017 23:10:53 +0200 Oleksandr Gavenko Use cycle-spacing as it convenient then M-\ key binding.
Sun, 29 Jan 2017 14:04:06 +0200 Oleksandr Gavenko Avoid duplication in "company-transformers".
Sun, 29 Jan 2017 13:52:18 +0200 Oleksandr Gavenko Enable flyspell for rst-mode.
Sat, 28 Jan 2017 14:41:20 +0200 Oleksandr Gavenko Enable company-mode for org-mode.
Fri, 27 Jan 2017 21:28:54 +0200 Oleksandr Gavenko I end with using Apps key as super.
Fri, 27 Jan 2017 19:51:50 +0200 Oleksandr Gavenko Use ScrollLock as super modifier in Windows. It is useful after remapping
Fri, 27 Jan 2017 17:23:34 +0200 Oleksandr Gavenko Return list instead printing to *Message* buffer in my/lookup-key.
Thu, 26 Jan 2017 21:18:12 +0200 Oleksandr Gavenko Adjust company mode to Java.
Thu, 26 Jan 2017 21:09:42 +0200 Oleksandr Gavenko Rearrange code. Enable company mode for RST files.
Thu, 26 Jan 2017 20:54:44 +0200 Oleksandr Gavenko Align annotations to right.
Thu, 26 Jan 2017 20:53:33 +0200 Oleksandr Gavenko Enable company-mode during Emacs startup. Echo full path to executable in echo-area.
Thu, 26 Jan 2017 20:01:50 +0200 Oleksandr Gavenko Add company completion for executable in PATH. Enable company for Makefile and progmodes.
Thu, 26 Jan 2017 17:33:34 +0200 Oleksandr Gavenko Limit company-dabbrev-code search to shell-mode.
Thu, 26 Jan 2017 17:28:12 +0200 Oleksandr Gavenko Improve company-mode integration for shell mode.
Thu, 26 Jan 2017 17:27:01 +0200 Oleksandr Gavenko Enable company mode for shell scripts.
Thu, 26 Jan 2017 17:09:36 +0200 Oleksandr Gavenko Add stable.melpa.org and priorities for package sources.
Thu, 26 Jan 2017 16:25:43 +0200 Oleksandr Gavenko http://tromey.com/elpa/ is deprecated.
Thu, 26 Jan 2017 16:07:37 +0200 Oleksandr Gavenko Filter out completion started with numbers from company-mode.
Thu, 26 Jan 2017 15:56:33 +0200 Oleksandr Gavenko company-dabbrev-other-buffers
Thu, 26 Jan 2017 15:23:59 +0200 Oleksandr Gavenko company-dabbrev-downcase.
Mon, 23 Jan 2017 02:33:55 +0200 Oleksandr Gavenko Use bash in term-mode under Cygwin.
Mon, 23 Jan 2017 01:02:09 +0200 Oleksandr Gavenko Enable server for Cygwin Emacs.
Mon, 09 Jan 2017 19:53:27 +0200 Oleksandr Gavenko save-place-mode is not defined in earlier Emacs (21-24).
Mon, 09 Jan 2017 02:27:39 +0200 Oleksandr Gavenko Activate save-place-mode with a function in order to work with Emacs 25.
Mon, 09 Jan 2017 01:14:56 +0200 Oleksandr Gavenko Add pyflakes3.
Sat, 07 Jan 2017 01:10:02 +0200 Oleksandr Gavenko Add handling of hex charrefs.
Sat, 19 Nov 2016 18:06:38 +0200 Oleksandr Gavenko Redefine some web-mode faces.
Sat, 19 Nov 2016 17:46:22 +0200 Oleksandr Gavenko Replace html-mode with web-mode in ``magic-fallback-mode-alist``.
Thu, 13 Oct 2016 21:17:44 +0300 Oleksandr Gavenko icomplete mostly as powerful as smex. That's why I removed external dependency.
Thu, 13 Oct 2016 21:11:11 +0300 Oleksandr Gavenko Give a try to smex.
Wed, 12 Oct 2016 22:46:40 +0300 Oleksandr Gavenko Use TRIANGLE in pseudo-graphic it is better looking then POINTER.
Mon, 10 Oct 2016 17:00:26 +0300 Oleksandr Gavenko Reindent code.
Fri, 07 Oct 2016 02:20:50 +0300 Oleksandr Gavenko Port to Emacs 23.
Fri, 07 Oct 2016 02:16:30 +0300 Oleksandr Gavenko Port to Emacs 22.
Thu, 06 Oct 2016 21:04:15 +0300 Oleksandr Gavenko Document ido-everywhere synonym.
Thu, 06 Oct 2016 18:58:23 +0300 Oleksandr Gavenko My .rst files in UTF-8.
Mon, 26 Sep 2016 00:29:33 +0300 Oleksandr Gavenko Decide to use "DejaVu Sans Mono-11" as default font. It has same width as
Sun, 25 Sep 2016 22:56:05 +0300 Oleksandr Gavenko Use Terminus font under X and fallback to misc-fixed.
Tue, 20 Sep 2016 14:44:39 +0300 Oleksandr Gavenko Highlight whitespaces and adjust scroll-margin for gadict-mode.
Sat, 17 Sep 2016 09:28:07 +0300 Oleksandr Gavenko Fix docs.
Sun, 11 Sep 2016 15:31:04 +0300 Oleksandr Gavenko Fix: Warning: reference to free variable `python-indent'.
Sun, 11 Sep 2016 15:26:25 +0300 Oleksandr Gavenko Fix: Warning: reference to free variable `gnus-tmp-group'.
Sun, 11 Sep 2016 15:06:41 +0300 Oleksandr Gavenko Make possible to move through English word pronunciation with single forward-word.
Sun, 11 Sep 2016 11:37:20 +0300 Oleksandr Gavenko Fix: Warning: assignment to free variables `pc-select-selection-keys-only' and
Sun, 11 Sep 2016 11:30:26 +0300 Oleksandr Gavenko Fix: Warning: assignment to free variable `helm-locate-command'.
Sun, 11 Sep 2016 11:29:01 +0300 Oleksandr Gavenko Fix :Warning: assignment to free variable `srecode-mode-table-list'.
Sun, 11 Sep 2016 11:27:08 +0300 Oleksandr Gavenko Show Message-Id in Gnus Article buffer. Search for Message-Id in Web.
Sat, 10 Sep 2016 15:40:30 +0300 Oleksandr Gavenko Use shell glob instead regex for helm-locate.
Fri, 26 Aug 2016 00:09:57 +0300 Oleksandr Gavenko Fix: Warning: defface for ... fails to specify containing group.
Fri, 26 Aug 2016 00:02:33 +0300 Oleksandr Gavenko compile-auto-highlight is no longer in Emacs sources.
Fri, 26 Aug 2016 00:02:04 +0300 Oleksandr Gavenko Remove some "Warning: assignment to free variable".
Thu, 25 Aug 2016 23:59:23 +0300 Oleksandr Gavenko gnus-treat-date-user-defined no longer exist. Also it is unclear how
Thu, 25 Aug 2016 23:55:58 +0300 Oleksandr Gavenko Fix many of "Warning: assignment to free variable".
Thu, 25 Aug 2016 23:47:02 +0300 Oleksandr Gavenko Fix: Warning: reference to free variable `cygwin-mount-table--internal'.
Thu, 25 Aug 2016 21:27:19 +0300 Oleksandr Gavenko Fix: Warning: assignment to free variable `find-ls-option'.
Thu, 25 Aug 2016 21:16:35 +0300 Oleksandr Gavenko Fix: Warning: `beginning-of-buffer' is for interactive use only; use `(goto-char (point-min))' instead.
Thu, 25 Aug 2016 20:30:31 +0300 Oleksandr Gavenko Functions to re-evaluate buffer/library with re-assigning `defvar` values.
Sat, 13 Aug 2016 18:35:26 +0300 Oleksandr Gavenko Rename my public names to use "my/" prefix and my private function to use "my--" prefix.
Sat, 13 Aug 2016 18:22:31 +0300 Oleksandr Gavenko Rename own org variable and function to use "my/" prefix.
Tue, 02 Aug 2016 23:46:27 +0300 Oleksandr Gavenko Fix: nil python shell because we already switched from .py file.
Tue, 02 Aug 2016 23:42:10 +0300 Oleksandr Gavenko Move defuns out of top level macro in order to simplify debugging. Follow
Sat, 18 Jun 2016 21:13:24 +0300 Oleksandr Gavenko suggest-key-bindings
Thu, 02 Jun 2016 20:21:30 +0300 Oleksandr Gavenko Fix: Symbol's function definition is void: tooltip-mode on Solaris emacs-nox v24.3.
Wed, 25 May 2016 10:18:36 +0300 Oleksandr Gavenko Fix: File error: Opening output file, no such file or directory, c:/Users/user/AppData/Roaming/.emacs.d/server/server
Sat, 21 May 2016 10:40:25 +0300 Oleksandr Gavenko Enable whitespace-mode for gadict-mode.
Wed, 18 May 2016 18:29:10 +0300 Oleksandr Gavenko I already activate "cygwin-mount".
Wed, 18 May 2016 15:47:16 +0300 Oleksandr Gavenko (eq window-system 'w32) ==> (eq system-type 'windows-nt) to correctly handle
Wed, 18 May 2016 14:23:47 +0300 Oleksandr Gavenko Including ~/usr/share/info in INFOPATH. Tweak for INFOPATH and cygwin-mount.el.
Wed, 18 May 2016 14:05:30 +0300 Oleksandr Gavenko Activate Cygwin for native Windows Emacs if available.
Sun, 15 May 2016 23:31:06 +0300 Oleksandr Gavenko Fix: Error: Cannot open load file: no such file or directory, htmlize.
Sun, 15 May 2016 23:28:47 +0300 Oleksandr Gavenko Disable ClearType on Windows.
Thu, 12 May 2016 21:59:38 +0300 Oleksandr Gavenko Enable margins for conf-mode.
Fri, 01 Apr 2016 19:20:55 +0300 Oleksandr Gavenko sgml-set-face is not defined anywhere. Fix some Warning: assignment to free variable.
Fri, 01 Apr 2016 19:05:11 +0300 Oleksandr Gavenko I am no loger using psvn, DVC.
Fri, 01 Apr 2016 19:04:18 +0300 Oleksandr Gavenko I don't use rcirc.
Fri, 01 Apr 2016 19:00:17 +0300 Oleksandr Gavenko I don't use bbdb.
Fri, 01 Apr 2016 18:58:28 +0300 Oleksandr Gavenko Fix: Warning: `... is for interactive use only; use `...' instead.
Fri, 01 Apr 2016 18:55:36 +0300 Oleksandr Gavenko Set valued via defvar instead of setq to avoid Warning: assignment to free variable.
Fri, 01 Apr 2016 18:49:09 +0300 Oleksandr Gavenko Fix: Warning: `european-calendar-style' is an obsolete variable (as of 23.1); use `calendar-date-style' instead.
Fri, 01 Apr 2016 18:46:29 +0300 Oleksandr Gavenko Even on Windows I prefer UTF-8 fro SVN/CVS.
Fri, 01 Apr 2016 18:40:42 +0300 Oleksandr Gavenko Suppress another: Warning: assignment to free variable
Fri, 01 Apr 2016 18:32:20 +0300 Oleksandr Gavenko I don't like yasnippet because it require file name matches abbreviation.
Fri, 01 Apr 2016 18:30:40 +0300 Oleksandr Gavenko Use hl-line even in terminals.
Fri, 01 Apr 2016 18:27:39 +0300 Oleksandr Gavenko Fix Warning: assignment to free variable.
Fri, 01 Apr 2016 18:26:08 +0300 Oleksandr Gavenko I have no needs to use my jdone mode anymore.
Fri, 01 Apr 2016 18:25:13 +0300 Oleksandr Gavenko Emacs 23.1 no longer need codepage-setup. Unlikely I would use old Emacs 22 on Windows...
Fri, 01 Apr 2016 18:21:16 +0300 Oleksandr Gavenko Remove support for Emacs 21.x.
Fri, 01 Apr 2016 18:01:57 +0300 Oleksandr Gavenko Delete explicit-sh-args var, it is not defined in Emacs sources.
Fri, 01 Apr 2016 18:00:50 +0300 Oleksandr Gavenko Exclusively use "org-capture". Although it is not available on Emacs 23 but I
Fri, 01 Apr 2016 17:55:30 +0300 Oleksandr Gavenko Unconditionally enable Org mode.
Fri, 01 Apr 2016 17:40:12 +0300 Oleksandr Gavenko Add (eval-when 'compile ...) to reduce number of Warning: reference to free variable.
Fri, 01 Apr 2016 14:47:14 +0300 Oleksandr Gavenko Fix: Warning: `make-variable-buffer-local' not called at toplevel.
Fri, 01 Apr 2016 14:42:15 +0300 Oleksandr Gavenko (setq enable-recursive-minibuffers t)
Wed, 30 Mar 2016 15:00:56 +0300 Oleksandr Gavenko (put 'set-goal-column 'disabled nil)
Fri, 25 Mar 2016 21:58:09 +0200 Oleksandr Gavenko Semantic make useless completion for Java inner classes. It suggest wrong
Fri, 25 Mar 2016 21:30:16 +0200 Oleksandr Gavenko (global-semantic-idle-completions-mode -1)
Wed, 23 Mar 2016 15:14:22 +0200 Oleksandr Gavenko Use named compilation-error-regexp.
Wed, 23 Mar 2016 11:13:11 +0200 Oleksandr Gavenko Fix: Warning: `read-input' is an obsolete function (as of 22.1); use `read-string' instead.
Wed, 23 Mar 2016 11:09:44 +0200 Oleksandr Gavenko Fix: Warning: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
Wed, 23 Mar 2016 11:02:09 +0200 Oleksandr Gavenko Accept safe variables without prompting.
Thu, 17 Mar 2016 15:59:35 +0200 Oleksandr Gavenko Add description for time zones.
Sun, 13 Mar 2016 14:16:22 +0200 Oleksandr Gavenko Load gadict mode if available.
Sun, 13 Mar 2016 14:14:41 +0200 Oleksandr Gavenko Fix typo.
Sun, 13 Mar 2016 01:46:31 +0200 Oleksandr Gavenko Remove those nasty "Summary: " from commit messages.
Wed, 09 Mar 2016 17:09:26 +0200 Oleksandr Gavenko EST
Mon, 07 Mar 2016 12:04:54 +0200 Oleksandr Gavenko display-time-world settings.
Mon, 29 Feb 2016 00:32:45 +0200 Oleksandr Gavenko Document global-linum-mode
Sun, 28 Feb 2016 23:57:49 +0200 Oleksandr Gavenko Disable diary integration into org mode because I don't use diary and
Sun, 28 Feb 2016 11:42:42 +0200 Oleksandr Gavenko home key move after prompt in inferior-ess-mode
Mon, 22 Feb 2016 00:31:46 +0200 Oleksandr Gavenko Swap ipa and greek index.
Mon, 22 Feb 2016 00:30:21 +0200 Oleksandr Gavenko Add Greek input method.
Thu, 18 Feb 2016 18:14:51 +0200 Oleksandr Gavenko Do not place TODO keyword before task. Without it agenda show file
Thu, 18 Feb 2016 15:50:11 +0200 Oleksandr Gavenko I don't need mark of "TODO". If schedule date present - I should make this task.
Thu, 18 Feb 2016 00:48:04 +0200 Oleksandr Gavenko Fix usage of built-in Python help() helper.
Tue, 16 Feb 2016 21:52:27 +0200 Oleksandr Gavenko My Python checkers mode.
Tue, 16 Feb 2016 14:24:05 +0200 Oleksandr Gavenko Regex to parse asciidoc errors.
Mon, 15 Feb 2016 20:16:43 +0200 Oleksandr Gavenko Added function and key binding to show docs through built-in "help" Python function.
Sun, 14 Feb 2016 21:06:19 +0200 Oleksandr Gavenko Remove escapes from "'" from Python docs output.
Sun, 14 Feb 2016 20:04:20 +0200 Oleksandr Gavenko Show full docs for symbol at point for Python mode.
Sat, 13 Feb 2016 00:04:34 +0200 Oleksandr Gavenko Seems that python-describe-symbol in python-mode.el and not in
Sat, 13 Feb 2016 00:01:46 +0200 Oleksandr Gavenko Add key binding for sending paragraph to python process.
Fri, 12 Feb 2016 23:06:29 +0200 Oleksandr Gavenko Redefine and add some key binding for python-mode.el.
Fri, 12 Feb 2016 18:04:15 +0200 Oleksandr Gavenko Modify archive file only if archive entries found.
Fri, 12 Feb 2016 17:55:01 +0200 Oleksandr Gavenko Use entire directory for org-mode file list.
Fri, 12 Feb 2016 15:55:06 +0200 Oleksandr Gavenko Update paths because I move my base development directory up one level.
Wed, 10 Feb 2016 23:46:57 +0200 Oleksandr Gavenko Disable global-hi-lock-mode due to bug: 24.5; "(global-hi-lock-mode 1)" broke "C-x" key bindings inside "M-x term", especially for "emacs -nw" (Emacs inside Emacs).
Wed, 10 Feb 2016 19:53:47 +0200 Oleksandr Gavenko Save more desktop-globals-to-save options.
Wed, 10 Feb 2016 19:52:40 +0200 Oleksandr Gavenko Initialise stam module after loading.
Wed, 10 Feb 2016 19:52:03 +0200 Oleksandr Gavenko Add examples of ffap settings.
Wed, 10 Feb 2016 19:51:06 +0200 Oleksandr Gavenko Place related recentf settings together.
Wed, 10 Feb 2016 15:29:09 +0200 Oleksandr Gavenko Mark my article more visually.
Wed, 10 Feb 2016 14:19:10 +0200 Oleksandr Gavenko Show List-URL: mail header. Enable spam reporting for Gnus.
Sat, 06 Feb 2016 20:11:33 +0200 Oleksandr Gavenko Fix: Symbol's value as variable is void: sql-mode-map
Sat, 06 Feb 2016 17:52:00 +0200 Oleksandr Gavenko Fix: Symbol's value as variable is void: sql-mode-map
Thu, 28 Jan 2016 22:55:06 +0200 Oleksandr Gavenko Add my-* prefix to html-charref-* functions. Add support for < /
Sat, 23 Jan 2016 21:08:36 +0200 Oleksandr Gavenko Send the current paragraph to the SQL process with \"explain \" keyword.
Sat, 09 Jan 2016 23:19:24 +0200 Oleksandr Gavenko Disable Marmelade because of error: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated.
Fri, 08 Jan 2016 22:50:44 +0200 Oleksandr Gavenko Point to new home page.
Fri, 11 Dec 2015 18:54:46 +0200 Oleksandr Gavenko Add quick access to TeX input method.
Thu, 10 Dec 2015 21:58:03 +0200 Oleksandr Gavenko Disable Warning: FAIL: (file-error "Cannot open load file" "w3m-util")
Thu, 10 Dec 2015 21:39:41 +0200 Oleksandr Gavenko cl-eval-when doesn't exist on Emacs v24.2.1.
Thu, 10 Dec 2015 16:17:55 +0200 Oleksandr Gavenko term-scroll-show-maximum-output
Thu, 10 Dec 2015 15:46:08 +0200 Oleksandr Gavenko Fix spelling.
Thu, 10 Dec 2015 12:08:31 +0200 Oleksandr Gavenko Interpret ANSI color esacape sequence by colorifying cotent.
Wed, 02 Dec 2015 23:41:53 +0200 Oleksandr Gavenko Don't jump to unknown directory if file not found in current!
Mon, 30 Nov 2015 00:49:45 +0200 Oleksandr Gavenko Use "-" as hour/minute/second separator instead of ":" to avoid
Thu, 26 Nov 2015 21:36:29 +0200 Oleksandr Gavenko Mark .log.[0-9]+ files also as temporary.
Thu, 26 Nov 2015 00:49:22 +0200 Oleksandr Gavenko Enable file name completion in line-mode of term-mode.
Tue, 10 Nov 2015 13:06:57 +0200 Oleksandr Gavenko Use consistent style for internal names.
Tue, 10 Nov 2015 13:04:25 +0200 Oleksandr Gavenko Additional file extension for nxml-mode.
Sun, 01 Nov 2015 15:13:52 +0200 Oleksandr Gavenko Do not highlight 64 equal characters.
Sun, 01 Nov 2015 15:11:09 +0200 Oleksandr Gavenko Fix sectioning comment style.
Tue, 27 Oct 2015 19:50:40 +0200 Oleksandr Gavenko merged
Wed, 21 Oct 2015 23:47:13 +0300 Oleksandr Gavenko Show size in bytes by find-dired command.
Wed, 14 Oct 2015 14:17:16 +0300 Oleksandr Gavenko Load file for workaround only when necessary.
Wed, 07 Oct 2015 13:34:30 +0300 Oleksandr Gavenko Fix: my-w3m-view-url: Invalid function: w3m-anchor
Sat, 26 Sep 2015 19:29:44 +0300 Oleksandr Gavenko Don't highlight 64 subsequent chars as this break major mode highlighting.
Sat, 19 Sep 2015 19:08:31 +0300 Oleksandr Gavenko Fix test for finding key by lookup-key.
Mon, 14 Sep 2015 22:22:52 +0300 Oleksandr Gavenko my--smart-end-of-line like my--smart-beginning-of-line.
Mon, 10 Aug 2015 22:47:53 +0300 Oleksandr Gavenko set-mark-command-repeat-pop
Thu, 09 Jul 2015 22:39:54 -0500 Oleksandr Gavenko my-calc-line
Thu, 23 Apr 2015 02:04:23 +0300 Oleksandr Gavenko Use new autobm mode!
Tue, 14 Apr 2015 23:20:00 +0300 Oleksandr Gavenko Disable byte-compilation warnings:
Tue, 07 Apr 2015 22:10:10 +0300 Oleksandr Gavenko Disable noisy prompts when Emacs loads with desktop-save-mode opening
Tue, 14 Apr 2015 13:01:01 +0300 Oleksandr Gavenko Disable line wrapping for SQLi buffers.
Fri, 10 Apr 2015 22:20:51 +0300 Oleksandr Gavenko With double prefix enable debugging on event and signal.
Thu, 02 Apr 2015 19:51:29 +0300 Oleksandr Gavenko Remove qouting from 'my--eval-after-load' macro usage because that code doesn't evaluated.
Wed, 01 Apr 2015 14:53:04 +0300 Oleksandr Gavenko Avoid overriding text background - highlight only after line end.
Tue, 31 Mar 2015 14:35:29 +0300 Oleksandr Gavenko LANG=C damage localised output.
Fri, 13 Mar 2015 21:34:39 +0200 Oleksandr Gavenko Keep jabber conversation history in 'user-emacs-directory'.
Fri, 13 Mar 2015 19:26:20 +0200 Oleksandr Gavenko merged
Fri, 13 Mar 2015 14:20:23 +0200 Oleksandr Gavenko Use er/expand-region if available.
Wed, 25 Feb 2015 13:52:36 +0200 Oleksandr Gavenko Update copying year.
Wed, 11 Mar 2015 23:45:06 +0200 Oleksandr Gavenko Fix warning from checkdoc.
Sun, 08 Mar 2015 20:36:48 -0500 Oleksandr Gavenko Fix: "load: Symbol's value as variable is void: c-mode" for 'setq-mode-local'.
Sun, 08 Mar 2015 01:10:01 -0600 Oleksandr Gavenko Move elisp tuning upper to get better support for debugging when init
Sat, 07 Mar 2015 00:05:07 +0200 Oleksandr Gavenko Define special macro to avoid warning about "assignment to free variable".
Sun, 01 Mar 2015 20:28:04 +0200 Oleksandr Gavenko Move '.recentf' and '~/.irc' to '~/.emacs.d'.
Sun, 01 Mar 2015 13:09:44 +0200 Oleksandr Gavenko Fix: hs-minor-mode doesn't support fundamental-mode.
Sat, 28 Feb 2015 14:39:29 +0200 Oleksandr Gavenko hs-minor-mode
Sat, 28 Feb 2015 14:11:53 +0200 Oleksandr Gavenko Delay loading.
Sat, 28 Feb 2015 14:10:39 +0200 Oleksandr Gavenko css-eldoc-enable
Sat, 28 Feb 2015 13:54:42 +0200 Oleksandr Gavenko js-indent-level, css-indent-offset
Sat, 28 Feb 2015 13:11:54 +0200 Oleksandr Gavenko When to enable turn-on-eldoc-mode.
Sat, 28 Feb 2015 13:07:37 +0200 Oleksandr Gavenko Use hippie-expand.
Wed, 25 Feb 2015 01:13:28 +0200 Oleksandr Gavenko Enable wesnoth-mode if possible.
Sun, 22 Feb 2015 18:44:46 +0200 Oleksandr Gavenko Remove duplicated line.
Sun, 22 Feb 2015 18:44:06 +0200 Oleksandr Gavenko abbrev-file-name, pascal-mode
Tue, 24 Feb 2015 02:20:15 +0200 Oleksandr Gavenko Increase ido limits.
Tue, 24 Feb 2015 01:27:49 +0200 Oleksandr Gavenko Move .emacs files to user-emacs-directory.
Thu, 19 Feb 2015 19:21:39 +0200 Oleksandr Gavenko requirements.txt is Python dependency description file probably.
Tue, 17 Feb 2015 15:07:54 +0200 Oleksandr Gavenko my-recentf.clean-project
Wed, 11 Feb 2015 16:32:42 +0200 Oleksandr Gavenko Fixes performance issues in Emacs for large files.
Wed, 11 Feb 2015 19:09:06 +0200 Oleksandr Gavenko my-srecode-reload-templates
Fri, 06 Feb 2015 08:44:39 +0200 Oleksandr Gavenko merged
Wed, 28 Jan 2015 15:07:34 +0200 Oleksandr Gavenko Fix condition for applying server-ensure-safe-dir fix.
Wed, 04 Feb 2015 23:43:38 +0200 Oleksandr Gavenko Add shortcut for recentf.
Wed, 04 Feb 2015 19:46:18 +0200 Oleksandr Gavenko Add key bindings for finding file that work in M-x term.
Wed, 04 Feb 2015 19:30:15 +0200 Oleksandr Gavenko Check if ido available.
Wed, 28 Jan 2015 00:45:31 +0200 Oleksandr Gavenko Move all configs to "~/.emacs.d/my".
Tue, 27 Jan 2015 22:28:18 +0200 Oleksandr Gavenko Cleanup recentf on idle to decrease boot time.
Sat, 17 Jan 2015 14:35:26 +0200 Oleksandr Gavenko Fix: if: Wrong type argument: stringp, nil.
Sat, 17 Jan 2015 14:24:45 +0200 Oleksandr Gavenko Fix: Symbol's function definition is void: global-cedet-m3-minor-mode
Tue, 13 Jan 2015 00:19:46 +0200 Oleksandr Gavenko my-complete-tag with my-ido-complete-tag.
Sat, 10 Jan 2015 16:56:35 +0200 Oleksandr Gavenko erc-log
Sat, 10 Jan 2015 01:15:32 +0200 Oleksandr Gavenko M-return is complete-tag.
Fri, 09 Jan 2015 22:15:17 +0200 Oleksandr Gavenko ido-case-fold
Fri, 09 Jan 2015 21:47:46 +0200 Oleksandr Gavenko ido-ignore-extensions
Wed, 07 Jan 2015 00:35:09 +0200 Oleksandr Gavenko show whitespaces in wesnoth-mode.
Wed, 07 Jan 2015 00:01:23 +0200 Oleksandr Gavenko Fix: my-org-kill-by-tag miss some subtree as org-scan-tags assume that buffer unchanged during processing.
Sun, 04 Jan 2015 01:58:14 +0200 Oleksandr Gavenko Use Win key to make buffer deleting and switching faster and avoid key binding intersection with term-mode.
Sun, 04 Jan 2015 01:06:57 +0200 Oleksandr Gavenko Use Win key to make buffer switching faster and avoid key binding intersection with term-mode.
Fri, 19 Dec 2014 22:50:14 +0200 Oleksandr Gavenko desktop-restore-frames == t set sticky on page/desktop attribute
Fri, 19 Dec 2014 02:22:22 +0200 Oleksandr Gavenko Use modern way to maximize frame.
Fri, 19 Dec 2014 01:50:42 +0200 Oleksandr Gavenko Replace kill-this-buffer with core functions.
Fri, 19 Dec 2014 01:44:41 +0200 Oleksandr Gavenko Disable electric-indent-mode new in v24.4.1.
Fri, 19 Dec 2014 01:22:29 +0200 Oleksandr Gavenko global-prettify-symbols-mode
Fri, 19 Dec 2014 01:09:15 +0200 Oleksandr Gavenko Fix if subword-mode isn't defined.
Fri, 19 Dec 2014 01:07:36 +0200 Oleksandr Gavenko subword-mode for java-mode
Fri, 19 Dec 2014 00:57:17 +0200 Oleksandr Gavenko org-support-shift-select
Tue, 09 Dec 2014 22:27:33 +0200 Oleksandr Gavenko org-remember.el has been removed so I get error
Thu, 20 Nov 2014 00:52:08 +0200 Oleksandr Gavenko merged
Fri, 14 Nov 2014 01:43:48 +0200 Oleksandr Gavenko Certain syntactic errors are reported (like wrong indent).
Fri, 14 Nov 2014 01:38:02 +0200 Oleksandr Gavenko Echo syntactic information on TAB in message buffer.
Fri, 14 Nov 2014 01:32:49 +0200 Oleksandr Gavenko Minor mode that highlights suspicious C and C++ constructions.
Thu, 30 Oct 2014 17:13:16 +0200 Oleksandr Gavenko Increase timeout for CEDET parsing to prevent freezing when open files.
Thu, 30 Oct 2014 14:50:44 +0200 Oleksandr Gavenko global-cedet-m3-minor-mode
Thu, 30 Oct 2014 14:45:07 +0200 Oleksandr Gavenko Group related configs together.
Thu, 30 Oct 2014 14:35:16 +0200 Oleksandr Gavenko Fix argument to satisfy usual convention for enabling mode.
Thu, 30 Oct 2014 02:38:44 +0200 Oleksandr Gavenko semantic-idle-scheduler-max-buffer-size
Wed, 29 Oct 2014 17:50:28 +0200 Oleksandr Gavenko expand-file-name
Fri, 17 Oct 2014 22:36:00 +0300 Oleksandr Gavenko merged
Tue, 14 Oct 2014 23:47:08 +0300 Oleksandr Gavenko Enable log4-hi-mode and auto-revert-tail-mode for ~/.xsession-errors.
Fri, 17 Oct 2014 21:08:29 +0300 Oleksandr Gavenko Handle HG MQ from non-root directory.
Fri, 17 Oct 2014 20:47:53 +0300 Oleksandr Gavenko For Hg with C-u show latest MQ patch and with C-u C-u show MQ patch and local
Sat, 06 Sep 2014 13:12:29 +0300 Oleksandr Gavenko If the string begins with ^' andshift-select-mode' is non-nil, Emacs first
Sat, 06 Sep 2014 13:09:08 +0300 Oleksandr Gavenko my-smart-beginning-of-line
Sat, 02 Aug 2014 23:24:15 +0300 Oleksandr Gavenko Use NXML for .xul files.
Sat, 02 Aug 2014 21:49:16 +0300 Oleksandr Gavenko Fix: eval-expression: Symbol's value as variable is void: srecode-map-load-path
Sat, 26 Jul 2014 02:15:16 +0300 Oleksandr Gavenko Don't sort ``recentf-list`` so ``recentf-open-files`` show files in historical order!
Thu, 24 Jul 2014 14:01:58 +0300 Oleksandr Gavenko Add srecode templates.
Sun, 20 Jul 2014 01:29:22 +0300 Oleksandr Gavenko Add ``recentf-exclude`` to prevent opening unwanted files from temporary copy.
Sat, 19 Jul 2014 16:04:13 +0300 Oleksandr Gavenko Simplify title.
Sat, 19 Jul 2014 16:03:21 +0300 Oleksandr Gavenko Add system-name to title (so simplify application switching if several remote
Wed, 21 May 2014 20:07:17 +0300 Oleksandr Gavenko Switch to ido from iswitchb. Use ido key binding instead of ffap-bindings.
Wed, 21 May 2014 16:09:02 +0300 Oleksandr Gavenko Set recentf-menu-filter as recentf-arrange-by-dir to avoid shown duplicate
Wed, 21 May 2014 13:43:59 +0300 Oleksandr Gavenko Increase number of recentf-max-saved-items.
Mon, 12 May 2014 01:00:00 +0300 Oleksandr Gavenko Fix path to my projects (use shorter name).
Wed, 07 May 2014 19:18:22 +0300 Oleksandr Gavenko Open wider range of files in log4-hi-mode auto-revert-tail-mode.
Fri, 11 Apr 2014 12:02:49 +0300 Oleksandr Gavenko Kill current buffer. Switch to next buffer if previous command was switching
Wed, 09 Apr 2014 18:40:15 +0300 Oleksandr Gavenko semantic-mode-map override major mode binding, so disable conflicting key bindings.
Tue, 08 Apr 2014 22:37:15 +0300 Oleksandr Gavenko merged
Fri, 04 Apr 2014 23:05:53 +0300 Oleksandr Gavenko merged
Tue, 01 Apr 2014 23:02:59 +0300 Oleksandr Gavenko Use web-mode for PHP.
Tue, 08 Apr 2014 16:42:12 +0300 Oleksandr Gavenko Disable eldoc for Python in flavor of Semantic and perfomance reason.
Thu, 03 Apr 2014 14:09:53 +0300 Oleksandr Gavenko Use original values of web-mode-engine-file-regexps. Enable PHP mode.
Thu, 03 Apr 2014 12:59:06 +0300 Oleksandr Gavenko Remove useless comment.
Thu, 03 Apr 2014 12:09:10 +0300 Oleksandr Gavenko Remove duplicate file.
Tue, 11 Mar 2014 00:05:41 +0200 Oleksandr Gavenko Fix: Symbol's function definition is void: global-semantic-idle-scheduler-mode
Tue, 11 Mar 2014 00:03:20 +0200 Oleksandr Gavenko Enable Semantic local file parsing.
Mon, 10 Mar 2014 23:47:55 +0200 Oleksandr Gavenko Add GNU Global check.
Mon, 10 Mar 2014 23:38:48 +0200 Oleksandr Gavenko Set selection background color.
Mon, 10 Mar 2014 23:16:14 +0200 Oleksandr Gavenko Enable semantic mode not only for build-in CEDET but for external Bzr/Git.
Mon, 10 Mar 2014 22:54:14 +0200 Oleksandr Gavenko Enable cedet-java.
Mon, 10 Mar 2014 22:52:06 +0200 Oleksandr Gavenko Enable ectag and global if available.
Mon, 10 Mar 2014 22:14:13 +0200 Oleksandr Gavenko Mark unmarked articles in current thread as read and move to
Sat, 08 Mar 2014 15:34:45 +0200 Oleksandr Gavenko Remove duplicate line.
Sat, 08 Mar 2014 14:57:08 +0200 Oleksandr Gavenko jabber-history-muc-enabled
Sat, 08 Mar 2014 14:51:26 +0200 Oleksandr Gavenko mouse-yank-at-point
Sat, 08 Mar 2014 14:50:00 +0200 Oleksandr Gavenko Make *scratch* buffer empty.
Thu, 06 Mar 2014 23:29:10 +0200 Oleksandr Gavenko merged
Mon, 03 Mar 2014 00:56:28 +0200 Oleksandr Gavenko Move marked by `org-done-keywords' entries to archive file defined by `my-org-archive-location'.
Sun, 02 Mar 2014 22:44:07 +0200 Oleksandr Gavenko Use org-capture if available instead of org-remember.
less more (0) -1000 -480 tip