Mercurial
Mercurial
>
dot-emacs
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-480
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Introduced Org state FAILED.
default
tip
13 months ago, by Oleksandr Gavenko
In Emacs 28 it loads files referenced by diff-mode, polluting buffer list & recentf, and significantly slowing Emacs in Cygwin.
21 months ago, by Oleksandr Gavenko
Disable diff-font-lock-syntax as it visits files from Git and this is extremely slow in Cygwin+antivirus.
2023-02-02, by Oleksandr Gavenko
Fixed typo (imbalanced parentheses).
2022-12-24, by Oleksandr Gavenko
It is important to read ~/.bashrc despite MSYS2 Bash warn about ioctl failure in M-x shell in NT Emacs.
2022-12-23, by Oleksandr Gavenko
In addition to interpreting Windows paths in Cygwin a handler is added for interpreting MSYS paths in NT Emacs.
2022-12-14, by Oleksandr Gavenko
my-python/describe-at-point: With C-u argument ask for symbol and method.
2022-12-14, by Oleksandr Gavenko
Fixed M-x shell in Mingw Emacs, Bash "-i" is not supported in dumb Emacs terminal.
2022-12-10, by Oleksandr Gavenko
Set dictionary name to american for aspell, this fixes MINGW64 env.
2022-11-28, by Oleksandr Gavenko
Added support for MINGW64 for aspell detection.
2022-11-27, by Oleksandr Gavenko
Added a shortcut for opening BLOG.rst.
2022-11-27, by Oleksandr Gavenko
Suppress popping a warnings buffer when Emacs installs packages.
2022-11-27, by Oleksandr Gavenko
merged
2022-11-27, by Oleksandr Gavenko
Ported Makefile to MSYS2: Emacs is native here and cannot deal with MSYS2-style paths.
2022-09-20, by 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.
2022-10-27, by Oleksandr Gavenko
Sends a selection or a paragraph to `term-mode'.
2022-10-12, by Oleksandr Gavenko
x-select-enable-clipboard => select-enable-clipboard
2022-07-25, by Oleksandr Gavenko
kill-do-not-save-duplicates
2022-07-25, by Oleksandr Gavenko
Fixed: Key sequence C-x C-j C-s starts with non-prefix key.
2022-05-03, by Oleksandr Gavenko
org-tempo in missing in Emacs v26.1 in RHEL 8.6.
2022-02-15, by Oleksandr Gavenko
so-long mode makes buffer read only. To erase the content we need to make buffer editable.
2022-02-01, by Oleksandr Gavenko
Activate so-long-mode instead of fundamental-mode for log files: it is faster!
2021-12-09, by Oleksandr Gavenko
Disabled log4-hi-func-keywords function & prettify-symbols-mode to improve performance when navigating long lines in log files.
2021-12-09, by Oleksandr Gavenko
Fixed typo.
2021-12-09, by Oleksandr Gavenko
Use "find -exec" with "+" to avoid excessive grep forking.
2021-11-04, by Oleksandr Gavenko
Added more Sabre attributes for highlighting.
2021-09-05, by Oleksandr Gavenko
More parrterns for SSR.
2021-08-31, by Oleksandr Gavenko
Fixed highlighting of some Sabre XML tags when they are without XML namespace.
2021-08-31, by Oleksandr Gavenko
Fix for dired in TRAMP.
2021-08-04, by Oleksandr Gavenko
Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
2021-08-04, by Oleksandr Gavenko
Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
2021-08-04, by Oleksandr Gavenko
Highlighting for Sabre SSRs.
2021-07-21, by Oleksandr Gavenko
Added highlighting of SSR's FullText.
2021-07-20, by Oleksandr Gavenko
emmet might be absent when we activate it in web-mode-hook.
2021-07-14, by Oleksandr Gavenko
Increased GC threshold. Fixed unbalanced parentheses.
2021-07-07, by Oleksandr Gavenko
Updated Sabre XML entries to highlight.
2021-06-23, by Oleksandr Gavenko
Updated Sabre XML entries to highlight.
2021-06-23, by Oleksandr Gavenko
Helper functions for Sabre GDS.
2021-06-16, by Oleksandr Gavenko
Add some standard places to PATH if they are not set by login script.
2021-06-16, by Oleksandr Gavenko
csv-mode requires for setting to be set via defcstom only...
2021-06-15, by Oleksandr Gavenko
Add some standard places to PATH as Emacs is not started from login shell on Windows...
2021-06-02, by Oleksandr Gavenko
Added mode for recognition of Windows paths in Cygwin Emacs.
2021-06-02, by Oleksandr Gavenko
Separated Cygwin & ansi colors settings.
2021-06-02, by Oleksandr Gavenko
Repeating my-calc-line interactive place result after "=" sign clearing any old text.
2021-04-07, by Oleksandr Gavenko
Show only the matching closing parenthesis, flashing entire expression is irritating.
2021-02-22, by Oleksandr Gavenko
Marked some Python related variables / values as safe for being local.
2021-02-20, by Oleksandr Gavenko
Defined key bindings to some project search/replace functions.
2021-02-09, by Oleksandr Gavenko
Added binding for project-find-file.
2021-02-08, by 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.
2021-02-03, by Oleksandr Gavenko
hs-toggle-hiding has bug in v27.1. I eliminated "(event-end e)" from "hs-toggle-hiding" as workaround.
2021-01-31, by Oleksandr Gavenko
tags-completion-at-point-function over python-completion-at-point as latter doesn't work for me in Cygwin.
2021-01-31, by Oleksandr Gavenko
Fixed: Symbol's value as variable is void: my-profiler-enabled.
2021-01-31, by Oleksandr Gavenko
Defined page-delimiter for my elisp file to simplify narrowing. As I migrated to Markdown define fill-column for base mode.
2021-01-31, by Oleksandr Gavenko
Docs: about buffer-menu vs ibuffer.
2021-01-31, by Oleksandr Gavenko
Removed mentioning of author and copyright from all files' headers.
2021-01-31, by Oleksandr Gavenko
Moved definition of root for Org mode files to defs file.
2021-01-31, by Oleksandr Gavenko
Docs: Legacy setup instructions for native Windows Emacs.
2021-01-30, by Oleksandr Gavenko
Converted README to Markdown format.
2021-01-30, by Oleksandr Gavenko
Docs: my-profiler-enabled.
2021-01-30, by Oleksandr Gavenko
Moved Gnus's all.SCORE to separate project as it reveals some private data.
2021-01-30, by Oleksandr Gavenko
Grouped startup profiler related code with debug related.
2021-01-30, by Oleksandr Gavenko
Activate debugger of errors during Emacs initialization. This allows to get backtrace without passing --debug-init.
2021-01-30, by Oleksandr Gavenko
Moved settings for file local variable to a separate section.
2021-01-30, by Oleksandr Gavenko
Docs: improved comment.
2021-01-30, by Oleksandr Gavenko
It is more informative to get help on symbol type than just type.
2021-01-29, by Oleksandr Gavenko
Unwrap Python's dir() list into multi line text.
2021-01-26, by Oleksandr Gavenko
Added other types of introspection to my-python/describe-at-point.
2021-01-25, by Oleksandr Gavenko
Activate outline-minor-mode for markdown-mode. And avoid whitespace-mode.
2021-01-18, by Oleksandr Gavenko
Shortened name for pydoc buffer.
2021-01-18, by Oleksandr Gavenko
Fixed my-python/send-paragraph: part of region was remained highlighted after (mark-paragraph).
2021-01-18, by Oleksandr Gavenko
Simplified code for displaying Python help. Shadow default C-c C-d key binding
2021-01-18, by Oleksandr Gavenko
Set better rename detection (30% similarity) for Git diff.
2021-01-17, by Oleksandr Gavenko
Mentioned python-shell-interpreter-args.
2021-01-11, by Oleksandr Gavenko
Do not sent my outdated my-python/eldoc-setup-code to Python interpreter.
2021-01-04, by Oleksandr Gavenko
Added example how to activate babel executors.
2021-01-04, by Oleksandr Gavenko
Enabled org-tempo for shortcut to insert template #+BEGIN_SRC quickly.
2021-01-04, by Oleksandr Gavenko
About term-paste.
2021-01-04, by Oleksandr Gavenko
Added note about winner-mode.
2021-01-04, by Oleksandr Gavenko
Moved setting for backups, auto saving, locking earlier.
2021-01-03, by Oleksandr Gavenko
Disable auto saving, files "#name#" might trigger false rebuild if there is
2021-01-03, by Oleksandr Gavenko
Simplified expression.
2021-01-03, by Oleksandr Gavenko
Set extra support file policies earlier in init file.
2021-01-03, by Oleksandr Gavenko
Do not automatically enable company-mode.
2021-01-02, by Oleksandr Gavenko
Work with packages over HTTPS.
2021-01-02, by Oleksandr Gavenko
Moved startup profiler settings to init.el and simplified activation.
2021-01-02, by Oleksandr Gavenko
Added Make target to preinstall packages from ELPA.
2021-01-02, by Oleksandr Gavenko
Fixed byte compilation warning: assignment to free variable "for".
2021-01-02, by Oleksandr Gavenko
Fixed error 'eval-when is not defined' after switching to cl-lib.
2021-01-02, by Oleksandr Gavenko
melpa.milkbox.net is dead, use melpa.org instead.
2021-01-02, by Oleksandr Gavenko
cl-lib is pretty widespread now, no need for with-no-warnings.
2021-01-02, by Oleksandr Gavenko
Disable population of `file-name-history', it causes calls to
2021-01-02, by Oleksandr Gavenko
Simplified cleanup of "mylispdir".
2021-01-02, by Oleksandr Gavenko
Disabled activation of CEDET and Semantic. It consumes 48% of startup time.
2021-01-02, by Oleksandr Gavenko
Added option to disable activation of desktop-save-mode.
2021-01-02, by Oleksandr Gavenko
Do not keep separate files for Cygwin for desktop-mode. I don't share HOME for native & Cygwin Emacs.
2021-01-02, by Oleksandr Gavenko
Added note about recentf-auto-cleanup.
2021-01-02, by Oleksandr Gavenko
Added a code example helping profiling of startup.
2021-01-02, by Oleksandr Gavenko
Load more files for byte compilation check. Switched to my-lisp-* prefix.
2021-01-02, by Oleksandr Gavenko
Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
2021-01-02, by Oleksandr Gavenko
Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time.
2021-01-02, by Oleksandr Gavenko
Simplified Makefile byte compillation recipe by moving some logic from CLI to elisp.
2021-01-02, by Oleksandr Gavenko
Suppressed warning: assignment to free variable "c-basic-offset".
2021-01-02, by Oleksandr Gavenko
Fixed name of my mode directory.
2021-01-02, by Oleksandr Gavenko
No need to define user-emacs-directory as it is in a pretty old v22.1.
2021-01-02, by Oleksandr Gavenko
Do not byte compile .emacs-my during installation. Compilation code moved to separate target useful warnings are reported during compilation.
2021-01-02, by Oleksandr Gavenko
Use command "install -m ..." instead "cp" in many occasions.
2021-01-02, by Oleksandr Gavenko
Moved my elisp modes to dedicated directory to not mixt with init.el.
2021-01-02, by Oleksandr Gavenko
Made "upgrade" target idempotent and added it as dependency to "install".
2021-01-02, by Oleksandr Gavenko
Do not apply migration is there is no ~/.emacs.d/.emacs-ver file.
2021-01-01, by Oleksandr Gavenko
Set installation dir explicitly in upgrade script.
2021-01-01, by Oleksandr Gavenko
Moved some obsolete modes to attic.
2021-01-01, by Oleksandr Gavenko
Launch .emacs-autogen.sh with predefined SHELL.
2021-01-01, by Oleksandr Gavenko
Ensure the help doesn't trigger autoloading.
2021-01-01, by Oleksandr Gavenko
Fixed grammar.
2021-01-01, by Oleksandr Gavenko
Removed unused function.
2021-01-01, by Oleksandr Gavenko
No need for copyright year.
2020-12-31, by Oleksandr Gavenko
Fixed: show-paren-mode was disabled by large files because is it global mode.
2020-12-31, by Oleksandr Gavenko
Set more distinctive color for paren expression highlighting.
2020-12-31, by Oleksandr Gavenko
Highlight an entire expression instead of matching parenthesis.
2020-12-31, by Oleksandr Gavenko
(setq ibuffer-expert t)
2020-12-25, by Oleksandr Gavenko
Turned off ls-list for Cygwin to make Dired work for dirs with special files from WSL P9 FS.
2020-12-13, by Oleksandr Gavenko
Just require ls-lisp.
2020-12-13, by Oleksandr Gavenko
Lazy loading of buffer significantly reduces startup time!
2020-12-03, by Oleksandr Gavenko
Enable yaml-mode in Jinja templates.
2020-11-30, by Oleksandr Gavenko
Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
2020-11-29, by Oleksandr Gavenko
Prefer to open URLs in Firefox.
2020-11-28, by Oleksandr Gavenko
Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs.
2020-11-26, by Oleksandr Gavenko
Switched to build-in GNUS HTML renderer as Emacs cannot find w3m in Cygwin even if the package is installed.
2020-11-26, by Oleksandr Gavenko
Marked function for autoload.
2020-11-22, by Oleksandr Gavenko
Enabled highlighting of TODO keywords by text-mode-hook.
2020-11-21, by Oleksandr Gavenko
Enable whitespace-mode in gadict-mode with appropriate customization.
2020-11-20, by Oleksandr Gavenko
Fixed indention.
2020-11-20, by Oleksandr Gavenko
Implemented mypasshide-mode for hiding passwords from my .org files.
2020-11-20, by Oleksandr Gavenko
Added comment how to reload recentf.
2020-11-20, by Oleksandr Gavenko
I don't use env var HOME on Windows anymore, so need for separate file for .recentf.
2020-11-20, by Oleksandr Gavenko
Update codetags list.
2020-11-18, by Oleksandr Gavenko
Enable TODO highlighting in config-like modes.
2020-11-16, by Oleksandr Gavenko
Grouped related code so paragraph selected text can be evaluated by eval-reegion!
2020-11-16, by Oleksandr Gavenko
Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode.
2020-11-16, by Oleksandr Gavenko
Eliminated lags when navigating diff file cause by visiting files behind the
2020-11-16, by Oleksandr Gavenko
Replaced eval-after-load => with-eval-after-load for its easier syntax.
2020-11-01, by Oleksandr Gavenko
Add association if `key' is not in `alist' and replace all accociation with
2020-11-01, by Oleksandr Gavenko
Disabled hunk refinement during font-lock, introduced in v27.1.
2020-10-13, by Oleksandr Gavenko
Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
2020-10-13, by Oleksandr Gavenko
Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
2020-10-03, by Oleksandr Gavenko
Fixed typo in a condition.
2020-10-03, by Oleksandr Gavenko
Use ivy-switch-buffer if available.
2020-09-30, by Oleksandr Gavenko
Accept comma in time along with dot.
2020-09-30, by Oleksandr Gavenko
Made fonts smaller for date and hidden parts to avoid frequent line wrapping and reduce noise. highlight ISO date without year.
2020-09-22, by Oleksandr Gavenko
Set prettify-symbols-alist & prettify-symbols-mode.
2020-09-22, by 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.
2020-09-22, by Oleksandr Gavenko
Activate typescript mode with eval-after-load as feature isn't registerd during startup process so we cannot detect it earlier.
2020-09-22, by Oleksandr Gavenko
Moved save-place to a separate section.
2020-09-01, by Oleksandr Gavenko
save-place-mode is since v25.1.
2020-09-01, by Oleksandr Gavenko
Added interesting time zones for M-x display-time-world.
2020-08-30, by Oleksandr Gavenko
Fixed Emacs 27.1 load issue: GNUS faces are now without -face suffix.
2020-08-16, by Oleksandr Gavenko
Fixed install target failure because of lexical binding of generated-autoload-file.
2020-08-16, by Oleksandr Gavenko
Enable typescript-mode for .tsx files.
2020-05-27, by Oleksandr Gavenko
my-pp based on context so I don't need to remember my-nxml-pp, json-pretty-print-buffer, etc.
2020-03-26, by Oleksandr Gavenko
Set display-raw-bytes-as-hex for Emacs 26.
2020-03-12, by Oleksandr Gavenko
Expression was simplified.
2020-03-12, by Oleksandr Gavenko
Simplified expression.
2020-03-12, by Oleksandr Gavenko
Added docs, limited regex lookup for Java stack traces.
2020-02-24, by Oleksandr Gavenko
Java 9 introduced "/" into line, like "java.base/sun.security.ssl".
2020-02-24, by Oleksandr Gavenko
Moved experimental code to non-hg tracked file.
2020-02-23, by Oleksandr Gavenko
Improved handling of long lines. Added docs.
2020-02-17, by Oleksandr Gavenko
Enabled new gadialog mode.
2020-02-10, by Oleksandr Gavenko
Grouped magit and vc modes.
2020-01-08, by Oleksandr Gavenko
Fallback to selective-display if not in hs-minor-mode. Make corresponding key binding global.
2019-12-11, by Oleksandr Gavenko
I need to visit work file with UTF-8 support.
2019-12-11, by Oleksandr Gavenko
inhibit-startup-buffer-menu
2019-12-10, by Oleksandr Gavenko
initial-major-mode is fundamental-mode.
2019-12-10, by Oleksandr Gavenko
Introduced key binding to open helper buffer baked by file (so will not be lost as with *scratch*).
2019-12-10, by Oleksandr Gavenko
Added command to open package info from Maven Central in Browser.
2019-12-10, by Oleksandr Gavenko
It is better to select hole word (including dashes/underscores, depending on mode).
2019-12-10, by Oleksandr Gavenko
Removed some generic modes that interfere with specialised: javascript-generic-mode ansible-inventory-generic-mode
2019-12-10, by Oleksandr Gavenko
Fix: removed quotation from sub-element inside quoted expression.
2019-08-19, by Oleksandr Gavenko
No need for default value. It can hide bug.
2019-07-28, by 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.
2019-07-17, by Oleksandr Gavenko
Show diff for REV.
2019-06-04, by Oleksandr Gavenko
Added magit-revision-mode to my-text-mode-list.
2019-06-02, by Oleksandr Gavenko
Marked file for lexical-binding.
2019-05-18, by Oleksandr Gavenko
Added bookmark creation for RST mode.
2019-05-18, by Oleksandr Gavenko
Enable TODO highlighting in all prod modes without listing all modes.
2019-05-16, by Oleksandr Gavenko
Fixed: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead.
2019-05-07, by Oleksandr Gavenko
Fix: string-to-int was removed in v26.1.
2019-05-07, by Oleksandr Gavenko
Fixed: ‘ucs-insert’ is an obsolete function (as of 24.3), use ‘insert-char’ instead.
2019-05-07, by Oleksandr Gavenko
Replaced default-FOO variables with (setq-default FOO ...) as they were deleted in v26.1.
2019-05-07, by Oleksandr Gavenko
Added EDITED to TODO keywords.
2019-04-29, by Oleksandr Gavenko
Added docs about global-auto-revert-mode.
2019-04-26, by Oleksandr Gavenko
Enable whitespace-mode for markdown-mode.
2019-04-22, by Oleksandr Gavenko
Activate gaphrase mode.
2019-04-20, by Oleksandr Gavenko
Enable adoc-mode by function presents, feature is not available from autoload file.
2019-04-18, by Oleksandr Gavenko
Do to turn on auto-fill mode. It is hard to disable it in derived modes.
2019-04-16, by Oleksandr Gavenko
Simpler key binding to collapse XML documents.
2019-03-11, by Oleksandr Gavenko
Highlight difference in magit with magit-diff-refine-hunk.
2019-03-03, by Oleksandr Gavenko
vc-git-print-log-follow is for v26.1
2019-02-02, by Oleksandr Gavenko
Search in hidden files too (starting with dot).
2018-12-30, by Oleksandr Gavenko
gnus-buttonized-mime-types
2018-12-13, by Oleksandr Gavenko
Reindent code.
2018-12-13, by Oleksandr Gavenko
Show date instead of distance to commit in Magit log.
2018-10-09, by Oleksandr Gavenko
Set gud-pdb-command-name.
2018-09-24, by Oleksandr Gavenko
Enable adoc-mode for .adoc files.
2018-09-17, by Oleksandr Gavenko
Fixed typo.
2018-07-25, by Oleksandr Gavenko
Fixed regex quoting syntax.
2018-07-25, by Oleksandr Gavenko
Fixed: ‘nxml-complete’ is an obsolete command (as of 26.1); use ‘completion-at-point’ instead.
2018-07-25, by Oleksandr Gavenko
Fixed (ucs-names) API change in Emacs v26.
2018-07-19, by Oleksandr Gavenko
Ported to Emacs 26.
2018-07-11, by Oleksandr Gavenko
For convenience TAB always hide/show current leaf.
2018-06-17, by Oleksandr Gavenko
Fix: treat context lines in my-ag-goto.
2018-05-13, by Oleksandr Gavenko
Prompt for extra ag options on C-u C-u.
2018-05-13, by Oleksandr Gavenko
Proper highlight context (from -A/-B/-C options).
2018-05-13, by Oleksandr Gavenko
Fixed my-nxml-pp.
2018-05-08, by Oleksandr Gavenko
Added pretty-print XML function.
2018-05-03, by Oleksandr Gavenko
Avoid warning "assignment to free variable" for /ido-mode during compilation.
2018-04-14, by Oleksandr Gavenko
Added emmet customization.
2018-04-14, by Oleksandr Gavenko
Added emmet-mode.
2018-04-14, by Oleksandr Gavenko
Add recent files and bookmarks to ‘ivy-switch-buffer’.
2018-04-01, by Oleksandr Gavenko
Disable auto indenting on copy/paste in web-mode.
2018-04-01, by Oleksandr Gavenko
Added switch to rfc1345 input method.
2018-03-30, by Oleksandr Gavenko
Increase context in patches.
2018-01-28, by Oleksandr Gavenko
Allow extra symbols in version for Gradle.
2017-12-14, by Oleksandr Gavenko
Added function that copies xpath-like path in XML document.
2017-12-03, by Oleksandr Gavenko
Set new frame font same as in main. Maximize new frames.
2017-12-03, by Oleksandr Gavenko
Added hideshow mode for nxml.
2017-11-25, by Oleksandr Gavenko
Disable er in org/rst-mode. Expand to line with \n by default.
2017-11-07, by Oleksandr Gavenko
Expand region to word by default.
2017-10-31, by Oleksandr Gavenko
It doesn't help much but allows to run python process, otherwise
2017-10-25, by Oleksandr Gavenko
Make function silent if file is modified.
2017-10-23, by Oleksandr Gavenko
Prefer Python 3 for interactive shell.
2017-10-22, by Oleksandr Gavenko
Use UTF-8 on Windows fpr processes.
2017-10-21, by Oleksandr Gavenko
Set font size depending on DPI.
2017-10-11, by Oleksandr Gavenko
Mistaken s-TAB key binding broke my workflow.
2017-10-10, by Oleksandr Gavenko
Prevent error that character not found.
2017-09-24, by Oleksandr Gavenko
Problems with hunging on re-display when symbols is used on Windows can be solved by:
2017-09-21, by Oleksandr Gavenko
Some symbols from default composition rules cause Emacs redisplay hang on Windows.
2017-09-21, by Oleksandr Gavenko
Added key binding to erase buffer conveniently.
2017-09-06, by Oleksandr Gavenko
Added Gradle support.
2017-08-27, by Oleksandr Gavenko
Default sed filter failed with syntax error in native Emacs and Cygwin.
2017-07-31, by Oleksandr Gavenko
.log.N files also should be treated as log files. Disable NRoff mode for such files.
2017-07-04, by Oleksandr Gavenko
Modern Windows can work with Unicode. No need for codepage.
2017-07-04, by Oleksandr Gavenko
Replace triangle symbol with alternatives that is worked with default Windows fonts.
2017-06-12, by Oleksandr Gavenko
Set large-file-warning-threshold greater then 10 MiB in order to open logs
2017-05-31, by Oleksandr Gavenko
Fixed parents and key binding syntax for ide-*.
2017-04-23, by Oleksandr Gavenko
Added key bindings to open file in external IDE. Unified code for error
2017-04-23, by Oleksandr Gavenko
Revert mistaken change after mass-replacing.
2017-04-02, by Oleksandr Gavenko
Fix: Warning: defface for my-ag/lineno-face fails to specify containing group
2017-03-30, by Oleksandr Gavenko
Fix: Warning: assignment to free variable js-indent-level.
2017-03-30, by Oleksandr Gavenko
Fix: Warning: the following functions are not known to be defined:
2017-03-30, by Oleksandr Gavenko
Remove dead code.
2017-03-30, by Oleksandr Gavenko
Fix: Warning: 'goto-line' is for interactive use only; use 'forward-line'
2017-03-30, by Oleksandr Gavenko
Fix: Warning: "string-to-int" is an obsolete function (as of 22.1); use
2017-03-30, by Oleksandr Gavenko
Fix: Warning: defface fails to specify containing group.
2017-03-30, by Oleksandr Gavenko
Added target to run byte compilation to gather warnings.
2017-03-30, by Oleksandr Gavenko
Fix: Warning: "font-lock-fontify-buffer" is for interactive use only; use
2017-03-30, by Oleksandr Gavenko
Interactive methods use '-', private methods uses `/` as separator after
2017-03-29, by Oleksandr Gavenko
Private functions use '/' delimiter, public as usual '-' delimiter.
2017-03-29, by Oleksandr Gavenko
Rename public function so that they wouldn't have '/' symbol in name.
2017-03-29, by Oleksandr Gavenko
Use 'my-' prefix instead 'my/' with nonstandard character.
2017-03-29, by Oleksandr Gavenko
Parser for ivy dependencies.
2017-03-25, by Oleksandr Gavenko
Prefer look ahead. Fix typo.
2017-03-25, by Oleksandr Gavenko
Remove unnecessary code.
2017-03-25, by Oleksandr Gavenko
Remove magic numbers.
2017-03-25, by Oleksandr Gavenko
Remove duplicate code.
2017-03-25, by Oleksandr Gavenko
Move maven handling logic from maven-central.el to separate file.
2017-03-25, by Oleksandr Gavenko
No need to custom implementation of zgrep, zrgrep is bundled with v23.2.
2017-03-25, by Oleksandr Gavenko
Strip "my/" prefix. Require 'json' library.
2017-03-09, by Oleksandr Gavenko
Use trick with changing working directory to avoid Cygwin path issues.
2017-03-09, by Oleksandr Gavenko
Add documentation.
2017-03-09, by Oleksandr Gavenko
Open file in Intellij Idea. Common interface for IDE.
2017-03-09, by Oleksandr Gavenko
It much easy to call ag for current directory via modifier then prefix argument.
2017-03-06, by Oleksandr Gavenko
Prevent error if there is no repository. Fix highlighting of line numbers.
2017-03-02, by Oleksandr Gavenko
Disable function highlighting. It is too disturbing.
2017-03-01, by Oleksandr Gavenko
Highlight optional year and milliseconds parts.
2017-03-01, by Oleksandr Gavenko
Number of lines can be greater then I assumed initially.
2017-02-27, by Oleksandr Gavenko
Define function to easy navigate to Java source file from Java exception.
2017-02-23, by Oleksandr Gavenko
(vc-root-dir) selectively work depending on buffer mode. I need root based on
2017-02-23, by Oleksandr Gavenko
Fix typo. Add promising but not worked option.
2017-02-23, by Oleksandr Gavenko
Use own implementation of ag frontend.
2017-02-23, by Oleksandr Gavenko
Function for killing process. Simplify code. Limit search for current
2017-02-23, by Oleksandr Gavenko
Add own ag mode.
2017-02-22, by Oleksandr Gavenko
Fix: delete extra parent.
2017-02-22, by Oleksandr Gavenko
Follow common prefixing schema for my functions.
2017-02-22, by Oleksandr Gavenko
Windows doesn't have fonts for 'or'/'and' Python keywords.
2017-02-21, by Oleksandr Gavenko
Use regex search instead of literal for ag.
2017-02-20, by Oleksandr Gavenko
Detect if json-mode available.
2017-02-20, by Oleksandr Gavenko
I do not need duplicates in minibuffer history.
2017-02-20, by Oleksandr Gavenko
Remove POST command. Add useful report.
2017-02-20, by Oleksandr Gavenko
Allow autoload. Move cursor to the beginning of buffer.
2017-02-19, by Oleksandr Gavenko
Library to access Spring Actuator endpoints.
2017-02-19, by Oleksandr Gavenko
Set indentation for json-mode. Require ag.
2017-02-19, by Oleksandr Gavenko
Show message about debug level to be sure without reading documentation.
2017-02-15, by Oleksandr Gavenko
Fix typos.
2017-02-13, by Oleksandr Gavenko
Customize ag usage.
2017-02-12, by Oleksandr Gavenko
Enable ag if available for searching.
2017-02-09, by Oleksandr Gavenko
Disable anti-aliasing for Cyrillic, Greek and IPA scripts.
2017-01-31, by Oleksandr Gavenko
Combined company adapter for JS and CSS in web-mode.
2017-01-31, by Oleksandr Gavenko
Avoid duplication in company prompt because of case.
2017-01-30, by Oleksandr Gavenko
Use cycle-spacing as it convenient then M-\ key binding.
2017-01-29, by Oleksandr Gavenko
Avoid duplication in "company-transformers".
2017-01-29, by Oleksandr Gavenko
Enable flyspell for rst-mode.
2017-01-29, by Oleksandr Gavenko
Enable company-mode for org-mode.
2017-01-28, by Oleksandr Gavenko
I end with using Apps key as super.
2017-01-27, by Oleksandr Gavenko
Use ScrollLock as super modifier in Windows. It is useful after remapping
2017-01-27, by Oleksandr Gavenko
Return list instead printing to *Message* buffer in my/lookup-key.
2017-01-27, by Oleksandr Gavenko
Adjust company mode to Java.
2017-01-26, by Oleksandr Gavenko
Rearrange code. Enable company mode for RST files.
2017-01-26, by Oleksandr Gavenko
Align annotations to right.
2017-01-26, by Oleksandr Gavenko
Enable company-mode during Emacs startup. Echo full path to executable in echo-area.
2017-01-26, by Oleksandr Gavenko
Add company completion for executable in PATH. Enable company for Makefile and progmodes.
2017-01-26, by Oleksandr Gavenko
Limit company-dabbrev-code search to shell-mode.
2017-01-26, by Oleksandr Gavenko
Improve company-mode integration for shell mode.
2017-01-26, by Oleksandr Gavenko
Enable company mode for shell scripts.
2017-01-26, by Oleksandr Gavenko
Add stable.melpa.org and priorities for package sources.
2017-01-26, by Oleksandr Gavenko
http://tromey.com/elpa/ is deprecated.
2017-01-26, by Oleksandr Gavenko
Filter out completion started with numbers from company-mode.
2017-01-26, by Oleksandr Gavenko
company-dabbrev-other-buffers
2017-01-26, by Oleksandr Gavenko
company-dabbrev-downcase.
2017-01-26, by Oleksandr Gavenko
Use bash in term-mode under Cygwin.
2017-01-23, by Oleksandr Gavenko
Enable server for Cygwin Emacs.
2017-01-23, by Oleksandr Gavenko
save-place-mode is not defined in earlier Emacs (21-24).
2017-01-09, by Oleksandr Gavenko
Activate save-place-mode with a function in order to work with Emacs 25.
2017-01-09, by Oleksandr Gavenko
Add pyflakes3.
2017-01-09, by Oleksandr Gavenko
Add handling of hex charrefs.
2017-01-07, by Oleksandr Gavenko
Redefine some web-mode faces.
2016-11-19, by Oleksandr Gavenko
Replace html-mode with web-mode in ``magic-fallback-mode-alist``.
2016-11-19, by Oleksandr Gavenko
Use American English variant for spell checking. Prefer aspell to ispell.
2016-10-29, by Oleksandr Gavenko
icomplete mostly as powerful as smex. That's why I removed external dependency.
2016-10-13, by Oleksandr Gavenko
Give a try to smex.
2016-10-13, by Oleksandr Gavenko
Use TRIANGLE in pseudo-graphic it is better looking then POINTER.
2016-10-12, by Oleksandr Gavenko
Fix spelling and typos.
2016-10-10, by Oleksandr Gavenko
Reindent code.
2016-10-10, by Oleksandr Gavenko
Port to Emacs 23.
2016-10-07, by Oleksandr Gavenko
Port to Emacs 22.
2016-10-07, by Oleksandr Gavenko
Document ido-everywhere synonym.
2016-10-06, by Oleksandr Gavenko
My .rst files in UTF-8.
2016-10-06, by Oleksandr Gavenko
Decide to use "DejaVu Sans Mono-11" as default font. It has same width as
2016-09-26, by Oleksandr Gavenko
Use Terminus font under X and fallback to misc-fixed.
2016-09-25, by Oleksandr Gavenko
Highlight whitespaces and adjust scroll-margin for gadict-mode.
2016-09-20, by Oleksandr Gavenko
Fix docs.
2016-09-17, by Oleksandr Gavenko
Fix: Warning: reference to free variable `python-indent'.
2016-09-11, by Oleksandr Gavenko
Fix: Warning: reference to free variable `gnus-tmp-group'.
2016-09-11, by Oleksandr Gavenko
Make possible to move through English word pronunciation with single forward-word.
2016-09-11, by Oleksandr Gavenko
Fix: Warning: assignment to free variables `pc-select-selection-keys-only' and
2016-09-11, by Oleksandr Gavenko
Fix: Warning: assignment to free variable `helm-locate-command'.
2016-09-11, by Oleksandr Gavenko
Fix :Warning: assignment to free variable `srecode-mode-table-list'.
2016-09-11, by Oleksandr Gavenko
Show Message-Id in Gnus Article buffer. Search for Message-Id in Web.
2016-09-11, by Oleksandr Gavenko
Use shell glob instead regex for helm-locate.
2016-09-10, by Oleksandr Gavenko
Fix: Warning: defface for ... fails to specify containing group.
2016-08-26, by Oleksandr Gavenko
compile-auto-highlight is no longer in Emacs sources.
2016-08-26, by Oleksandr Gavenko
Remove some "Warning: assignment to free variable".
2016-08-26, by Oleksandr Gavenko
gnus-treat-date-user-defined no longer exist. Also it is unclear how
2016-08-25, by Oleksandr Gavenko
Fix many of "Warning: assignment to free variable".
2016-08-25, by Oleksandr Gavenko
Fix: Warning: reference to free variable `cygwin-mount-table--internal'.
2016-08-25, by Oleksandr Gavenko
Fix: Warning: assignment to free variable `find-ls-option'.
2016-08-25, by Oleksandr Gavenko
Fix: Warning: `beginning-of-buffer' is for interactive use only; use `(goto-char (point-min))' instead.
2016-08-25, by Oleksandr Gavenko
Functions to re-evaluate buffer/library with re-assigning `defvar` values.
2016-08-25, by Oleksandr Gavenko
Rename my public names to use "my/" prefix and my private function to use "my--" prefix.
2016-08-13, by Oleksandr Gavenko
Rename own org variable and function to use "my/" prefix.
2016-08-13, by Oleksandr Gavenko
Fix: nil python shell because we already switched from .py file.
2016-08-02, by Oleksandr Gavenko
Move defuns out of top level macro in order to simplify debugging. Follow
2016-08-02, by Oleksandr Gavenko
Fix: The value "device-width;" for key "width" is invalid, and has been ignored.
2016-06-20, by Oleksandr Gavenko
Present character encoding at first.
2016-06-19, by Oleksandr Gavenko
suggest-key-bindings
2016-06-18, by Oleksandr Gavenko
Fix: Recursive make invocation require '$(MAKE)' usage.
2016-06-02, by Oleksandr Gavenko
Fix: Symbol's function definition is void: tooltip-mode on Solaris emacs-nox v24.3.
2016-06-02, by Oleksandr Gavenko
Fix: Solaris 'find' does not support '-delete' option.
2016-06-02, by Oleksandr Gavenko
Fix: File error: Opening output file, no such file or directory, c:/Users/user/AppData/Roaming/.emacs.d/server/server
2016-05-25, by Oleksandr Gavenko
Enable whitespace-mode for gadict-mode.
2016-05-21, by Oleksandr Gavenko
I already activate "cygwin-mount".
2016-05-18, by Oleksandr Gavenko
(eq window-system 'w32) ==> (eq system-type 'windows-nt) to correctly handle
2016-05-18, by Oleksandr Gavenko
Notes on setting MANPATH to work with Cygwin.
2016-05-18, by Oleksandr Gavenko
I don't like rcirc, "remember" mode is deprecated.
2016-05-18, by Oleksandr Gavenko
Remove mail settings examples. Corresponding code already is used.
2016-05-18, by Oleksandr Gavenko
Remove deprecated example.
2016-05-18, by Oleksandr Gavenko
Including ~/usr/share/info in INFOPATH. Tweak for INFOPATH and cygwin-mount.el.
2016-05-18, by Oleksandr Gavenko
Activate Cygwin for native Windows Emacs if available.
2016-05-18, by Oleksandr Gavenko
Fix: Error: Cannot open load file: no such file or directory, htmlize.
2016-05-15, by Oleksandr Gavenko
Disable ClearType on Windows.
2016-05-15, by Oleksandr Gavenko
Enable margins for conf-mode.
2016-05-12, by Oleksandr Gavenko
sgml-set-face is not defined anywhere. Fix some Warning: assignment to free variable.
2016-04-01, by Oleksandr Gavenko
I am no loger using psvn, DVC.
2016-04-01, by Oleksandr Gavenko
I don't use rcirc.
2016-04-01, by Oleksandr Gavenko
I don't use bbdb.
2016-04-01, by Oleksandr Gavenko
Fix: Warning: `... is for interactive use only; use `...' instead.
2016-04-01, by Oleksandr Gavenko
Set valued via defvar instead of setq to avoid Warning: assignment to free variable.
2016-04-01, by Oleksandr Gavenko
Fix: Warning: `european-calendar-style' is an obsolete variable (as of 23.1); use `calendar-date-style' instead.
2016-04-01, by Oleksandr Gavenko
Even on Windows I prefer UTF-8 fro SVN/CVS.
2016-04-01, by Oleksandr Gavenko
Suppress another: Warning: assignment to free variable
2016-04-01, by Oleksandr Gavenko
I don't like yasnippet because it require file name matches abbreviation.
2016-04-01, by Oleksandr Gavenko
Use hl-line even in terminals.
2016-04-01, by Oleksandr Gavenko
Fix Warning: assignment to free variable.
2016-04-01, by Oleksandr Gavenko
I have no needs to use my jdone mode anymore.
2016-04-01, by Oleksandr Gavenko
Emacs 23.1 no longer need codepage-setup. Unlikely I would use old Emacs 22 on Windows...
2016-04-01, by Oleksandr Gavenko
Remove support for Emacs 21.x.
2016-04-01, by Oleksandr Gavenko
Delete explicit-sh-args var, it is not defined in Emacs sources.
2016-04-01, by Oleksandr Gavenko
Exclusively use "org-capture". Although it is not available on Emacs 23 but I
2016-04-01, by Oleksandr Gavenko
Unconditionally enable Org mode.
2016-04-01, by Oleksandr Gavenko
Add (eval-when 'compile ...) to reduce number of Warning: reference to free variable.
2016-04-01, by Oleksandr Gavenko
Fix: Warning: `make-variable-buffer-local' not called at toplevel.
2016-04-01, by Oleksandr Gavenko
(setq enable-recursive-minibuffers t)
2016-04-01, by Oleksandr Gavenko
(put 'set-goal-column 'disabled nil)
2016-03-30, by Oleksandr Gavenko
Semantic make useless completion for Java inner classes. It suggest wrong
2016-03-25, by Oleksandr Gavenko
Deploy targets.
2016-03-25, by Oleksandr Gavenko
(global-semantic-idle-completions-mode -1)
2016-03-25, by Oleksandr Gavenko
Use named compilation-error-regexp.
2016-03-23, by Oleksandr Gavenko
Fix: Warning: `read-input' is an obsolete function (as of 22.1); use `read-string' instead.
2016-03-23, by Oleksandr Gavenko
Fix: Warning: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
2016-03-23, by Oleksandr Gavenko
Accept safe variables without prompting.
2016-03-23, by Oleksandr Gavenko
Add description for time zones.
2016-03-17, by Oleksandr Gavenko
Clean up backup files in $(mylispdir) dir too.
2016-03-13, by Oleksandr Gavenko
Load gadict mode if available.
2016-03-13, by Oleksandr Gavenko
Fix typo.
2016-03-13, by Oleksandr Gavenko
dict-mode.el is obsolete. Code moved to gadict project. Upgrade is not required.
2016-03-13, by Oleksandr Gavenko
Move upgrade script to separate file. Add framework to support future upgrades.
2016-03-13, by Oleksandr Gavenko
Fix: Copy missing file.
2016-03-13, by Oleksandr Gavenko
Remove those nasty "Summary: " from commit messages.
2016-03-13, by Oleksandr Gavenko
EST
2016-03-09, by Oleksandr Gavenko
display-time-world settings.
2016-03-07, by Oleksandr Gavenko
rename .emacs to init.el
2016-03-03, by Oleksandr Gavenko
Document global-linum-mode
2016-02-29, by Oleksandr Gavenko
Disable diary integration into org mode because I don't use diary and
2016-02-28, by Oleksandr Gavenko
home key move after prompt in inferior-ess-mode
2016-02-28, by Oleksandr Gavenko
Swap ipa and greek index.
2016-02-22, by Oleksandr Gavenko
Add Greek input method.
2016-02-22, by Oleksandr Gavenko
Do not place TODO keyword before task. Without it agenda show file
2016-02-18, by Oleksandr Gavenko
I don't need mark of "TODO". If schedule date present - I should make this task.
2016-02-18, by Oleksandr Gavenko
Fix usage of built-in Python help() helper.
2016-02-18, by Oleksandr Gavenko
My Python checkers mode.
2016-02-16, by Oleksandr Gavenko
Regex to parse asciidoc errors.
2016-02-16, by Oleksandr Gavenko
Added function and key binding to show docs through built-in "help" Python function.
2016-02-15, by Oleksandr Gavenko
Remove escapes from "'" from Python docs output.
2016-02-14, by Oleksandr Gavenko
Show full docs for symbol at point for Python mode.
2016-02-14, by Oleksandr Gavenko
Seems that python-describe-symbol in python-mode.el and not in
2016-02-13, by Oleksandr Gavenko
Add key binding for sending paragraph to python process.
2016-02-13, by Oleksandr Gavenko
Redefine and add some key binding for python-mode.el.
2016-02-12, by Oleksandr Gavenko
Modify archive file only if archive entries found.
2016-02-12, by Oleksandr Gavenko
Use entire directory for org-mode file list.
2016-02-12, by Oleksandr Gavenko
Update paths because I move my base development directory up one level.
2016-02-12, by 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).
2016-02-10, by Oleksandr Gavenko
Save more desktop-globals-to-save options.
2016-02-10, by Oleksandr Gavenko
Initialise stam module after loading.
2016-02-10, by Oleksandr Gavenko
Add examples of ffap settings.
2016-02-10, by Oleksandr Gavenko
Place related recentf settings together.
2016-02-10, by Oleksandr Gavenko
Mark my article more visually.
2016-02-10, by Oleksandr Gavenko
Show List-URL: mail header. Enable spam reporting for Gnus.
2016-02-10, by Oleksandr Gavenko
Fix: Symbol's value as variable is void: sql-mode-map
2016-02-06, by Oleksandr Gavenko
Fix: Symbol's value as variable is void: sql-mode-map
2016-02-06, by Oleksandr Gavenko
Add my-* prefix to html-charref-* functions. Add support for < /
2016-01-28, by Oleksandr Gavenko
Send the current paragraph to the SQL process with \"explain \" keyword.
2016-01-23, by Oleksandr Gavenko
Disable Marmelade because of error: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated.
2016-01-09, by Oleksandr Gavenko
Point to new home page.
2016-01-08, by Oleksandr Gavenko
In order to byte-compile under Windows install Cygwin Emacs to PATH!
2015-12-16, by Oleksandr Gavenko
Fix: major-mode should have highest priority, default handlers - least.
2015-12-12, by Oleksandr Gavenko
Fix: Symbol's value as variable is void: bookmark-minibuffer-read-name-map.
2015-12-12, by Oleksandr Gavenko
Add quick access to TeX input method.
2015-12-11, by Oleksandr Gavenko
Disable Warning: FAIL: (file-error "Cannot open load file" "w3m-util")
2015-12-10, by Oleksandr Gavenko
cl-eval-when doesn't exist on Emacs v24.2.1.
2015-12-10, by Oleksandr Gavenko
term-scroll-show-maximum-output
2015-12-10, by Oleksandr Gavenko
Recipe to make mouse clicks work in xterm/iTerm.
2015-12-10, by Oleksandr Gavenko
Fix spelling.
2015-12-10, by Oleksandr Gavenko
Interpret ANSI color esacape sequence by colorifying cotent.
2015-12-10, by Oleksandr Gavenko
Don't jump to unknown directory if file not found in current!
2015-12-02, by Oleksandr Gavenko
Use "-" as hour/minute/second separator instead of ":" to avoid
2015-11-30, by Oleksandr Gavenko
Mark .log.[0-9]+ files also as temporary.
2015-11-26, by Oleksandr Gavenko
Enable file name completion in line-mode of term-mode.
2015-11-26, by Oleksandr Gavenko
Use consistent style for internal names.
2015-11-10, by Oleksandr Gavenko
Additional file extension for nxml-mode.
2015-11-10, by Oleksandr Gavenko
Do not highlight 64 equal characters.
2015-11-01, by Oleksandr Gavenko
Fix sectioning comment style.
2015-11-01, by Oleksandr Gavenko
Mark useful functions as autoload.
2015-10-30, by Oleksandr Gavenko
Fix: broken checks prevent installation on fresh host.
2015-10-27, by Oleksandr Gavenko
merged
2015-10-27, by Oleksandr Gavenko
Spammers, haters.
2015-10-22, by Oleksandr Gavenko
Show size in bytes by find-dired command.
2015-10-21, by Oleksandr Gavenko
Use built-in options for elisp actions.
2015-10-14, by Oleksandr Gavenko
Load file for workaround only when necessary.
2015-10-14, by Oleksandr Gavenko
Fix: my-w3m-view-url: Invalid function: w3m-anchor
2015-10-13, by Oleksandr Gavenko
Fix: my-w3m-view-url: Invalid function: w3m-anchor
2015-10-07, by Oleksandr Gavenko
Don't highlight 64 subsequent chars as this break major mode highlighting.
2015-09-26, by Oleksandr Gavenko
less
more
|
(0)
-1000
-480
tip