summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
Commit message (Expand)AuthorAgeFilesLines
* completion-table-with-predicate doc string fixLars Ingebrigtsen2016-05-011-4/+4
* Fill the completion-table-with-predicate doc stringLars Ingebrigtsen2016-05-011-7/+9
* * lisp/minibuffer.el (minibuffer-completion-help): Use fit-window-to-bufferJuri Linkov2016-03-251-1/+1
* Add project-find-file and project-or-external-find-fileDmitry Gutov2016-01-071-1/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Improve the doc string of 'completion-boundaries'Eli Zaretskii2015-10-161-4/+7
* Set default base-size in minibuffer-completion-helpStephen Leake2015-10-011-3/+3
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-2/+2
* ; Fix a typoDmitry Gutov2015-07-081-1/+1
* Some progress towards starting with PWD deleted. (Bug#18851)Glenn Morris2015-06-111-1/+1
* New command icomplete-force-complete-and-exitDmitry Gutov2015-05-191-10/+6
* * lisp/minibuffer.el (completion-category-defaults): Default to nil.Stefan Monnier2015-01-051-7/+22
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Avoid duplicate calls of window-height in with-displayed-buffer-windowJuri Linkov2014-12-271-2/+3
* Add code for "preserving" window sizes.Martin Rudalics2014-12-181-1/+4
* Better check for displaying completions near the minibuffer.Juri Linkov2014-12-061-7/+3
* Fixes: debbugs:19250Stefan Monnier2014-12-031-7/+11
* * lisp/minibuffer.el (minibuffer-completion-help): Compare this-command with ...Juri Linkov2014-11-091-1/+4
* * lisp/minibuffer.el (completion-at-point): Emit warning for ill-behavedStefan Monnier2014-09-291-1/+5
* * lisp/leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.Stefan Monnier2014-07-081-0/+1
* * lisp/window.el (with-displayed-buffer-window): New macro.Juri Linkov2014-07-081-2/+23
* Do not allow out-of-range character position in Fcompare_strings.Dmitry Antipov2014-06-251-4/+2
* Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-011-12/+21
|\
| * * lisp/minibuffer.el (minibuffer-force-complete-and-exit):Stefan Monnier2014-05-311-7/+11
| * Doc updates re completion-in-region-functionGlenn Morris2014-05-261-5/+10
* | Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-251-1/+1
|\ \ | |/
| * Spelling fix.Paul Eggert2014-05-181-1/+1
* | * lisp/minibuffer.el (completion--sreverse): Remove.Stefan Monnier2014-05-231-8/+2
* | Merge from emacs-24; up to 2014-05-15T16:55:18Z!jan.h.d@swipnet.seGlenn Morris2014-05-141-2/+11
|\ \ | |/
| * * lisp/minibuffer.el (completion-pcm--merge-try): Merge trailing / withStephen Berman2014-05-141-2/+11
* | Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris2014-05-071-18/+42
|\ \ | |/
| * * lisp/minibuffer.el (completion--try-word-completion): Revert fix forStefan Monnier2014-05-051-13/+12
| * * lisp/minibuffer.el (completion-table-with-quoting) <completion--unquote>:Stefan Monnier2014-05-041-5/+30
* | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-041-1/+1
|\ \ | |/
| * Doc fixesGlenn Morris2014-05-011-1/+1
* | Prevent assertion failure when trying to complete the promptDaniel Colascione2014-04-011-3/+4
|/
* Revert 2014-03-04T14:33:56Z!bzg@gnu.org.Bastien Guerry2014-03-051-1/+1
* * minibuffer.el (completion-hilit-commonality): Revert 2014-03-01 short-cut, Glenn Morris2014-03-041-30/+28
* minibuffer.el (minibuffer-completion-help): Use 0 as thefallback value for `b...Bastien Guerry2014-03-041-1/+1
* Replace some uses of obsolete argument of display-completion-listGlenn Morris2014-02-281-29/+31
* Some doc fixes for completion-hilit-commonality and friendsGlenn Morris2014-02-271-5/+16
* Small doc related to new completion functionsGlenn Morris2014-02-271-5/+9
* Fix indentationDaniel Colascione2014-02-261-6/+6
* lisp/minibuffer.el: Fix bug#16808.Nicolas Richard2014-02-241-1/+1
* * minibuffer.el (read-file-name): Doc clarification.Lars Ingebrigtsen2014-02-071-1/+1
* Define and use `completion-table-merge'Dmitry Gutov2014-02-061-0/+26
* Fix bug 15980Bastien Guerry2014-01-081-10/+13
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Rename set-temporary-overlay-map -> set-transient-mapChong Yidong2013-12-231-1/+1
* Add caching variant of `completion-table-dynamic'Dmitry Gutov2013-12-061-0/+18