[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-w3m: problems with text-cursor in buffer
[2004-12-14 15:17] Katsumi Yamaoka <yamaoka@jpl.org> wrote:
> I tried `emacs -q -fg goldenrod -bg black -l w3m-load -f w3m'
> and saw the cursor was blinking as goldenrod and black
> everywhere in Emacs buffers.
> Hmm, I've never seen the cursor gets disappeared. Emacs-w3m
> doesn't modify the cursor color as far as I know. Could you let
> me know your Emacs configurations, for example, the version of
> Emacs, how to set your colorscheme in the .emacs file, etc., as
> far as possible?
i have this problem with both: current stable release and emacs from cvs
using the released emacs-w3m or cvs HEAD makes no difference either
my
(custom-set-variables
'(browse-url-browser-function (quote w3m-browse-url))
'(column-number-mode t)
'(cua-mode nil)
'(fringe-mode (quote (5 . 5)) nil (fringe))
'(global-font-lock-mode t nil (font-core))
'(mouse-yank-at-point t)
'(save-place t nil (saveplace))
'(scroll-bar-mode (quote right))
'(show-paren-mode t nil (paren))
'(tool-bar-mode nil nil (tool-bar))
'(transient-mark-mode t)
'(truncate-lines t)
'(url-handler-mode t nil (url-handlers))
'(vertical-scroll-bar t t)
'(w3m-accept-languages (quote ("de" "en")))
'(w3m-coding-system (quote iso-8859-1))
'(w3m-cookie-accept-bad-cookies (quote ask))
'(w3m-default-save-directory "~/Downloads")
'(w3m-file-coding-system (quote iso-8859-1))
'(w3m-file-name-coding-system (quote iso-8859-1))
'(w3m-fill-column 0)
'(w3m-show-graphic-icons-in-header-line nil)
'(w3m-show-graphic-icons-in-mode-line nil)
'(w3m-terminal-coding-system (quote iso-8859-1))
'(w3m-toggle-inline-images-permanently t)
'(w3m-use-cookies t)
'(w3m-use-favicon nil))
my ( left some faces in there(esp. custom-* .. so that it is usable))
(custom-set-faces
'(default ((t (:stipple nil :background "black" :foreground "goldenrod" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :family "xos4-terminus"))))
'(custom-button-face ((((type x w32 mac) (class color)) (:background "brown" :foreground "black" :inverse-video nil :box (:line-width -1 :color "brown")))))
'(custom-button-pressed-face ((((type x w32 mac) (class color)) (:inherit custom-button-face :background "red" :foreground "black" :inverse-video t :box (:line-width -1 :color "red")))))
'(custom-comment-face ((((class grayscale color) (background dark)) (:slant italic))))
'(custom-set-face ((((class color)) (:background "black" :foreground "blue" :inverse-video t))))
'(font-lock-comment-face ((((class color) (min-colors 88) (background dark)) (:foreground "brown"))))
'(fringe ((((class color) (background dark)) (:background "grey10" :foreground "blue"))))
'(header-line ((t (:inherit mode-line :background "brown"))))
'(highlight ((((class color) (min-colors 88) (background dark)) (:inverse-video t))))
'(makefile-space-face ((((class color)) (:foreground "red" :inverse-video t))))
'(menu ((t (:inherit mode-line))))
'(mode-line ((t (:background "red" :foreground "black" :inverse-video t :box (:line-width -1 :color "brown")))))
'(mode-line-inactive ((t (:inherit mode-line :background "brown"))))
'(modeline ((t (:inverse-video t))) t)
'(show-paren-match-face ((((class color) (background dark)) (:foreground "blue" :inverse-video t))))
'(show-paren-mismatch-face ((((class color)) (:foreground "red" :inverse-video t))))
'(tool-bar ((t (:inherit mode-line))))
'(w3m-form-button-face ((((type x w32 mac) (class color)) (:inherit custom-button-face))))
'(w3m-form-button-mouse-face ((((type x w32 mac) (class color)) (:inherit custom-button-face :background "DarkSeaGreen1"))))
'(w3m-form-button-pressed-face ((((type x w32 mac) (class color)) (:inherit custom-button-pressed-face))))
'(w3m-header-line-location-content-face ((((class color) (background dark)) (:inherit w3m-header-line-location-title-face :foreground "grey25"))))
'(w3m-header-line-location-title-face ((((class color) (background dark)) (:foreground "brown" :weight bold))))
'(w3m-history-current-url-face ((t (:foreground "cyan" :weight bold))))
'(w3m-tab-selected-face ((((type x w32 mac) (class color)) (:background "firebrick" :foreground "black" :inverse-video t :box -1))))
'(w3m-tab-selected-retrieving-face ((((type x w32 mac) (class color)) (:inherit w3m-tab-selected-face :background "red"))))
'(w3m-tab-unselected-face ((((type x w32 mac) (class color)) (:background "grey25" :foreground "black" :inverse-video t :box (:line-width -1 :color "gray25")))))
'(w3m-tab-unselected-retrieving-face ((((type x w32 mac) (class color)) (:inherit w3m-tab-unselected-face :background "brown")))))
thank you very much in advance
yours
christian