Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d4e88786
Commit
d4e88786
authored
May 29, 2008
by
Stefan Monnier
Browse files
(completion-pcm-all-completions): Add the base-size.
parent
2926947a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/minibuffer.el
lisp/minibuffer.el
+3
-1
No files found.
lisp/ChangeLog
View file @
d4e88786
2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-pcm-all-completions): Add the base-size.
2008-05-29 Juanma Barranquero <lekktu@gmail.com>
* icomplete.el (icomplete-prospects-height): Add :group.
...
...
lisp/minibuffer.el
View file @
d4e88786
...
...
@@ -1496,7 +1496,9 @@ PATTERN is as returned by `completion-pcm--string->pattern'."
(
defun
completion-pcm-all-completions
(
string
table
pred
point
)
(
destructuring-bind
(
pattern
all
&optional
prefix
suffix
)
(
completion-pcm--find-all-completions
string
table
pred
point
)
(
completion-pcm--hilit-commonality
pattern
all
)))
(
when
all
(
nconc
(
completion-pcm--hilit-commonality
pattern
all
)
(
length
prefix
)))))
(
defun
completion-pcm--merge-completions
(
strs
pattern
)
"Extract the commonality in STRS, with the help of PATTERN."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment