index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
icomplete.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Quote some literal keys to get help-key-binding face
Stefan Kangas
2022-07-03
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-06-24
1
-1
/
+1
|
\
|
*
; Fix typos: prefer US spelling.
Stefan Kangas
2022-06-23
1
-1
/
+1
*
|
* lisp/icomplete.el: Consider a list in minibuffer-default (bug#55800)
Juri Linkov
2022-06-12
1
-3
/
+8
*
|
icomplete-in-buffer doc fix
Lars Ingebrigtsen
2022-06-08
1
-1
/
+1
*
|
Make the icomplete-in-buffer doc string document more
Lars Ingebrigtsen
2022-05-07
1
-1
/
+3
*
|
(icomplete-exhibit): Fix use in-buffer
Stefan Monnier
2022-05-06
1
-31
/
+30
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
lisp/icomplete.el (icomplete-fido-backward-updir): Expand "~/"
Rasmus
2021-11-12
1
-7
/
+11
*
|
* lisp/icomplete.el (icomplete-exhibit): Remove workaround
Aaron Jensen
2021-10-31
1
-5
/
+0
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-1
/
+1
*
Double check completions-group customization variable in Icomplete
João Távora
2021-08-22
1
-1
/
+2
*
Make icomplete-forward-completions O(1) when icomplete-scroll is t
João Távora
2021-08-19
1
-3
/
+3
*
Minor doc fixes in icomplete.el
Eli Zaretskii
2021-08-19
1
-2
/
+3
*
; Correct :version tag of icomplete-selected-match face
João Távora
2021-08-19
1
-1
/
+1
*
Section by 'group-function' in Icomplete and Fido's vertical modes
João Távora
2021-08-19
1
-55
/
+94
*
Bind <up> and <down> in icomplete-vertical-mode
João Távora
2021-08-17
1
-0
/
+2
*
Jump to first,last completion with M-<, M-> in icomplete-vertical-mode
João Távora
2021-08-17
1
-12
/
+29
*
Make icomplete-vertical-mode take immediate effect (bug#49075)
João Távora
2021-08-16
1
-1
/
+14
*
Fix bug#50063 when using icomplete-fido-kill with C-x p p
João Távora
2021-08-15
1
-4
/
+7
*
Use 'remember-buffer' in remember.el doc strings.
Gabriel do Nascimento Ribeiro
2021-07-19
1
-6
/
+12
*
Speed up fido-mode
Dmitry Gutov
2021-07-04
1
-6
/
+9
*
In files that use allout use it for all headings
Jonas Bernoulli
2021-06-30
1
-4
/
+4
*
Consider environment vars in Fido's directory-aware RET binding
João Távora
2021-06-05
1
-1
/
+2
*
Make icomplete less blinky and more responsive
Dmitry Gutov
2021-06-05
1
-16
/
+2
*
Add annotation capability to icomplete-vertical-mode
João Távora
2021-06-01
1
-10
/
+51
*
Improve icomplete-vertical-mode and fido-vertical-mode
João Távora
2021-06-01
1
-124
/
+238
*
; Remove some useless comments
Stefan Kangas
2021-04-16
1
-1
/
+0
*
Add new icomplete-vertical-mode
Gregory Heytings
2021-04-10
1
-4
/
+38
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Don't show matches with no input for nil icomplete-show-matches-on-no-input
Juri Linkov
2020-12-14
1
-6
/
+14
*
Prefer setq-local in most files
Stefan Kangas
2020-12-09
1
-2
/
+2
*
Clarify icomplete-show-matches-on-no-input doc string
Lars Ingebrigtsen
2020-12-07
1
-1
/
+1
*
Revert "Clarify icomplete-show-matches-on-no-input doc string"
Lars Ingebrigtsen
2020-12-07
1
-6
/
+1
*
Clarify icomplete-show-matches-on-no-input doc string
Lars Ingebrigtsen
2020-12-04
1
-1
/
+6
*
Fix up fix for bug#19032
João Távora
2020-09-09
1
-1
/
+1
*
Change icomplete-show-matches-on-no-input behaviour for Icomplete only
João Távora
2020-09-08
1
-1
/
+15
*
Revert two commits for bug#19032
João Távora
2020-09-08
1
-9
/
+2
*
Better explain behaviour of icomplete--sorted-completions
João Távora
2020-09-07
1
-16
/
+53
*
Don't resort Icomplete candidates when default already on top
João Távora
2020-09-06
1
-8
/
+13
*
Fix up previous icomplete-show-matches-on-no-input change
Lars Ingebrigtsen
2020-09-05
1
-1
/
+1
*
Change icomplete-show-matches-on-no-input behavior
Lars Ingebrigtsen
2020-08-14
1
-2
/
+9
*
Delete, don't kill, dir dir fragments in icomplete-fido-backward-updir
João Távora
2020-06-13
1
-1
/
+4
*
Have Fido mode also imitate Ido mode in ignore-case options
João Távora
2020-06-05
1
-1
/
+4
*
Correct Fido-mode's backspacing of directories with spaces
João Távora
2020-04-16
1
-1
/
+1
*
Default completion-flex-nospace to nil
João Távora
2020-04-15
1
-0
/
+1
*
Let fido-mode users force a minibuffer-exit
João Távora
2020-03-07
1
-4
/
+8
*
icomplete-fido-exit: New command for the M-j binding
Dmitry Gutov
2020-03-07
1
-1
/
+8
*
minibuffer-force-complete-and-exit: Allow input with no matches
Dmitry Gutov
2020-03-07
1
-1
/
+1
[next]