Mon, 28 Dec 2009 20:01:27 +0200 Adds to auto-mode-alist .emacs-* files.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Dec 2009 20:01:27 +0200] rev 235
Adds to auto-mode-alist .emacs-* files.
Mon, 28 Dec 2009 19:55:47 +0200 Removo CUA setting (as not used).
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Dec 2009 19:55:47 +0200] rev 234
Removo CUA setting (as not used).
Mon, 28 Dec 2009 19:54:15 +0200 Remove old unknow desire function.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Dec 2009 19:54:15 +0200] rev 233
Remove old unknow desire function.
Mon, 28 Dec 2009 19:51:02 +0200 Simplify expression.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Dec 2009 19:51:02 +0200] rev 232
Simplify expression.
Mon, 28 Dec 2009 19:48:15 +0200 Fix: instead featurep used provide.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Dec 2009 19:48:15 +0200] rev 231
Fix: instead featurep used provide.
Mon, 28 Dec 2009 19:46:04 +0200 Added func to calculate region length.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Dec 2009 19:46:04 +0200] rev 230
Added func to calculate region length.
Mon, 28 Dec 2009 19:41:55 +0200 Use bash as primary shell.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Dec 2009 19:41:55 +0200] rev 229
Use bash as primary shell.
Mon, 28 Dec 2009 19:25:33 +0200 Do not redefine completion-ignored-extensions, instead append new values.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Dec 2009 19:25:33 +0200] rev 228
Do not redefine completion-ignored-extensions, instead append new values.
Mon, 28 Dec 2009 19:15:46 +0200 To disable mode use -1 instead nil.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Dec 2009 19:15:46 +0200] rev 227
To disable mode use -1 instead nil.
Mon, 28 Dec 2009 19:03:58 +0200 partial-completion-mode cause bug in read-file-name with Emacs v22.3.1 (but not with v23.1).
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 28 Dec 2009 19:03:58 +0200] rev 226
partial-completion-mode cause bug in read-file-name with Emacs v22.3.1 (but not with v23.1). read-file-name used in rgrep, so I disable partial-completion-mode.
Sun, 27 Dec 2009 14:00:42 +0200 Remove unused blink-matching-paren-on-screen var.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 27 Dec 2009 14:00:42 +0200] rev 225
Remove unused blink-matching-paren-on-screen var.
Sun, 27 Dec 2009 13:52:29 +0200 Remove grep-tree-command var as no longer used.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 27 Dec 2009 13:52:29 +0200] rev 224
Remove grep-tree-command var as no longer used.
Sun, 27 Dec 2009 13:51:17 +0200 Added .git for exclude from grep find.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 27 Dec 2009 13:51:17 +0200] rev 223
Added .git for exclude from grep find.
Sun, 27 Dec 2009 12:50:10 +0200 Set ptoper search pattern for find-dired (in find-dired code there is exist
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 27 Dec 2009 12:50:10 +0200] rev 222
Set ptoper search pattern for find-dired (in find-dired code there is exist literary mutch for find-ls-option, we take one that not mutch, so it no transformed).
Thu, 17 Dec 2009 22:49:43 +0200 Care about cygwin-mount.el for Windows.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 17 Dec 2009 22:49:43 +0200] rev 221
Care about cygwin-mount.el for Windows.
Thu, 17 Dec 2009 22:47:31 +0200 Automated merge with file:///E:\srv\hg\dot-emacs
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 17 Dec 2009 22:47:31 +0200] rev 220
Automated merge with file:///E:\srv\hg\dot-emacs
Thu, 17 Dec 2009 22:47:27 +0200 How setup INFOPATH in Windows.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 17 Dec 2009 22:47:27 +0200] rev 219
How setup INFOPATH in Windows.
Thu, 10 Dec 2009 23:01:46 +0200 See what I am typing immediately (for keystroke in minibuffer).
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 10 Dec 2009 23:01:46 +0200] rev 218
See what I am typing immediately (for keystroke in minibuffer).
Thu, 10 Dec 2009 22:57:58 +0200 Case insensitive search. Group search customization together.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 10 Dec 2009 22:57:58 +0200] rev 217
Case insensitive search. Group search customization together.
Thu, 10 Dec 2009 22:48:37 +0200 Removed unnecessary commented lines.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 10 Dec 2009 22:48:37 +0200] rev 216
Removed unnecessary commented lines.
Wed, 09 Dec 2009 11:04:53 +0200 Reindent code.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 09 Dec 2009 11:04:53 +0200] rev 215
Reindent code.
Wed, 09 Dec 2009 11:04:30 +0200 Fix prompt format (prompt and text stay on two line, not one).
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 09 Dec 2009 11:04:30 +0200] rev 214
Fix prompt format (prompt and text stay on two line, not one). This good when text contain code (which not indent to right by prompt).
Tue, 08 Dec 2009 15:03:25 +0200 Automated merge with file:///d:\srv\hg-home\dot-emacs
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 08 Dec 2009 15:03:25 +0200] rev 213
Automated merge with file:///d:\srv\hg-home\dot-emacs
Fri, 04 Dec 2009 14:24:23 +0200 Correct highlighting in iar-linker-config-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 04 Dec 2009 14:24:23 +0200] rev 212
Correct highlighting in iar-linker-config-mode.
Sat, 05 Dec 2009 22:31:26 +0200 Don't cd to home dir by C-x shell (removed "--login" switch from args).
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 05 Dec 2009 22:31:26 +0200] rev 211
Don't cd to home dir by C-x shell (removed "--login" switch from args).
Fri, 04 Dec 2009 13:48:32 +0200 Added iar4-linker-config-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 04 Dec 2009 13:48:32 +0200] rev 210
Added iar4-linker-config-mode.
Fri, 04 Dec 2009 13:47:30 +0200 Correct highlighting in iar-linker-config-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 04 Dec 2009 13:47:30 +0200] rev 209
Correct highlighting in iar-linker-config-mode.
Thu, 03 Dec 2009 21:40:56 +0200 Do not end file with newline.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 03 Dec 2009 21:40:56 +0200] rev 208
Do not end file with newline.
Wed, 02 Dec 2009 23:46:58 +0200 Added connent.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Dec 2009 23:46:58 +0200] rev 207
Added connent.
Wed, 02 Dec 2009 23:45:55 +0200 Automated merge with file:///E:\srv\hg\dot-emacs
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Dec 2009 23:45:55 +0200] rev 206
Automated merge with file:///E:\srv\hg\dot-emacs
(0) -100 -50 -30 +30 +50 +100 +300 +1000 tip