.emacs-my
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)
less more (0) -1000 -120 tip