[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

visible-bell



お世話になります、弓岡です。

visible-bell のことでお聞きしたいのですが、
(setq visible-bell t) とすると、タイトルバーはフラッシュするのですが、
window の中身までは反転されません。

Meadow 1.13beta2-test を使ってます。

;;; FAQ には、
;;;  http://triaez.kaisei.org/meadow/FAQ-Meadow-ja.html
;;; 1.10 や 1.01 では動作しないようだとあったのですが、タイトルバー
;;; はフラッシュするので、いけるのかなと勝手に解釈したのです。

window の中身まで反転させることは可能でしょうか。

もしかすると、反転してるけど、face の設定が影響して、見えてないだけか
もしれません。

face は以下のようにしてます。
(setq default-frame-alist
      (append 
       '((foreground-color      . "snow")
         (background-color      . "black")
;;;   ---------(略)---------------
					 )
  default-frame-alist))

(custom-set-variables)
(custom-set-faces
  '(region ((t (:foreground "gold" :background "blue4"))))
  '(highlight ((((class color) (background light)) (:background "green2")))))

(transient-mark-mode 1)

(set-face-foreground 'modeline "black")
(set-face-background 'modeline "green")

--
弓岡@周りからしょっちゅう beep 音がすると言われる。
;;; 覚えている最中なんだいっ!!