Mercurial > emacs
comparison lisp/ChangeLog @ 105762:5f2c736569a0
(pcomplete-unquote-argument-function): New var.
(pcomplete-unquote-argument): New function.
(pcomplete--common-suffix): Always pay attention to case.
(pcomplete--table-subvert): Quote and unquote the text.
(pcomplete--common-quoted-suffix): New function.
(pcomplete-std-complete): Use it and pcomplete-begin.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 25 Oct 2009 20:38:06 +0000 |
parents | 2a4b89270020 |
children | 5041ae86859e |
comparison
equal
deleted
inserted
replaced
105761:2a4b89270020 | 105762:5f2c736569a0 |
---|---|
1 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * pcomplete.el (pcomplete-unquote-argument-function): New var. | |
4 (pcomplete-unquote-argument): New function. | |
5 (pcomplete--common-suffix): Always pay attention to case. | |
6 (pcomplete--table-subvert): Quote and unquote the text. | |
7 (pcomplete--common-quoted-suffix): New function. | |
8 (pcomplete-std-complete): Use it and pcomplete-begin. | |
2 | 9 |
3 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if | 10 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if |
4 we're inside a dedicated or minibuffer window. | 11 we're inside a dedicated or minibuffer window. |
5 | 12 |
6 2009-10-24 Karl Fogel <kfogel@red-bean.com> | 13 2009-10-24 Karl Fogel <kfogel@red-bean.com> |