.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.
Tue, 04 Mar 2014 13:39:09 +0200 Oleksandr Gavenko Disable placeholders substitution in Oracle SQLi by Emacs itself.
Tue, 04 Feb 2014 21:52:43 +0200 Oleksandr Gavenko Fix: save-current-buffer: Opening output file: file name too long.
Wed, 29 Jan 2014 22:36:56 +0200 Oleksandr Gavenko Remove deprecated variable.
Mon, 20 Jan 2014 11:25:54 +0200 Oleksandr Gavenko Enable SRecode key binding for prog modes.
Fri, 10 Jan 2014 10:24:46 +0200 Oleksandr Gavenko Show memory usage in proced.
Thu, 09 Jan 2014 00:37:46 +0200 Oleksandr Gavenko Add learning file to list of files with deadline.
Fri, 03 Jan 2014 22:01:11 +0200 Oleksandr Gavenko Set fvwm-fvwmcommand-path after loading fvwm-mode.
Fri, 03 Jan 2014 21:09:14 +0200 Oleksandr Gavenko Set fvwm-fvwmcommand-path.
Mon, 30 Dec 2013 21:20:12 +0200 Oleksandr Gavenko Show sources along with debugger.
Sat, 28 Dec 2013 14:18:28 +0200 Oleksandr Gavenko Rebind C-x UP to mentally obvious behavior when used 3 or more windows.
Thu, 26 Dec 2013 19:24:16 +0200 Oleksandr Gavenko Colorize ANSI colour sequences in compilation buffer.
Sun, 22 Dec 2013 23:06:32 +0200 Oleksandr Gavenko Fix DEL character name so it work in terminal.
Sun, 22 Dec 2013 23:01:41 +0200 Oleksandr Gavenko Bind buffer deletion to C-x DEL to avoid accidental buffer deletion.
Thu, 19 Dec 2013 15:18:21 +0200 Oleksandr Gavenko Add useful key binding for killing window and switching to another window.
Tue, 17 Dec 2013 16:46:36 +0200 Oleksandr Gavenko Add shortcut to speedup buffer killing.
Tue, 12 Nov 2013 16:14:02 +0200 Oleksandr Gavenko Enable 'semantic/ia'.
Tue, 22 Oct 2013 19:40:45 +0300 Oleksandr Gavenko Automated merge with file:///home/srv/hg/dot-emacs
Mon, 21 Oct 2013 19:40:51 +0300 Oleksandr Gavenko Set font for IPA and other fontset under Linux.
Tue, 22 Oct 2013 08:18:23 +0300 Oleksandr Gavenko merged
Sat, 19 Oct 2013 19:05:32 +0300 Oleksandr Gavenko Check if 'package-initialize' present.
Mon, 21 Oct 2013 13:55:10 +0300 Oleksandr Gavenko Add margin to log buffers.
Sat, 12 Oct 2013 16:38:39 +0300 Oleksandr Gavenko Enhance selection of input methods by using numeric prefix for modeless
Sat, 12 Oct 2013 15:43:06 +0300 Oleksandr Gavenko Refactoring input method selection.
Wed, 09 Oct 2013 18:05:14 +0300 Oleksandr Gavenko Highlight standard elements in log4* like log-files.
Fri, 27 Sep 2013 15:41:17 +0300 Oleksandr Gavenko Update web-mode setting to new version.
Tue, 24 Sep 2013 01:08:59 +0300 Oleksandr Gavenko Enable Srecode mode.
Fri, 20 Sep 2013 23:12:23 +0300 Oleksandr Gavenko merged
Fri, 13 Sep 2013 21:23:48 +0300 Oleksandr Gavenko Browse URLs in external browser in w3m.
Wed, 18 Sep 2013 10:08:45 +0300 Oleksandr Gavenko Move package initialisation to top of file.
Wed, 18 Sep 2013 10:08:04 +0300 Oleksandr Gavenko Enable package module very early.
Mon, 09 Sep 2013 13:31:30 +0300 Oleksandr Gavenko Implement lzgrep and rzgrep commands.
Mon, 09 Sep 2013 09:42:25 +0300 Oleksandr Gavenko Set web-mode offsets.
Fri, 06 Sep 2013 18:09:52 +0300 Oleksandr Gavenko merged
Thu, 05 Sep 2013 16:41:58 +0300 Oleksandr Gavenko Use global-whitespace-mode.
Tue, 30 Jul 2013 22:48:54 +0300 Oleksandr Gavenko Enable 'goto-address-mode' in 'term-mode'.
Sun, 21 Jul 2013 00:12:20 +0300 Oleksandr Gavenko package-enable-at-startup and lowercase epla archive name.
Thu, 18 Jul 2013 00:06:35 +0300 Oleksandr Gavenko Check for timeout in gnus article fetching.
Wed, 26 Jun 2013 00:40:11 +0300 Oleksandr Gavenko merged
Fri, 07 Jun 2013 00:59:28 +0300 Oleksandr Gavenko Set GNUS file reading settings.
Fri, 21 Jun 2013 17:04:12 +0300 Oleksandr Gavenko Add sql mode to devel mode list for imenu support.
Wed, 29 May 2013 16:55:17 +0300 Oleksandr Gavenko In Emacs 23.1: smerge-refine highlights word-level details of changes in
Thu, 23 May 2013 19:07:32 +0300 Oleksandr Gavenko Add plsql file extension to auto-mode-alist.
Tue, 14 May 2013 19:44:11 +0300 Oleksandr Gavenko merged
Sun, 21 Apr 2013 16:32:08 +0300 Oleksandr Gavenko merged
Thu, 11 Apr 2013 00:19:10 +0300 Oleksandr Gavenko Some GNUS default settings...
Thu, 11 Apr 2013 00:09:28 +0300 Oleksandr Gavenko Fix feature name. Limit minimal subject length for exclude...
Mon, 08 Apr 2013 01:00:32 +0300 Oleksandr Gavenko Add negative scores for all articles with same subject.
Thu, 04 Apr 2013 22:26:19 +0300 Oleksandr Gavenko Fix docs. Simplify code.
Mon, 01 Apr 2013 01:27:34 +0300 Oleksandr Gavenko Fix regex escape syntax.
Sun, 31 Mar 2013 19:12:55 +0300 Oleksandr Gavenko These variables are local to each summary buffer and usually set by the score
Sun, 31 Mar 2013 19:10:25 +0300 Oleksandr Gavenko Set same vlaue as in all.SCORE.
Sun, 31 Mar 2013 18:54:39 +0300 Oleksandr Gavenko I don't need lowering scores.
Sun, 31 Mar 2013 16:19:09 +0300 Oleksandr Gavenko Don't show group buffer to speed up buffer switching.
Wed, 08 May 2013 12:09:07 +0300 Oleksandr Gavenko Properly set come keys for completion.
Wed, 08 May 2013 11:40:04 +0300 Oleksandr Gavenko Reorder code.
Wed, 08 May 2013 10:44:48 +0300 Oleksandr Gavenko Enable many CEDET features.
Wed, 08 May 2013 10:26:21 +0300 Oleksandr Gavenko Fix typo in var name (so CEDET should be activated now).
Fri, 26 Apr 2013 14:57:07 +0300 Oleksandr Gavenko Associate .xsd/.rng files with nxml-mode.
Thu, 25 Apr 2013 11:59:01 +0300 Oleksandr Gavenko Implement 'my-org-kill-by-tag'.
Tue, 26 Mar 2013 11:25:33 +0200 Oleksandr Gavenko Fix mode feature name.
Mon, 18 Mar 2013 11:42:30 +0200 Oleksandr Gavenko Boost iswitchb by regex matching and showing old files.
Fri, 15 Mar 2013 17:53:49 +0200 Oleksandr Gavenko Set engine for JSP tag files.
Fri, 15 Mar 2013 17:03:16 +0200 Oleksandr Gavenko Add JSP tag file to web-modes.
Fri, 15 Mar 2013 16:36:21 +0200 Oleksandr Gavenko Fix pattern for '.jspf' files.
Thu, 14 Mar 2013 23:05:34 +0200 Oleksandr Gavenko Use 'web-mode' if available.
Sat, 16 Feb 2013 23:38:46 +0200 Oleksandr Gavenko Use icomplete for all completion-tables.
Sun, 27 Jan 2013 23:34:57 +0200 Oleksandr Gavenko Fix my-python-add-to-path to allow ~ in path.
Sun, 27 Jan 2013 23:27:12 +0200 Oleksandr Gavenko Fix 'eval-after-load' usage. Fix mode name.
Sun, 27 Jan 2013 23:21:43 +0200 Oleksandr Gavenko Disable rope.
Sun, 27 Jan 2013 21:53:06 +0200 Oleksandr Gavenko Enable SRecord.
Sun, 27 Jan 2013 21:51:57 +0200 Oleksandr Gavenko Mark Python binary files as temporary.
Sun, 13 Jan 2013 16:31:05 +0200 Oleksandr Gavenko Switch to other window by Super-TAB.
Sun, 13 Jan 2013 16:20:55 +0200 Oleksandr Gavenko Fix (info "(elisp) Surprising Local Vars").
Sun, 13 Jan 2013 15:57:08 +0200 Oleksandr Gavenko Omit condition from loop.
Sun, 13 Jan 2013 15:01:14 +0200 Oleksandr Gavenko Search for KEY in all known keymaps.
Sun, 13 Jan 2013 11:58:08 +0200 Oleksandr Gavenko Set TAB width to 8 in .el files to proper shown Emacs sources.
Mon, 07 Jan 2013 00:37:21 +0200 Oleksandr Gavenko Add function: "Encode string to percent encoding."
Thu, 20 Dec 2012 23:42:25 +0200 Oleksandr Gavenko merged
Wed, 19 Dec 2012 11:15:54 +0200 Oleksandr Gavenko Add HOME tag to org-mode.
Wed, 05 Dec 2012 00:21:19 +0200 Oleksandr Gavenko merged
Tue, 04 Dec 2012 13:19:43 +0200 Oleksandr Gavenko merged
Mon, 03 Dec 2012 09:04:29 +0200 Oleksandr Gavenko Treat '$' as word syntax for JS mode to simplify C-Left/Right movement for jQuery.
Sun, 16 Dec 2012 20:04:53 +0200 Oleksandr Gavenko Add function that dump all function calls in current buffer. Useful to explore
Sun, 16 Dec 2012 18:07:16 +0200 Oleksandr Gavenko Set org-mode archiving info types.
Thu, 13 Dec 2012 14:10:47 +0200 Oleksandr Gavenko With `org-tag-persistent-alist' variable tags duplicated in *Org Tags* menu. I
Tue, 04 Dec 2012 23:12:32 +0200 Oleksandr Gavenko Add "GET" tag for org-mode.
Sat, 01 Dec 2012 13:14:57 +0200 Oleksandr Gavenko Add doc strings.
Thu, 22 Nov 2012 21:18:54 +0200 Oleksandr Gavenko Send M-left and M-right control sequences as in xterm for my Readline
Tue, 20 Nov 2012 21:48:05 +0200 Oleksandr Gavenko I disable this due to bugs in Emacs (it doesn't highlight at all until you
Mon, 19 Nov 2012 00:51:19 +0200 Oleksandr Gavenko merged
Thu, 15 Nov 2012 08:09:07 +0200 Oleksandr Gavenko merged
Wed, 14 Nov 2012 10:57:10 +0200 Oleksandr Gavenko Use .pom files as XML files.
Sat, 17 Nov 2012 20:29:05 +0200 Oleksandr Gavenko Increase scrolling speed by defer consuming operation.
Tue, 13 Nov 2012 20:07:21 +0200 Oleksandr Gavenko Fix condition to check support for imenu.
Tue, 13 Nov 2012 19:43:23 +0200 Oleksandr Gavenko Fix: File mode specification error: (error "The mode `nXML' does not support Imenu").
Mon, 12 Nov 2012 16:58:37 +0200 Oleksandr Gavenko Add nxml to list of devel modes. Call 'nxml-complete' as completion function.
Fri, 09 Nov 2012 16:20:22 +0200 Oleksandr Gavenko Disable: sometimes it take a long time to process large hunks.
Fri, 09 Nov 2012 16:15:06 +0200 Oleksandr Gavenko Set 'selection-coding-system' to 'nil' to automatically select proper coding
Thu, 08 Nov 2012 19:23:09 +0200 Oleksandr Gavenko *-nomark like function removed in Emacs 24.x.
Wed, 07 Nov 2012 23:06:52 +0200 Oleksandr Gavenko Fix: case-fold-search become buffer local so set default value...
Wed, 07 Nov 2012 23:05:46 +0200 Oleksandr Gavenko Fix key name.
Wed, 07 Nov 2012 23:03:44 +0200 Oleksandr Gavenko Define nice key binding for completion in nxml.
Mon, 05 Nov 2012 10:22:39 +0200 Oleksandr Gavenko Add checks for: Buffer have no association with a file.
Fri, 02 Nov 2012 12:09:02 +0200 Oleksandr Gavenko Define own jsp-mode based on html-mode with JSP comment style.
Fri, 02 Nov 2012 08:50:48 +0200 Oleksandr Gavenko Use .jspf files as html.
Sun, 28 Oct 2012 13:51:00 +0200 Oleksandr Gavenko Set background for diff refine.
Sun, 28 Oct 2012 13:38:38 +0200 Oleksandr Gavenko Enable diff-auto-refine-mode.
Sun, 28 Oct 2012 13:34:03 +0200 Oleksandr Gavenko Fix indenting.
Sun, 28 Oct 2012 13:31:32 +0200 Oleksandr Gavenko Reorder sections.
Fri, 26 Oct 2012 01:09:54 +0300 Oleksandr Gavenko Enable 'info-lookup' for 'makefile-gmake-mode'.
Fri, 26 Oct 2012 01:02:34 +0300 Oleksandr Gavenko Disable yas. Add info-lookup fix for automake manual.
Tue, 23 Oct 2012 09:38:56 +0300 Oleksandr Gavenko Add basic Yasnippet settings.
Mon, 22 Oct 2012 20:08:21 +0300 Oleksandr Gavenko merged
Mon, 22 Oct 2012 15:56:27 +0300 Oleksandr Gavenko Add error parsing from Maven.
Thu, 18 Oct 2012 20:22:11 +0300 Oleksandr Gavenko Switch to C-v prefix for my key bindings.
Wed, 17 Oct 2012 13:26:01 +0300 Oleksandr Gavenko Disable workaround for:
Tue, 16 Oct 2012 21:15:57 +0300 Oleksandr Gavenko merged
Tue, 16 Oct 2012 15:41:34 +0300 Oleksandr Gavenko Fix: balance parents. Fix typo in func name.
Tue, 16 Oct 2012 13:41:41 +0300 Oleksandr Gavenko Search for NetBeans executable in PATH, later in '/opt/netbeans*/bin/'.
Tue, 16 Oct 2012 13:33:33 +0300 Oleksandr Gavenko Fix typo: command name. Add error checking code.
Tue, 16 Oct 2012 13:27:28 +0300 Oleksandr Gavenko Add integration with NetBeans (netbeans-open-this-buffer).
Tue, 16 Oct 2012 09:48:17 +0300 Oleksandr Gavenko Enable html-mode for JSP pages.
Sat, 13 Oct 2012 12:08:02 +0300 Oleksandr Gavenko Add customisation for 'htmlize'.
Fri, 12 Oct 2012 18:38:17 +0300 Oleksandr Gavenko Enable "M-/", "C-c g", "C-c d", "C-c f" shortcuts.
Thu, 11 Oct 2012 21:25:50 +0300 Oleksandr Gavenko Remove key bindings.
Thu, 11 Oct 2012 21:23:36 +0300 Oleksandr Gavenko Remove unused key binding.
Thu, 11 Oct 2012 21:21:43 +0300 Oleksandr Gavenko Remove unused key bindings.
Thu, 11 Oct 2012 21:20:05 +0300 Oleksandr Gavenko Move related code to common place.
Thu, 11 Oct 2012 14:06:01 +0300 Oleksandr Gavenko line-spacing and ediff-split-window-function.
Thu, 11 Oct 2012 14:03:12 +0300 Oleksandr Gavenko Add scons settings.
Tue, 02 Oct 2012 11:31:11 +0300 Oleksandr Gavenko Add MAIL org tag.
Mon, 01 Oct 2012 01:00:53 +0300 Oleksandr Gavenko Remove unused commented code.
Sun, 30 Sep 2012 22:58:45 +0300 Oleksandr Gavenko Add key binding for readline command: backward-kill-word and kill-word.
Thu, 27 Sep 2012 15:04:10 +0300 Oleksandr Gavenko Add org tag.
Thu, 27 Sep 2012 00:33:52 +0300 Oleksandr Gavenko Don't spawn separate ediff frame as this conflict with my setting in Fvwm:
Mon, 24 Sep 2012 19:58:13 +0300 Oleksandr Gavenko I use 100 for replay to me and 200 for essential mails, and -50 for bad mails.
Mon, 24 Sep 2012 19:45:13 +0300 Oleksandr Gavenko Document gnus-extra-headers.
Sun, 23 Sep 2012 11:06:47 +0300 Oleksandr Gavenko Disable erc-autojoin-channels.
Sat, 22 Sep 2012 20:23:41 +0300 Oleksandr Gavenko Increase gnus-large-ephemeral-newsgroup.
Sat, 22 Sep 2012 17:48:31 +0300 Oleksandr Gavenko Add key bindings for natural movement by arrow keys and opening url in
Sat, 22 Sep 2012 13:47:03 +0300 Oleksandr Gavenko I need use w3m because nntp://sql.ru provide only articles in HTML with highly
Thu, 20 Sep 2012 21:06:14 +0300 Oleksandr Gavenko Add Organization header for 'C-x m'.
Thu, 20 Sep 2012 20:52:53 +0300 Oleksandr Gavenko Move code to proper place. Merge duplicate code.
Thu, 20 Sep 2012 20:39:19 +0300 Oleksandr Gavenko Use ORGANIZATION env var in gnus-posting-styles.
Thu, 20 Sep 2012 19:58:05 +0300 Oleksandr Gavenko Don't use w3m for HTML text because of it navigation style (move across
Thu, 20 Sep 2012 18:43:38 +0300 Oleksandr Gavenko document linum-mode.
Thu, 20 Sep 2012 18:42:58 +0300 Oleksandr Gavenko header-line-format
Thu, 20 Sep 2012 14:57:06 +0300 Oleksandr Gavenko gnus-summary-display-arrow
Thu, 20 Sep 2012 14:56:46 +0300 Oleksandr Gavenko Highlight root articles in Gnus summary buffer.
Thu, 20 Sep 2012 11:29:35 +0300 Oleksandr Gavenko Add link to my home page in Organization mail header.
Thu, 20 Sep 2012 11:11:11 +0300 Oleksandr Gavenko Show prefix and 'To' field instead 'From' for my mails.
Thu, 20 Sep 2012 10:31:25 +0300 Oleksandr Gavenko Change layout of summary buffer: add group window.
Thu, 13 Sep 2012 00:08:50 +0300 Oleksandr Gavenko Enable user defined dates in article buffer.
Mon, 03 Sep 2012 21:48:01 +0300 Oleksandr Gavenko Set term-buffer-maximum-size.
Sat, 01 Sep 2012 11:43:28 +0300 Oleksandr Gavenko Fix typo.
Sat, 01 Sep 2012 09:31:19 +0300 Oleksandr Gavenko Fix: symbol term-raw-map is void.
Fri, 31 Aug 2012 17:44:40 +0300 Oleksandr Gavenko Define C-left/-right navigation in term raw mode.
Thu, 30 Aug 2012 14:03:00 +0300 Oleksandr Gavenko Shown read groups anyway.
Wed, 29 Aug 2012 00:35:31 +0300 Oleksandr Gavenko package, elpa
Tue, 28 Aug 2012 23:55:12 +0300 Oleksandr Gavenko Remove redundant keyword.
Tue, 28 Aug 2012 22:48:16 +0300 Oleksandr Gavenko Own gnus-thread-score-function: If any followup have positive score assign
Fri, 24 Aug 2012 21:08:18 +0300 Oleksandr Gavenko Decrease score only if I delete articles, not when read.
Fri, 24 Aug 2012 20:15:06 +0300 Oleksandr Gavenko Show read groups in any case.
Tue, 14 Aug 2012 17:39:13 +0300 Oleksandr Gavenko Fix: Symbol's value as variable is void: desktop-globals-to-save
Tue, 14 Aug 2012 12:27:32 +0300 Oleksandr Gavenko Add command to show all subscribed groups (ever read).
Tue, 14 Aug 2012 11:41:10 +0300 Oleksandr Gavenko Set gnus-summary-next-group-on-exit to nil as I like stay an group from which
Tue, 14 Aug 2012 11:40:30 +0300 Oleksandr Gavenko Make C-Up, C-Down more like across paragraph moving.
Sun, 12 Aug 2012 15:24:33 +0300 Oleksandr Gavenko Save more user input by desktop-mode.
Sun, 12 Aug 2012 11:17:25 +0300 Oleksandr Gavenko Do not use gnus-score-followup-article if we use gnus-score-followup-thread.
Sun, 12 Aug 2012 11:08:25 +0300 Oleksandr Gavenko New scoring rules.
Sun, 12 Aug 2012 02:03:45 +0300 Oleksandr Gavenko Especially highlight my message and replays to me.
Sun, 12 Aug 2012 01:21:39 +0300 Oleksandr Gavenko Mark all send message with same domain "Message-Id" to provide for replays to
Sun, 12 Aug 2012 01:00:13 +0300 Oleksandr Gavenko Disable adaptive scoring.
Sat, 11 Aug 2012 22:45:44 +0300 Oleksandr Gavenko Set gnus-score-decay-constant.
Sat, 11 Aug 2012 22:41:51 +0300 Oleksandr Gavenko Increase gnus-large-newsgroup.
Sat, 11 Aug 2012 22:41:13 +0300 Oleksandr Gavenko Don't score read articles.
Thu, 09 Aug 2012 22:36:52 +0300 Oleksandr Gavenko Set gnus-signature-face to grey.
Thu, 09 Aug 2012 22:01:57 +0300 Oleksandr Gavenko Do not show very old timestamps.
Thu, 09 Aug 2012 19:37:40 +0300 Oleksandr Gavenko Scan for news.
Thu, 09 Aug 2012 19:21:53 +0300 Oleksandr Gavenko Remember when I visit group last time.
Thu, 09 Aug 2012 18:35:22 +0300 Oleksandr Gavenko Delete duplicate string.
Thu, 09 Aug 2012 18:32:43 +0300 Oleksandr Gavenko Fix code grouping.
Thu, 26 Jul 2012 15:18:14 +0300 Oleksandr Gavenko Make 'mymake' as default compile command.
Tue, 10 Jul 2012 18:34:22 +0300 Oleksandr Gavenko Escape file name with safe chars.
Tue, 10 Jul 2012 17:07:12 +0300 Oleksandr Gavenko Fix typo.
Sun, 08 Jul 2012 22:13:39 +0300 Oleksandr Gavenko Add case of newsgroup.
Sun, 08 Jul 2012 21:39:10 +0300 Oleksandr Gavenko Store message in `gnus-article-save-directory' after successful sending. It is
Fri, 06 Jul 2012 22:11:21 +0300 Oleksandr Gavenko Fix indent level for closed parenthesis.
Fri, 06 Jul 2012 22:01:53 +0300 Oleksandr Gavenko Set indentation rules for cperl.
Fri, 06 Jul 2012 21:54:09 +0300 Oleksandr Gavenko Add perl-mode cperl-mode to my-devel-mode-list for Imenu.
Fri, 06 Jul 2012 21:40:37 +0300 Oleksandr Gavenko Expands for keywords such as foreach, while, etc...
Fri, 06 Jul 2012 21:38:16 +0300 Oleksandr Gavenko Don't show all man page. I set man switches to "-a"...
Fri, 06 Jul 2012 21:33:55 +0300 Oleksandr Gavenko Use cperl instead perl mode.
Wed, 04 Jul 2012 20:56:55 +0300 Oleksandr Gavenko Set read-buffer-completion-ignore-case.
Wed, 04 Jul 2012 20:52:21 +0300 Oleksandr Gavenko default-truncate-lines is depricated since 23.2. Set
Wed, 04 Jul 2012 20:46:57 +0300 Oleksandr Gavenko Set ps-paper-type.
Wed, 04 Jul 2012 20:45:21 +0300 Oleksandr Gavenko Set track-eol.
Mon, 02 Jul 2012 14:23:41 +0300 Oleksandr Gavenko Don't set view-read-only to 't' because of bug with gettext.el.
Sun, 01 Jul 2012 02:03:12 +0300 Oleksandr Gavenko Show "Archived-At" header for Gmane.
Wed, 27 Jun 2012 23:09:48 +0300 Oleksandr Gavenko Set encoding for '#debian-russian'.
Wed, 06 Jun 2012 23:28:41 +0300 Oleksandr Gavenko merged
Wed, 06 Jun 2012 23:28:22 +0300 Oleksandr Gavenko Disable shown consts in *goal* buffer.
Wed, 06 Jun 2012 23:26:29 +0300 Oleksandr Gavenko Add info to remember.
Sat, 02 Jun 2012 22:30:07 +0300 Oleksandr Gavenko Define key binding to send paragraph to SML process.
Fri, 01 Jun 2012 17:38:24 +0300 Oleksandr Gavenko Define key binding 'proof-goto-point' for .thy file.
Sat, 12 May 2012 21:33:24 +0300 Oleksandr Gavenko Set isar-display:show-types and isar-display:show-brackets.
Wed, 09 May 2012 23:28:38 +0300 Oleksandr Gavenko Add Proof General settings.
Fri, 06 Apr 2012 20:05:16 +0300 Oleksandr Gavenko Do not mark directories as temp files.
Tue, 28 Feb 2012 21:05:40 +0200 Oleksandr Gavenko Comment customising of 'enable-recursive-minibuffers' (use for example purpose).
Tue, 28 Feb 2012 21:04:13 +0200 Oleksandr Gavenko Set enable-recursive-minibuffers to t.
Mon, 27 Feb 2012 21:54:51 +0200 Oleksandr Gavenko Add 'texinfo-mode' to 'my-devel-mode-list' for TODO highlighting.
Mon, 27 Feb 2012 12:19:25 +0200 Oleksandr Gavenko Prevent from closing 'NOTE.org' buffer.
Sun, 26 Feb 2012 19:45:31 +0200 Oleksandr Gavenko Load 'pymacs' and 'ropemacs' automatically.
Mon, 20 Feb 2012 20:59:12 +0200 Oleksandr Gavenko Add sign for euro and hryvnia.
Mon, 20 Feb 2012 13:08:16 +0200 Oleksandr Gavenko Fix "isearch-no-upper-case-p: Wrong type argument: stringp, nil" from gnus.
Sat, 04 Feb 2012 23:11:04 +0200 Oleksandr Gavenko Enable 'global-hi-lock-mode'.
Sat, 28 Jan 2012 22:20:59 +0200 Oleksandr Gavenko Disable coding for ICQ.
Wed, 04 Jan 2012 17:10:55 +0200 Oleksandr Gavenko Add '.py' and '.sh' as allowed executable extension.
Wed, 04 Jan 2012 00:33:56 +0200 Oleksandr Gavenko Fix "Symbol's value as variable is void: py-version".
Tue, 03 Jan 2012 18:46:17 +0200 Oleksandr Gavenko Fix bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654398
Thu, 15 Dec 2011 22:16:25 +0200 Oleksandr Gavenko Use 'sendmail-send-it' for 'send-mail-function' under Debian as
Mon, 12 Dec 2011 23:04:55 +0200 Oleksandr Gavenko Don't change ``manual-program`` for Linux.
Sun, 27 Nov 2011 20:52:42 +0200 Oleksandr Gavenko Kill Gnus when exiting Emacs.
Sat, 26 Nov 2011 20:02:29 +0200 Oleksandr Gavenko merged
Sat, 26 Nov 2011 19:44:43 +0200 Oleksandr Gavenko Don't set 'selection-coding-system' for Windows. This is no longer needed.
Tue, 22 Nov 2011 11:15:46 +0200 Oleksandr Gavenko Do not set coding system for terminal. This fix displaying CP1251 coding in
Fri, 18 Nov 2011 22:29:01 +0200 Oleksandr Gavenko merged
Thu, 17 Nov 2011 22:38:03 +0200 Oleksandr Gavenko (setq org-agenda-include-diary t)
Thu, 17 Nov 2011 12:17:14 +0200 Oleksandr Gavenko Enable jdone if available.
Wed, 16 Nov 2011 17:08:05 +0200 Oleksandr Gavenko Some settings for Gnus caching (same as default values).
Mon, 14 Nov 2011 13:22:15 +0200 Oleksandr Gavenko Add basic figlet function.
Mon, 14 Nov 2011 10:21:35 +0200 Oleksandr Gavenko Set 'user-nick' if it was not defined in ~/.emacs-auth or somewhere.
Mon, 14 Nov 2011 09:58:35 +0200 Oleksandr Gavenko merged
Fri, 11 Nov 2011 10:54:18 +0200 Oleksandr Gavenko Enable 'electric' and disable 'auto-newline' in C-like modes. Previously I
Sat, 12 Nov 2011 13:18:30 +0200 Oleksandr Gavenko Increase the score for followups to a sent article.
Sat, 12 Nov 2011 13:14:33 +0200 Oleksandr Gavenko Set gnus-use-scoring to t.
Sat, 12 Nov 2011 00:25:26 +0200 Oleksandr Gavenko Mark that I am not 'gnus-novice-user' to avoid conformation when delete mails.
Thu, 10 Nov 2011 13:35:15 +0200 Oleksandr Gavenko merged
Wed, 09 Nov 2011 10:03:47 +0200 Oleksandr Gavenko Disable electric-state.
Thu, 10 Nov 2011 00:16:32 +0200 Oleksandr Gavenko Fix 'gnus-summary-cancelled' face (default have black background which
Thu, 10 Nov 2011 00:14:56 +0200 Oleksandr Gavenko Remove duplication, move code above.
Wed, 09 Nov 2011 23:51:15 +0200 Oleksandr Gavenko Remove gnus-ignored-newsgroups to show all GMail folders.
Wed, 09 Nov 2011 22:50:02 +0200 Oleksandr Gavenko Set nnfolder-active-file.
Wed, 09 Nov 2011 22:32:02 +0200 Oleksandr Gavenko Set "~/.gnus" prefix to all mail directories.
Wed, 09 Nov 2011 21:27:40 +0200 Oleksandr Gavenko Use another symbol graphic symbol as old does not present in Windows 7.
Wed, 09 Nov 2011 21:15:42 +0200 Oleksandr Gavenko Fix scrolling speed as I am use settings that documentation recommend avoid.
Wed, 09 Nov 2011 20:51:40 +0200 Oleksandr Gavenko Basic 'bbdb' settings.
Wed, 09 Nov 2011 00:19:20 +0200 Oleksandr Gavenko Disable hooks for score gathering as they require Gnus already loaded.
Wed, 09 Nov 2011 00:00:04 +0200 Oleksandr Gavenko Enable man and info page from Cygwin and from '~/usr/share'.
Tue, 08 Nov 2011 12:11:54 +0200 Oleksandr Gavenko Spam settings (commented).
Tue, 08 Nov 2011 11:50:59 +0200 Oleksandr Gavenko gnus-topic-mode
Tue, 08 Nov 2011 11:49:46 +0200 Oleksandr Gavenko gnus-sorted-header-list
Tue, 08 Nov 2011 11:47:48 +0200 Oleksandr Gavenko gnus-visible-headers
Tue, 08 Nov 2011 11:45:34 +0200 Oleksandr Gavenko Store gnus specific files to '~/.gnus'.
Tue, 08 Nov 2011 11:38:36 +0200 Oleksandr Gavenko Increase the score for followups to a sent article.
Tue, 08 Nov 2011 11:37:33 +0200 Oleksandr Gavenko When composing a mail, start the auto-fill-mode.
Tue, 08 Nov 2011 11:36:06 +0200 Oleksandr Gavenko Show standard status in Gnus summary.
Tue, 08 Nov 2011 11:32:29 +0200 Oleksandr Gavenko Customize gnus-sum-thread-tree.
Tue, 08 Nov 2011 11:26:56 +0200 Oleksandr Gavenko Modify 'gnus-summary-line-format'.
Tue, 08 Nov 2011 11:26:35 +0200 Oleksandr Gavenko Split scoring setting from other.
Tue, 08 Nov 2011 10:21:49 +0200 Oleksandr Gavenko Do not use the html part of a message, use the text part if possible!
Tue, 08 Nov 2011 10:13:15 +0200 Oleksandr Gavenko If you're spooling in overlapping mbox folders, you probably want
Tue, 08 Nov 2011 10:04:08 +0200 Oleksandr Gavenko gnus-thread-sort-by-date
Tue, 08 Nov 2011 02:02:06 +0200 Oleksandr Gavenko Enable flyspell for message composing buffer.
Tue, 08 Nov 2011 02:00:01 +0200 Oleksandr Gavenko Enable ecomplete in addition to abbrev for mail completion.
Tue, 08 Nov 2011 01:44:58 +0200 Oleksandr Gavenko Make date header setting in portable way as recommended in manual.
Tue, 08 Nov 2011 01:40:54 +0200 Oleksandr Gavenko Define own citation format. Also this fix of inclusion mail address of cited
Tue, 08 Nov 2011 01:00:08 +0200 Oleksandr Gavenko Use message-user-agent as mail-user-agent.
Tue, 08 Nov 2011 00:59:39 +0200 Oleksandr Gavenko Move message-mode settings to own section.
Tue, 08 Nov 2011 00:56:22 +0200 Oleksandr Gavenko Delete 'unknown' section.
Tue, 08 Nov 2011 00:49:37 +0200 Oleksandr Gavenko Remove key binding in Org mode to:
Tue, 08 Nov 2011 00:42:35 +0200 Oleksandr Gavenko 'transient-mark-mode' and 'pc-selection-mode' are deprecated. Emacs 24 default
Mon, 07 Nov 2011 22:42:40 +0200 Oleksandr Gavenko Enable flyspell for Log-Edit buffer to decrease spell errors.
Mon, 07 Nov 2011 14:21:32 +0200 Oleksandr Gavenko Set following in ~/.emacs-auth.
Mon, 07 Nov 2011 02:47:12 +0200 Oleksandr Gavenko Load auth info if possible. Load smtpmail if user provide server to use.
Mon, 07 Nov 2011 02:25:36 +0200 Oleksandr Gavenko Kill message buffer after mail send. You always can use C-c C-s to preserve it.
Mon, 07 Nov 2011 02:21:46 +0200 Oleksandr Gavenko Enable mailalias.
Mon, 07 Nov 2011 01:13:30 +0200 Oleksandr Gavenko Backout 9f9d6f836095
Sun, 06 Nov 2011 01:03:16 +0200 Oleksandr Gavenko Fix coding for Cygwin Emacs when LANG=ru_RU.cp1251.
Sun, 06 Nov 2011 00:40:26 +0200 Oleksandr Gavenko Bind 'F7' to 'rgrep' as 'M-F7' does not possible in terminal.
Sun, 06 Nov 2011 00:16:54 +0200 Oleksandr Gavenko Set fill-column for "Log-Edit" buffer.
Sun, 06 Nov 2011 00:06:18 +0200 Oleksandr Gavenko Use different 'recentf' and 'desktop' files and do not enable
Sat, 05 Nov 2011 11:23:57 +0200 Oleksandr Gavenko merged
Sat, 05 Nov 2011 11:23:47 +0200 Oleksandr Gavenko Don't load pc-selection-mode for Emacs 24. This mode is obsolete.
Fri, 04 Nov 2011 16:20:10 +0200 Oleksandr Gavenko Down priority for Makefile pattern to allow match .diff/.rej first.
Thu, 03 Nov 2011 23:09:41 +0200 Oleksandr Gavenko Set 'fill-column' to 78 for mail compose 'message' buffer.
Wed, 02 Nov 2011 12:10:16 +0200 Oleksandr Gavenko Add _build, _dist, _lib to 'grep-find-ignored-directories'.
Wed, 26 Oct 2011 15:58:03 +0300 Oleksandr Gavenko Enable 'auto-revert-tail-mode' on '.log' files.
Tue, 25 Oct 2011 21:27:03 +0300 Oleksandr Gavenko Switch any file with '/var/log/' part in path to 'auto-revert-tail-mode'.
Tue, 25 Oct 2011 03:58:25 +0300 Oleksandr Gavenko gnus-site-init-file
Tue, 25 Oct 2011 03:57:36 +0300 Oleksandr Gavenko Don't call the debugger regardless of condition handlers.
Tue, 25 Oct 2011 02:26:29 +0300 Oleksandr Gavenko Adaptive score for GNUS.
Tue, 25 Oct 2011 02:06:25 +0300 Oleksandr Gavenko Remove settings from 'gnus-audio.el' as I never use it.
Tue, 25 Oct 2011 01:21:09 +0300 Oleksandr Gavenko Add completion for 'script' and 'style' tags in html from sgml mode.
Mon, 24 Oct 2011 01:53:01 +0300 Oleksandr Gavenko Do not convert output of 'gnutls-cli'.
Mon, 24 Oct 2011 01:52:05 +0300 Oleksandr Gavenko Use smtpmail mode for sending mail.
Mon, 24 Oct 2011 01:47:47 +0300 Oleksandr Gavenko Fix 'starttls.el' on native Windows Emacs with gnutls-cli from Cygwin.
Sun, 23 Oct 2011 22:48:06 +0300 Oleksandr Gavenko Fix error: 'gnus-posting-styles' does not defined.
Sun, 23 Oct 2011 22:17:11 +0300 Oleksandr Gavenko Setup own time format (ISO 8601 + day of week) for GNUS article.
Sun, 23 Oct 2011 22:05:48 +0300 Oleksandr Gavenko With prefix enable debug backtrace when problems occur else disable.
Sun, 23 Oct 2011 21:55:13 +0300 Oleksandr Gavenko Add signature to mails.
Sun, 23 Oct 2011 20:46:01 +0300 Oleksandr Gavenko 'gnuserv' now dead.
Sun, 23 Oct 2011 19:39:35 +0300 Oleksandr Gavenko ispell-extra-args
Sun, 23 Oct 2011 19:02:32 +0300 Oleksandr Gavenko Add some GNUS settings.
Sun, 23 Oct 2011 00:21:43 +0300 Oleksandr Gavenko Add 'my-print-unicode' which print UNICODE table.
Sat, 22 Oct 2011 18:07:59 +0300 Oleksandr Gavenko Add 'LilyPond-mode' to 'my-devel-mode-list' for enabling scroll-margin.
Thu, 20 Oct 2011 11:51:56 +0300 Oleksandr Gavenko I prefer EN man pages.
Wed, 19 Oct 2011 10:59:44 +0300 Oleksandr Gavenko Enable auto-revert-tail-mode for log files from /var/log.
Wed, 19 Oct 2011 10:34:56 +0300 Oleksandr Gavenko Fix headline.
Wed, 19 Oct 2011 09:44:34 +0300 Oleksandr Gavenko Use 'find-file-hook' as 'find-file-hooks' marked as deprecated.
Sun, 16 Oct 2011 01:14:02 +0300 Oleksandr Gavenko my-python-django-fix + my-python-add-to-path.
Sun, 16 Oct 2011 00:39:28 +0300 Oleksandr Gavenko my-dos2cygwin-path
Sat, 15 Oct 2011 23:15:40 +0300 Oleksandr Gavenko 'eldoc-mode' for Python work starting from version 22.
Sat, 15 Oct 2011 23:14:28 +0300 Oleksandr Gavenko Enable 'eldoc-mode' for 'python-mode'.
Sat, 15 Oct 2011 15:55:02 +0300 Oleksandr Gavenko Remove 'python-continuation-offset'.
Sat, 15 Oct 2011 15:43:30 +0300 Oleksandr Gavenko Set 'python-indent' and 'python-continuation-offset'.
Thu, 13 Oct 2011 20:49:17 +0300 Oleksandr Gavenko merged
Mon, 10 Oct 2011 10:41:54 +0300 Oleksandr Gavenko Move 'diff-mode' to 'my-text-mode-list' for trailing spaces highlighting.
Tue, 11 Oct 2011 23:56:53 +0300 Oleksandr Gavenko Use "*scratch*" as temp buffer.
Thu, 06 Oct 2011 17:03:32 +0300 Oleksandr Gavenko merged
Thu, 06 Oct 2011 16:41:35 +0300 Oleksandr Gavenko Fix: ignore-errors does not defined under Emacs 22.2.1 (on Debian).
Thu, 06 Oct 2011 11:35:21 +0300 Oleksandr Gavenko Add func 'my-prevent-kill-buffer' and prevent kill '*scratch*' buffer.
Thu, 06 Oct 2011 11:26:17 +0300 Oleksandr Gavenko Define own outline-regex to easy view file structure.
Thu, 06 Oct 2011 01:25:51 +0300 Oleksandr Gavenko Convert percent encoded string to native.
Wed, 05 Oct 2011 02:56:52 +0300 Oleksandr Gavenko my-percent-decode
Wed, 05 Oct 2011 01:36:19 +0300 Oleksandr Gavenko Remove own implementation 'reglen' func as there exist standard M-= key binding for this task.
Sat, 01 Oct 2011 21:05:31 +0300 Oleksandr Gavenko Use different colors for added and removed lines in diff mode.
Fri, 30 Sep 2011 18:24:32 +0300 Oleksandr Gavenko merged
Thu, 29 Sep 2011 15:54:05 +0300 Oleksandr Gavenko Set indent level for privdate/public keywords.
Thu, 29 Sep 2011 15:51:04 +0300 Oleksandr Gavenko Enable electric new-line. Document auto indent after typing colon.
Thu, 29 Sep 2011 15:01:34 +0300 Oleksandr Gavenko Move some anonymous hooks to func definition.
Fri, 30 Sep 2011 01:01:49 +0300 Oleksandr Gavenko Follow new-style (and also UCS-16) Cygwin symlinks.
Thu, 22 Sep 2011 23:25:21 +0300 Oleksandr Gavenko Automaticaly append final newline.
Thu, 22 Sep 2011 01:58:21 +0300 Oleksandr Gavenko Don't send ^M to Python process under Windows as you get error
Mon, 19 Sep 2011 21:05:09 +0300 Oleksandr Gavenko merged
Mon, 19 Sep 2011 21:04:48 +0300 Oleksandr Gavenko FIX: 'html-tag-alist' is not defined in 'psgml' mode.
Wed, 14 Sep 2011 15:16:12 +0300 Oleksandr Gavenko Make behaviour same as in GUI for dired.
Wed, 07 Sep 2011 22:11:45 +0300 Oleksandr Gavenko Add 'tcl-mode' to 'my-devel-mode-list'.
Mon, 05 Sep 2011 11:31:35 +0300 Oleksandr Gavenko Add 'bat-generic-mode' to 'my-devel-mode-list'.
Sun, 04 Sep 2011 23:38:40 +0300 Oleksandr Gavenko Enable dict-mode.
Thu, 01 Sep 2011 21:50:46 +0300 Oleksandr Gavenko Fix rst-level-*-face for terminal.
Thu, 01 Sep 2011 09:49:23 +0300 Oleksandr Gavenko merge
Wed, 31 Aug 2011 09:43:10 +0300 Oleksandr Gavenko Add item to org-tag-persistent-alist.
Wed, 31 Aug 2011 20:41:09 +0300 Oleksandr Gavenko Bind 'yes-or-no-p' to 'y-or-n-p'.
Wed, 31 Aug 2011 20:35:50 +0300 Oleksandr Gavenko Add uniquify settings.
Sat, 27 Aug 2011 00:38:48 +0300 Oleksandr Gavenko compilation-ask-about-save
Sat, 27 Aug 2011 00:37:06 +0300 Oleksandr Gavenko display-time-day-and-date
Tue, 23 Aug 2011 00:05:37 +0300 Oleksandr Gavenko Remove text modes from devel mode list as it can not supprt imenu.
Sun, 21 Aug 2011 21:52:00 +0300 Oleksandr Gavenko Add rst-mode to my-devel-mode-list to hilight TABs.
Sat, 20 Aug 2011 11:08:19 +0300 Oleksandr Gavenko Update jabber motd.
Fri, 05 Aug 2011 17:03:02 +0300 Oleksandr Gavenko my-cygwin-search
Fri, 05 Aug 2011 16:34:43 +0300 Oleksandr Gavenko Move code for shell setup to proper place. Remove unused code as I do not use
Fri, 05 Aug 2011 15:39:31 +0300 Oleksandr Gavenko Try enable modes to avoid do this explicitly in '.emacs-pre'.
Wed, 03 Aug 2011 09:15:07 +0300 Oleksandr Gavenko Fix: "Symbol's value as variable is void: compilation-mode-map".
Tue, 02 Aug 2011 17:52:09 +0300 Oleksandr Gavenko Automated merge with file:///cygdrive/d/srv/hg-home/dot-emacs
Tue, 02 Aug 2011 17:50:42 +0300 Oleksandr Gavenko my-comint-send-string
Sun, 31 Jul 2011 22:31:00 +0300 Oleksandr Gavenko My tags for remember buffer.
Tue, 19 Jul 2011 23:14:10 +0300 Oleksandr Gavenko Redefine action to put 'html' tag in sgml-mode (more pretty look).
Sat, 16 Jul 2011 10:56:02 +0300 Oleksandr Gavenko Remove rst-mode from my-devel-mode-list as it does not support imenu (I get
Sat, 16 Jul 2011 10:50:36 +0300 Oleksandr Gavenko Add rst to devel mode for showing trailing spaces.
Sat, 09 Jul 2011 01:53:05 +0300 Oleksandr Gavenko Add .base .local .other to list of tmp files.
Thu, 07 Jul 2011 09:09:48 +0300 Oleksandr Gavenko fix misspelling
Wed, 06 Jul 2011 15:53:09 +0300 Oleksandr Gavenko Maintaining the table of contents up-to-date.
Fri, 01 Jul 2011 16:06:49 +0300 Oleksandr Gavenko Dicsonet from jabber on Emacs exit to prevent from 'openssl.exe.stackdump'.
Mon, 27 Jun 2011 21:51:53 +0300 Oleksandr Gavenko Use ~/devel/my-devel/gtd for 'org-directory' to allow fetch changes with
Sat, 25 Jun 2011 23:04:25 +0300 Oleksandr Gavenko Fix condition as it stop server from loading.
Sat, 25 Jun 2011 15:58:35 +0300 Oleksandr Gavenko Set basic mail settings.
Fri, 24 Jun 2011 18:02:12 +0300 Oleksandr Gavenko Make revert buffer available more early.
Fri, 24 Jun 2011 18:00:56 +0300 Oleksandr Gavenko Use c++-mode for JS files because of single char comment highlight but when
Thu, 23 Jun 2011 23:54:07 +0300 Oleksandr Gavenko merged
Thu, 23 Jun 2011 23:45:30 +0300 Oleksandr Gavenko simplify
Tue, 21 Jun 2011 16:18:54 +0300 Oleksandr Gavenko html-charref package for converting string from/to HTML charref.
Tue, 21 Jun 2011 12:07:04 +0300 Oleksandr Gavenko Make auto-save-interval lager.
Sun, 19 Jun 2011 23:16:11 +0300 Oleksandr Gavenko Always enable 'imenu'.
Sun, 19 Jun 2011 23:02:11 +0300 Oleksandr Gavenko Add support for 'imenu' and 'which-func' to 'nsis-mode'.
Sun, 19 Jun 2011 17:05:50 +0300 Oleksandr Gavenko debug-on-signal
Sat, 18 Jun 2011 12:11:57 +0300 Oleksandr Gavenko `-b' switch to ignore changes in whitespaces.
Sat, 18 Jun 2011 11:37:31 +0300 Oleksandr Gavenko Add docs.
Sat, 18 Jun 2011 11:36:34 +0300 Oleksandr Gavenko Add comment.
Sat, 18 Jun 2011 11:33:34 +0300 Oleksandr Gavenko Minor mode that highlights suspicious C and C++ constructions.
Sat, 18 Jun 2011 11:28:54 +0300 Oleksandr Gavenko Port to Emacs 22.x.
Sat, 18 Jun 2011 11:14:06 +0300 Oleksandr Gavenko Show current function name in the mode line.
Sat, 18 Jun 2011 10:46:07 +0300 Oleksandr Gavenko Exit from Emacs with less typing.
Sat, 18 Jun 2011 10:33:22 +0300 Oleksandr Gavenko Change 'frame-title-format'.
Sat, 18 Jun 2011 10:28:19 +0300 Oleksandr Gavenko Start the emacs server only if another instance of the server is not running.
Wed, 08 Jun 2011 11:43:23 +0300 Oleksandr Gavenko erc-notify-list
Tue, 07 Jun 2011 15:06:20 +0300 Oleksandr Gavenko Use gmake on FreeBSD.
Wed, 01 Jun 2011 21:10:14 +0300 Oleksandr Gavenko Enable reconnect facility for ERC.
Mon, 30 May 2011 23:34:46 +0300 Oleksandr Gavenko Add commented settings for remember.
Mon, 30 May 2011 23:32:36 +0300 Oleksandr Gavenko merged
Mon, 30 May 2011 23:32:08 +0300 Oleksandr Gavenko erc-encoding-coding-alist, erc-autojoin-channels-alist
Tue, 17 May 2011 16:35:48 +0300 Oleksandr Gavenko Add '.rej' files to matcher of tmp files. Optimize regex by switching to shy
Fri, 29 Apr 2011 19:14:46 +0300 Oleksandr Gavenko merged
Fri, 22 Apr 2011 14:10:53 +0300 Oleksandr Gavenko Add 'html-mode' to devel mode list.
Sat, 16 Apr 2011 00:08:23 +0300 Oleksandr Gavenko Temporary disable cedet-global and cedet-idutils as GNU Global and IdUtils may
Sun, 10 Apr 2011 23:24:21 +0300 Oleksandr Gavenko Fix error: my-elisp-find-tag: Symbol's value as variable is void: find-tag-marker-ring
Fri, 08 Apr 2011 13:13:07 +0300 Oleksandr Gavenko text2html
Thu, 07 Apr 2011 18:37:49 +0300 Oleksandr Gavenko Remove unused code.
Thu, 07 Apr 2011 18:37:31 +0300 Oleksandr Gavenko Enable 'semantc'.
Tue, 05 Apr 2011 13:54:38 +0300 Oleksandr Gavenko Indent initial frame to 2 pixel.
Thu, 31 Mar 2011 22:26:02 +0300 Oleksandr Gavenko Enable showing of trailing whitespace only in developer modes.
Wed, 30 Mar 2011 17:44:34 +0300 Oleksandr Gavenko merged
Tue, 29 Mar 2011 07:59:49 -0700 Oleksandr Gavenko Port to Mac OS X console Emacs 22.1.1.
Sat, 26 Mar 2011 18:52:58 +0200 Oleksandr Gavenko Fix 'eval-after-load' usage.
Sat, 26 Mar 2011 18:51:05 +0200 Oleksandr Gavenko Add '(setq debug-on-error t)' in comment to easy in debug.
Sat, 26 Mar 2011 18:50:22 +0200 Oleksandr Gavenko Exclude .svg image from supported image list, as Emacs doesn't come with SVG
Sat, 26 Mar 2011 17:57:25 +0200 Oleksandr Gavenko Fix feature name.
Sat, 26 Mar 2011 17:31:57 +0200 Oleksandr Gavenko Add path to local rnc schemas.
Sat, 26 Mar 2011 15:36:20 +0200 Oleksandr Gavenko I expect that these bindings work in all mode, Org mode use own, so redefine.
Sat, 26 Mar 2011 15:29:58 +0200 Oleksandr Gavenko Replace '(if COND (progn BODY...))' by '(when COND BODY...)'. Remove
Fri, 25 Mar 2011 15:41:34 +0200 Oleksandr Gavenko Save place from which we jump.
Wed, 23 Mar 2011 20:54:00 +0200 Oleksandr Gavenko Fix loading error for Emacs 21.3.
Wed, 23 Mar 2011 20:50:41 +0200 Oleksandr Gavenko split-height-threshold/split-width-threshold can not be nil in Emacs 21.x/22.x.
Wed, 23 Mar 2011 20:42:13 +0200 Oleksandr Gavenko Firstly enable 'recentf' to easy access to recently edited file when Emacs
Wed, 23 Mar 2011 20:19:28 +0200 Oleksandr Gavenko Try find variable at point, if fail find function in 'emacs-lisp-mode'.
Tue, 22 Mar 2011 22:50:26 +0200 Oleksandr Gavenko (setq read-file-name-completion-ignore-case t)
Tue, 22 Mar 2011 00:04:05 +0200 Oleksandr Gavenko http://www.emacswiki.org/emacs/PrettyLambda
Mon, 21 Mar 2011 22:44:45 +0200 Oleksandr Gavenko Stop 'ffap' in Dired as its suggestion is inconvenient.
Mon, 21 Mar 2011 00:37:44 +0200 Oleksandr Gavenko Generalize code.
Mon, 21 Mar 2011 00:18:46 +0200 Oleksandr Gavenko Generalize logic to rename symbols.
Sun, 20 Mar 2011 23:26:45 +0200 Oleksandr Gavenko Fix mode name for elisp files.
Sun, 20 Mar 2011 20:43:55 +0200 Oleksandr Gavenko Goto elisp definition.
Sun, 20 Mar 2011 20:42:06 +0200 Oleksandr Gavenko Enable 'turn-on-eldoc-mode'.
Sun, 20 Mar 2011 00:14:55 +0200 Oleksandr Gavenko (global-set-key (kbd C-x C-k) 'kill-this-buffer)
Sun, 20 Mar 2011 00:10:26 +0200 Oleksandr Gavenko Add some TODO keywords.
Sat, 19 Mar 2011 23:45:57 +0200 Oleksandr Gavenko Enable 'imenu' mode only in window system not terminal.
Sat, 19 Mar 2011 23:41:39 +0200 Oleksandr Gavenko Enable 'ffap' mode.
Tue, 15 Mar 2011 22:33:38 +0200 Oleksandr Gavenko With one item org-mode do not prompt choose template.
Fri, 11 Mar 2011 12:36:08 +0200 Oleksandr Gavenko Fix error in M-x shell on Emacs 23.3 (23.2/23.1/22.3 work perfectly):
Wed, 09 Mar 2011 00:37:46 +0200 Oleksandr Gavenko Fix "Prefer horizontal windows splitting" for terminals.
Thu, 03 Mar 2011 16:28:01 +0200 Oleksandr Gavenko Uppercase org file names.
Thu, 03 Mar 2011 16:00:27 +0200 Oleksandr Gavenko Define shortcut for NOTE file.
Thu, 03 Mar 2011 15:49:43 +0200 Oleksandr Gavenko Fix pattern.
Thu, 03 Mar 2011 14:36:40 +0200 Oleksandr Gavenko Set different agenda files.
Thu, 03 Mar 2011 12:04:46 +0200 Oleksandr Gavenko Reindent code.
Thu, 03 Mar 2011 12:02:07 +0200 Oleksandr Gavenko Move common part.
Thu, 03 Mar 2011 11:57:25 +0200 Oleksandr Gavenko Initialize remember mode before org-mode.
Thu, 03 Mar 2011 11:43:55 +0200 Oleksandr Gavenko Remember mode come with Emacs 23.x. Enable it.
Thu, 03 Mar 2011 11:33:19 +0200 Oleksandr Gavenko Reindent code.
Wed, 02 Mar 2011 17:51:10 +0200 Oleksandr Gavenko mouse-avoidance-mode
Wed, 02 Mar 2011 14:10:34 +0200 Oleksandr Gavenko Add code as note.
Fri, 25 Feb 2011 00:21:10 +0200 Oleksandr Gavenko Add note.
Tue, 22 Feb 2011 20:20:55 +0200 Oleksandr Gavenko On Debian Emacs 22.2.1 'split-height-threshold' MUST be number.
Tue, 22 Feb 2011 00:39:33 +0200 Oleksandr Gavenko Prefer horizontal windows splitting.
Mon, 21 Feb 2011 21:09:27 +0200 Oleksandr Gavenko merged
Sun, 20 Feb 2011 16:05:14 +0200 Oleksandr Gavenko Show error in EN locale to easy search how fix problem in docs and Internet.
Sun, 20 Feb 2011 21:11:26 +0200 Oleksandr Gavenko merged
Sun, 02 Jan 2011 21:03:16 +0200 Oleksandr Gavenko Prefer horizontal windows splitting.
Mon, 31 Jan 2011 11:25:26 +0200 Oleksandr Gavenko Redefine standard binding for sending message form RET to C-RET.
Thu, 27 Jan 2011 17:30:57 +0200 Oleksandr Gavenko Move code to proper place. Add 'f7' key binding for 'occur'.
Thu, 27 Jan 2011 12:06:16 +0200 Oleksandr Gavenko Don't indent first LEFT CURLY BRACKET on new line of macros.
Sun, 23 Jan 2011 20:40:42 +0200 Oleksandr Gavenko Simplify expr.
Sun, 23 Jan 2011 11:13:42 +0200 Oleksandr Gavenko merged
Sat, 15 Jan 2011 17:53:29 +0200 Oleksandr Gavenko Fix: 'grep-find-ignored-files' introduced in '23.2' version of Emacs.
Sat, 15 Jan 2011 17:44:42 +0200 Oleksandr Gavenko Uncomment essential line because of error:
Fri, 21 Jan 2011 14:57:49 +0200 Oleksandr Gavenko Remove duplicated lines.
Fri, 21 Jan 2011 14:56:53 +0200 Oleksandr Gavenko Fix 'eval-after-load' usage.
Fri, 21 Jan 2011 13:59:30 +0200 Oleksandr Gavenko Add TAGS file to 'iswitchb-buffer-ignore'.
Thu, 20 Jan 2011 17:57:43 +0200 Oleksandr Gavenko Set 'compilation-mode-font-lock-keywords' for MSVC.
Thu, 20 Jan 2011 17:56:40 +0200 Oleksandr Gavenko Fix 'eval-after-load' syntax.
Wed, 19 Jan 2011 12:15:48 +0200 Oleksandr Gavenko Set compilation-error-regexp-alist after loading 'compile.el'.
Wed, 19 Jan 2011 11:31:52 +0200 Oleksandr Gavenko Initialize prng.
Wed, 19 Jan 2011 11:16:32 +0200 Oleksandr Gavenko (setq display-buffer-reuse-frames t)
Wed, 19 Jan 2011 00:41:18 +0200 Oleksandr Gavenko Document 'debug-on-quit'.
Tue, 18 Jan 2011 09:52:09 +0200 Oleksandr Gavenko Set *Messages* buffer 'default-directory' to $HOME.
Tue, 18 Jan 2011 09:31:28 +0200 Oleksandr Gavenko merged
Mon, 17 Jan 2011 16:28:51 +0200 Oleksandr Gavenko 'default-directory' for '*scratch*' buffer. This allow 'eval-buffer' on '.emacs-my'.
Mon, 17 Jan 2011 16:22:30 +0200 Oleksandr Gavenko Use 'message' instead of comment to easy debug where error occurred.
Mon, 17 Jan 2011 16:16:05 +0200 Oleksandr Gavenko Fix "grep-find-ignored-directories unknow variable".
Mon, 17 Jan 2011 16:14:58 +0200 Oleksandr Gavenko Add missing brace.
Tue, 18 Jan 2011 00:03:25 +0200 Oleksandr Gavenko Speedup find-dired.
Mon, 17 Jan 2011 22:38:55 +0200 Oleksandr Gavenko Bound 'complete-tag' to M-RET.
Mon, 17 Jan 2011 21:51:05 +0200 Oleksandr Gavenko Document 'inhibit-default-init'.
Mon, 17 Jan 2011 21:40:36 +0200 Oleksandr Gavenko merged
Mon, 17 Jan 2011 00:08:34 +0200 Oleksandr Gavenko Fix 'etags-table-search-up-depth' as it an integer value of depth but not a
Mon, 17 Jan 2011 15:15:02 +0200 Oleksandr Gavenko Random set jabber status msg.
Mon, 17 Jan 2011 15:11:11 +0200 Oleksandr Gavenko Document some settings from .emacs-pre/-post.
Mon, 17 Jan 2011 15:06:56 +0200 Oleksandr Gavenko Set conection/login info for rcirc.
Mon, 17 Jan 2011 15:03:36 +0200 Oleksandr Gavenko Move user info to top.
Mon, 17 Jan 2011 14:57:40 +0200 Oleksandr Gavenko Remove prompt "Keep current list of tags tables also? (y or n)" which appear
less more (0) -1000 -960 tip