Develop and Download Open Source Software

Browse CVS Repository

Diff of /kogiku/kogiku/kogiku.el

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.28 by shirai, Mon Feb 16 11:20:09 2004 UTC revision 1.29 by shirai, Mon Feb 16 15:18:47 2004 UTC
# Line 120  minibufferに制御が移ったときに`minibuffe Line 120  minibufferに制御が移ったときに`minibuffe
120  (defface kogiku-indicator-advocate-face  (defface kogiku-indicator-advocate-face
121    '((((class color) (type tty)) (:foreground "red" :bold t))    '((((class color) (type tty)) (:foreground "red" :bold t))
122      (((class color) (background light))      (((class color) (background light))
123       (:foreground "firebrick" :background "pink" :bold t))       (:foreground "firebrick" :background "wheat" :bold t))
124      (((class color) (background dark))      (((class color) (background dark))
125       (:foreground "pink" :background "firebrick" :bold t))       (:foreground "pink" :background "firebrick" :bold t))
126      (t (:inverse-video t :bold t)))      (t (:inverse-video t :bold t)))
# Line 376  minibufferに制御が移ったときに`minibuffe Line 376  minibufferに制御が移ったときに`minibuffe
376                (make-overlay (point-min) max)))                (make-overlay (point-min) max)))
377        (overlay-put kogiku-minibuffer-prompt-overlay        (overlay-put kogiku-minibuffer-prompt-overlay
378                     'before-string indicator)                     'before-string indicator)
379          (when (not kogiku-emacs21-p)
380            (overlay-put kogiku-minibuffer-prompt-overlay
381                         'face  (when advocate 'kogiku-indicator-advocate-face)))
382        (overlay-put kogiku-minibuffer-prompt-overlay 'evaporate t)        (overlay-put kogiku-minibuffer-prompt-overlay 'evaporate t)
383        (when force        (when force
384          (let ((inhibit-quit t))          (let ((inhibit-quit t))

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26