Browse CVS Repository
Diff of /kogiku/kogiku/kogiku.el
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 105 |
"*Face of kogiku indicator." |
"*Face of kogiku indicator." |
| 106 |
:group 'kogiku) |
:group 'kogiku) |
| 107 |
|
|
| 108 |
(defvar kogiku-take-over-targets |
(defcustom kogiku-take-over-targets '(read-file-name-internal |
| 109 |
'(read-file-name-internal |
ffap-read-file-or-url-internal) |
| 110 |
ffap-read-file-or-url-internal)) |
"小菊がのっとる`minibuffer-completion-table'の種類。 |
| 111 |
|
minibufferに制御が移ったときに`minibuffer-completion-table'の値が |
| 112 |
|
`kogiku-take-over-targets'の要素であれば、小菊による補完の準備を行なう。" |
| 113 |
|
:group 'kogiku |
| 114 |
|
:type '(repeat symbol)) |
| 115 |
|
|
| 116 |
(defvar kogiku-original-functions nil) |
(defvar kogiku-original-functions nil) |
| 117 |
(defvar kogiku-original-completion-table nil) |
(defvar kogiku-original-completion-table nil) |
|
|
Legend:
| Removed from v.1.18 |
|
| changed lines |
| |
Added in v.1.19 |
|
|
|