Mercurial
Mercurial
>
dot-emacs
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-300
-100
-60
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
12 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.
20 months ago, by Oleksandr Gavenko
Disable diff-font-lock-syntax as it visits files from Git and this is extremely slow in Cygwin+antivirus.
23 months ago, 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
less
more
|
(0)
-1000
-300
-100
-60
tip