[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address@hidden: Re: For after-the-release: enhanced partial completi
From: |
Sean O'Rourke |
Subject: |
Re: address@hidden: Re: For after-the-release: enhanced partial completion] |
Date: |
Mon, 16 Jul 2007 14:04:29 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) |
I believe fixes Leo's problem (at least, I don't see it here).
The patch adds "acronym completion" to PC-do-completion for both
symbols and filenames, and within-word completion to
PC-lisp-complete-symbol. "Acronym completion" means that
e.g. "mvbl" expands to "make-variable-buffer-local", and
"emacs/lisp/wee" to "emacs/lisp/wid-edit.el". Partial completion
behavior is fairly complex, so would current users please test
this and let me know if it disturbs other behaviors they have
come to expect? Thanks,
/s
2007-07-16 Sean O'Rourke <address@hidden>
* complete.el (PC-lisp-complete-symbol): complete symbol around
point.
(PC-do-completion): Add "acronym completion" for symbols and
filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
txtX7eyoQfaEl.txt
Description: Text Data
- Re: address@hidden: Re: For after-the-release: enhanced partial completion],
Sean O'Rourke <=