Browse CVS Repository
Diff of /kogiku/kogiku/kogiku.el
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
;;; kogiku.el - reading file and directory names with migemo service |
;;; kogiku.el - reading file and directory names with migemo service |
| 2 |
|
|
| 3 |
;; Copyright (C) 2004 Masatake YAMATO |
;; Copyright (C) 2004 Masatake YAMATO and Hideyuki SHIRAI |
| 4 |
|
|
| 5 |
;; Author: Masatake YAMATO <jet@gyve.org> |
;; Author: Masatake YAMATO <jet@gyve.org> and |
| 6 |
|
;; Hideyuki SHIRAI <shirai@meadowy.org> |
| 7 |
|
|
| 8 |
;; This file is free software; you can redistribute it and/or modify |
;; This file is free software; you can redistribute it and/or modify |
| 9 |
;; it under the terms of the GNU General Public License as published by |
;; it under the terms of the GNU General Public License as published by |
| 174 |
'(face kogiku-indicator-face) |
'(face kogiku-indicator-face) |
| 175 |
indicator) |
indicator) |
| 176 |
(add-text-properties 0 (length indicator) |
(add-text-properties 0 (length indicator) |
| 177 |
`(local-map ,kogiku-minibuffer-prompt-map) |
`(local-map |
| 178 |
|
,kogiku-minibuffer-prompt-map |
| 179 |
|
mouse-face |
| 180 |
|
highlight) |
| 181 |
indicator)) |
indicator)) |
| 182 |
(if kogiku-minibuffer-prompt-overlay |
(if kogiku-minibuffer-prompt-overlay |
| 183 |
(move-overlay kogiku-minibuffer-prompt-overlay |
(move-overlay kogiku-minibuffer-prompt-overlay |
|
|
Legend:
| Removed from v.1.24 |
|
| changed lines |
| |
Added in v.1.25 |
|
|
|