[mew-dist 29261] Re: 補完での completions-first- difference の活用
Kazu Yamamoto (山本和彦) <[email protected]>
| Newsgroups | gmane.mail.mew.general.japanese |
|---|---|
| Message-ID | <[email protected]> |
> Emacs22 > ()bold(*1) Mew > face Emacs 22 bold > Emacs21 > display-completion-list() > > (condition-case nil > (display-completion-list all (try-completion "" all)) > (error > (display-completion-list all))) > > Emacs 23 bold obsoleted --