bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EMACS hangs when using wheel mouse


From: ECulver
Subject: EMACS hangs when using wheel mouse
Date: Fri, 26 Mar 2004 16:15:59 -0500


Unfortunately, I cannot send you exactly what I was doing, as my emacs session is completely wedged.

Here is the emacs information from the bug report:

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.3.1 (i386-msvc-nt5.0.2195)
 of 2003-03-28 on buffy
configured using `configure --with-msvc (12.00)'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENU
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

I am running WIndows 2000 Pro (version 5.00.2195, service pack 4) on a Dell Dimension XPST700 with 256 MB RAM.  Video is NVIDIA RIVA TNT2 Model 64, using driver version 4.5.2.3.  Mouse is a MicroSoft PS/2 Port Mouse (Intellipoint) on extended IO Bus, driver version 3.10.0.393.

Here is what happens:
  1. The session hangs only when a session (started by "runemacs") has been split, i.e., by  find-file-other-window. (C-x 4-f filename) or a second frame has been created, i.e., by  find-file-other-frame (C-x 5-f filename).
  2. It only happens when I use the wheel to scroll.
  3. The windows may be moved, minimized, and resized;  they cannot be closed (closing requires emacs to do something, so I've concluded it is not O/S related)


    If you are desperate for bed time reading, here is my .emacs file.  Note that was almost entirely generated by 'customize'


    ;;; Compiled by ECulver@EDWINC2000 on Fri Nov 03 10:31:48 2000
    ;;; from file c:/.emacs.el
    ;;; in Emacs version 20.7.1
    ;;; with bytecomp version 2.56
    ;;; with all optimizations.


    ;;; This file uses dynamic docstrings, first added in Emacs 19.29.
    ; (if (and (boundp 'emacs-version)
    ;         (< (aref emacs-version (1- (length emacs-version))) ?A)
    ;         (or (and (boundp 'epoch::version) epoch::version)
    ;             (string-lessp emacs-version "19.29")))
    ;     (error "`.emacs.el' was compiled for Emacs 19.29 or later"))


    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    (put 'set-goal-column 'disabled nil)
    (put 'narrow-to-region 'disabled nil)
    (put 'downcase-region 'disabled nil)
    (put 'upcase-region 'disabled nil)
    (add-hook 'write-file-hooks 'time-stamp)


    ;; load libraries for vb and bat file modes

    (add-hook 'diary-hook 'appt-make-list);
    (diary 0);
    (setq appt-issue-message t);
    (add-hook 'diary-display-hook 'fancy-diary-display);
    (setq diary-list-include-blanks t);


    (load "bat-mode");
    (load "visual-basic-mode");


    (setq font-lock-support-mode 'fast-lock-mode);
    (setq auto-mode-alist (append (list (cons "\\.[Bb][Aa][Tt]\\'" 'bat-mode)) auto-mode-alist));
    (setq auto-mode-alist (append (list (cons "\\.[Vv][Bb][Ss]*\\'" 'visual-basic-mode)) auto-mode-alist));
    (setq auto-mode-alist (append (list (cons "\\.[fF]77\\'" 'fortran-mode)) auto-mode-alist))
    (setq auto-mode-alist (append (list (cons "\\.[fF][09][05]\\'" 'f90-mode)) auto-mode-alist))
    (setq auto-mode-alist (append (list (cons "\\.[fF][Oo][Rr]\\'" 'fortran-mode)) auto-mode-alist))
    (setq auto-mode-alist (append (list (cons "\\.bat\\'" 'bat-mode)) auto-mode-alist))
    (setq auto-mode-alist (append (list (cons "\\.dcl\\'" 'dcl-mode)) auto-mode-alist))
    (setq auto-mode-alist (append (list (cons "\\.fi\\'" 'f90-mode)) auto-mode-alist))
    (setq auto-mode-alist (append (list (cons "\\.inc\\'" 'fortran-mode)) auto-mode-alist))
    (setq auto-mode-alist (append (list (cons "\\.js\\'" 'java-mode)) auto-mode-alist))
    (setq auto-mode-alist (append (list (cons "\\.pl\\'" 'perl-mode)) auto-mode-alist))

    (setq auto-mode-alist (append (list (cons "\\.py\\'" 'python-mode)) auto-mode-alist))
    (setq auto-mode-alist (append (list (cons "\\.sf\\'" 'fortran-mode)) auto-mode-alist))
    ;; (setq cperl-hairy t);
    ;; (setq cperl-auto-newline t);
    ;; (setq cperl-extra-newline-before-brace t);
    ;; (setq cperl-extra-newline-before-brace-multiline t);


    ;; load dired-x extensions

    (add-hook 'dired-load-hook
             (lambda ()
               (load "dired-x")
               ;; Set dired-x global variables here.  For example:
               ;; (setq dired-guess-shell-gnutar "gtar")
               ;; (setq dired-x-hands-off-my-keys nil)
               ))
    (add-hook 'dired-mode-hook
             (lambda ()
               ;; Set dired-x buffer-local variables here.  For example:
               ;; (setq dired-omit-files-p t)
               ))


    ; (add-hook 'find-file-hooks 'auto-insert)

    ;;;  '(custom-file "c:/.emacs.el"))
    ;;; (message "setting custom set variables");


    (custom-set-variables
     ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
     ;; Your init file should contain only one such instance.
    '(abbrev-mode t)
    '(abbreviated-calendar-year t)
    '(add-log-keep-changes-together t)
    '(add-log-mailing-address "eculver@scarborough.com" t)
    '(all-christian-calendar-holidays t)
    '(all-hebrew-calendar-holidays t)
    '(all-islamic-calendar-holidays nil)
    '(appt-audible nil t)
    '(auto-compression-mode t nil (jka-compr))
    '(auto-raise-tool-bar-buttons nil t)
    '(auto-resize-tool-bars t t)
    '(auto-revert-mode nil t)
    '(auto-save-file-format t t)
    '(auto-save-visited-file-name nil)
    '(auto-show-mode nil nil (auto-show))
    '(auto-show-show-left-margin-threshold 0)
    '(automatic-hscrolling nil)
    '(backward-delete-char-untabify-method (quote untabify))
    '(battery-update-interval 999999)
    '(blink-cursor nil)
    '(blink-matching-paren-distance 100000)
    '(bookmark-use-annotations t)
    '(bs-maximal-buffer-name-column 65)
    '(bs-string-current ">>")
    '(bs-string-current-marked "#>")

     '(bs-string-marked "##")
    '(c-cleanup-list (quote (scope-operator)))
    '(c-default-style (quote ((java-mode . "java") (other . "gnu"))))
    '(c-echo-syntactic-information-p t)
    '(c-electric-pound-behavior (quote (alignleft)))
    '(c-hanging-braces-alist (quote set-from-style))
    '(c-ignore-auto-fill (quote (string cpp)))
    '(c-indent-comments-syntactically-p t)
    '(c-progress-interval 1)
    '(c-syntactic-indentation t)
    '(c-tab-always-indent t)
    '(calendar-holiday-marker (quote holiday-face))
    '(calendar-latitude 40.7 t)
    '(calendar-longitude -73.9 t)
    '(calendar-time-display-form (quote (24-hours ":" minutes (if time-zone " (") time-zone (if time-zone ")"))) t)
    '(calendar-today-marker (quote calendar-today-face))
    '(case-fold-search t)
    '(change-log-version-info-enabled t)
    '(column-number-mode t)
    '(comment-column 73 t)
    '(compare-ignore-case t)
    '(compilation-scroll-output t)
    '(confirm-kill-emacs nil)
    '(cperl-auto-newline t)
    '(cperl-break-one-line-blocks-when-indent nil)
    '(cperl-continued-brace-offset 3)
    '(cperl-electric-keywords t)

     '(cperl-electric-linefeed t)
    '(cperl-extra-newline-before-brace nil)
    '(cperl-extra-newline-before-brace-multiline t)
    '(cperl-fix-hanging-brace-when-indent nil)
    '(cperl-font-lock t)
    '(cperl-hairy nil)
    '(cperl-indent-level 0)
    '(cperl-indent-region-fix-constructs nil)
    '(cperl-lineup-step 4)
    '(cperl-merge-trailing-else nil)
    '(cperl-pod-face (quote font-lock-comment-face))
    '(cperl-speed (quote please-ignore-this-line) t)
    '(cperl-under-as-char nil)
    '(current-language-environment "English")
    '(custom-buffer-sort-alphabetically t)
    '(custom-face-default-form (quote all))
    '(custom-magic-show-button t)
    '(custom-magic-show-hidden (quote (group option face)))
    '(custom-menu-order-groups nil)
    '(custom-menu-sort-alphabetically t)
    '(debug-on-error t)
    '(default-input-method "latin-1-prefix")
    '(diary-entry-marker (quote diary-face))
    '(diary-mail-addr "eculver@scarborough.com")
    '(direct-print-region-use-command-dot-com t t)
    '(display-buffer-reuse-frames t)
    '(display-time-24hr-format t)
    '(display-time-day-and-date t)

     '(display-time-format nil)
    '(display-time-mode t nil (time))
    '(ebnf-color-p nil)
    '(ebnf-debug-ps t)
    '(ebnf-iso-normalize-p t)
    '(ebnf-non-terminal-font (quote (8 Helvetica "Black" "White")))
    '(ebnf-non-terminal-shadow t)
    '(ebnf-non-terminal-shape (quote bevel))
    '(ebnf-terminal-font (quote (9 Courier "Black" "White")))
    '(ebnf-terminal-shape (quote bevel))
    '(ebnf-yac-ignore-error-recovery t)
    '(ediff-auto-refine-limit 1400 t)
    '(ediff-control-frame-upward-shift -4)
    '(ediff-forward-word-function (quote ediff-forward-word) t)
    '(ediff-grab-mouse t)
    '(ediff-ignore-similar-regions t t)
    '(ediff-make-buffers-readonly-at-startup t)
    '(ediff-merge-split-window-function (quote split-window-vertically))
    '(ediff-narrow-control-frame-leftward-shift 20)
    '(ediff-prefer-iconified-control-frame t)
    '(ediff-quit-widened t t)
    '(ediff-use-long-help-message t)
    '(eol-mnemonic-mac "[MAC]")
    '(eshell-show-usage-metrics 0)
    '(european-calendar-style t)
    '(exec-path (quote ("c:/emacs-20.7/bin" "C:/Perl-5.8/perl-5.8.1/bin/" "C:/Python22/." "c:/utility/bin" "c:/utility/bin/vim/vim62" "C:/Program Files/Microsoft Visual Studio/Common/Msdev98/BIN" "C:/Program Files/Microsoft Visual Studio/DF98/BIN" "C:/Program Files/Microsoft Visual Studio/VC98/BIN" "C:/Program Files/Microsoft Visual Studio/Common/Tools" "C:/Program Files/Microsoft Visual Studio/Common/Tools/WINNT" "C:/PROGRA~1/MKSTOO~1/bin" "C:/PROGRA~1/MKSTOO~1/bin/x11" "C:/PROGRA~1/MKSTOO~1/mksnt" "c:/winnt/system32" "c:/progra~1/ghostgum/gsview" "c:/OPT-TECH/" "C:/Program Files/Windows NT/Accessories/" "C:/PROGRA~1/TCL/bin" "." "c:/emacs-20.7/bin" "c:/program files/adobe/acrobat 4.0/reader")))

     '(f90-auto-keyword-case (quote upcase-word))
    '(f90-beginning-ampersand t)
    '(f90-break-before-delimiters nil)
    '(f90-comment-region "!emc")
    '(f90-continuation-indent -1)
    '(f90-directive-comment-re "![Hh][Pp][Ff]\\$")
    '(f90-leave-line-no t)
    '(f90-mode-hook (quote (f90-add-imenu-menu)))
    '(f90-program-indent 3)
    '(f90-smart-end (quote blink))
    '(f90-startup-message t)
    '(fast-lock-cache-directories (quote ("~/.emacs-flc")))
    '(fast-lock-minimum-size 256000)
    '(fast-lock-save-events (quote (save-buffer kill-buffer kill-emacs)))
    '(fast-lock-save-others t)
    '(ffap-dired-wildcards "[*?][^/]*\\'")
    '(file-cache-filter-regexps (quote ("~$" "\\.o$" "\\.exe$" "\\.a$" "\\.elc$" ",v$" "\\.output$" "\\.$" "#$" "\\.class$" "\\.obj$" "\\._xe$" "\\.gz$" "\\.sbr$" "\\.pb[a-z]$" "\\.doc$" "\\.xls$")))
    '(file-precious-flag t)
    '(flyspell-sort-corrections t)
    '(font-lock-global-modes t)
    '(font-lock-maximum-size 1048576)
    '(font-lock-support-mode (quote fast-lock-mode))
    '(fortran-blink-matching-if t)
    '(fortran-break-before-delimiters nil)

     '(fortran-check-all-num-for-matching-do t)
    '(fortran-comment-indent-style nil)
    '(fortran-comment-line-extra-indent 0)
    '(fortran-comment-region "*emc")
    '(fortran-continuation-indent 6)
    '(fortran-continuation-string "&")
    '(fortran-do-indent 3)
    '(fortran-line-number-indent 5)
    '(fortran-structure-indent 3)
    '(fortran-tab-mode-string "*T*")
    '(frame-background-mode (quote light))
    '(glasses-convert-on-write-p t)
    '(glasses-face (quote bold))
    '(glasses-separate-parentheses-p nil)
    '(global-font-lock-mode t nil (font-lock))
    '(help-highlight-p nil)
    '(highlight-wrong-size-font nil t)
    '(holidays-in-diary-buffer t)
    '(imenu-auto-rescan nil)
    '(imenu-auto-rescan-maxout 100000)
    '(imenu-max-items 10)
    '(imenu-scanning-message "redundantly re-scanning buffer for index (%d%%)")
    '(imenu-sort-function (quote imenu--sort-by-name))
    '(imenu-use-markers nil)
    '(inhibit-default-init nil)
    '(input-method-highlight-flag t)
    '(input-method-verbose-flag (quote complex-only))
    '(jit-lock-stealth-verbose t)
    '(lazy-lock-stealth-verbose t)

     '(line-move-ignore-invisible t)
    '(line-number-mode t)
    '(list-command-history-max 256)
    '(lpr-command "wordpad.exe" t)
    '(mark-diary-entries-in-calendar t)
    '(mark-holidays-in-calendar t)
    '(midnight-delay 600)
    '(mode-line-format (quote (#("-" 0 1 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ...")) mode-line-mule-info mode-line-modified mode-line-frame-identification mode-line-buffer-identification #("   " 0 3 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ...")) global-mode-string timeclock-mode-string #("   %[(" 0 6 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ...")) (:eval (mode-line-mode-name)) mode-line-process minor-mode-alist #("%n" 0 2 (help-echo "mouse-2: widen" local-map (keymap (mode-line keymap (mouse-2 . mode-line-widen))))) #(")%]--" 0 5 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ...")) (which-func-mode ("" which-func-format #("--" 0 2 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ...")))) (line-number-mode (#("L%l" 0 3 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ...")) #("--" 0 2 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ...")))) (column-number-mode (#("C%c" 0 3 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ...")) #("--" 0 2 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ...")))) (-3 . #("%p" 0 2 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ..."))) #("-%-" 0 3 (help-echo "mouse-1: select window, mouse-2: delete others, mouse-3: delete ...")))))

     '(msb-files-by-directory t)
    '(msb-max-menu-items 10)
    '(number-of-diary-entries [0 2 2 2 2 4 1])
    '(pc-selection-mode t nil (pc-select))
    '(print-circle nil t)
    '(print-continuous-numbering nil t)
    '(printer-name "C:/temp/tmp.txt" t)
    '(ps-even-or-odd-pages nil)
    '(ps-landscape-mode nil)
    '(ps-lpr-command "c:/Program\\ Files/Ghostgum/gsview/gsvw32.exe")
    '(ps-lpr-switches nil)
    '(ps-mode-paper-size (quote (612 792)))
    '(ps-print-background-text (quote (("'((\"E M Culver\"))'" nil nil nil nil nil nil))))
    '(ps-print-footer t)
    '(ps-print-footer-frame t)
    '(ps-printer-name t)
    '(ps-printer-name-option nil)
    '(ps-run-x (quote ("gs" "-r72" "-sPAPERSIZE=letter")))
    '(recentf-keep-non-readable-files-p nil nil (recentf))
    '(recentf-mode t nil (recentf))
    '(regexp-search-ring-max 32)
    '(require-final-newline (quote ask))
    '(rmail-highlighted-headers "^From:\\|^Subject:" t)
    '(save-place nil nil (saveplace))
    '(save-place-version-control nil)
    '(scroll-bar-mode (quote left))
    '(scroll-margin 2)
    '(sh-shell-file "c:/progra~1/mkstoo~1/mksnt/ksh")

     '(shell-completion-fignore (quote ("\"~\"" "\"%\"" "\"#\"" "\".obj\"")))
    '(shell-file-name "C:/PROGRA~1/MKSTOO~1/mksnt/ksh.exe")
    '(show-paren-mode t nil (paren))
    '(show-paren-ring-bell-on-mismatch nil)
    '(show-paren-style (quote _expression_))
    '(show-trailing-whitespace nil)
    '(speedbar-activity-change-focus-flag t)
    '(speedbar-directory-button-trim-method nil)
    '(speedbar-directory-unshown-regexp "^\\(CVS\\|RCS\\|SCCS\\|[Bb][Kk][Uu][Pp]\\)\\'")
    '(speedbar-frame-parameters (quote ((minibuffer) (width . 30) (border-width . 2) (menu-bar-lines . 0) (tool-bar-lines . 0) (unsplittable . t))))
    '(speedbar-frame-plist (quote (minibuffer nil width 20 border-width 2 internal-border-width 0 unsplittable t default-toolbar-visible-p nil has-modeline-p nil menubar-visible-p nil)))
    '(speedbar-hide-button-brackets-flag t)
    '(speedbar-indentation-width 3)
    '(speedbar-show-unknown-files t)
    '(speedbar-tag-hierarchy-method (quote (speedbar-sort-tag-hierarchy)))
    '(speedbar-tag-regroup-maximum-length 20)
    '(speedbar-tag-split-minimum-length 4)

     '(speedbar-update-speed 4)
    '(speedbar-use-images nil)
    '(speedbar-verbosity-level 2)
    '(tex-alt-dvi-print-command "lpr -d" t)
    '(tex-dvi-print-command "lpr -d" t)
    '(time-stamp-format "%F %:y-%02m-%02d %02H:%02M:%02S %u ")
    '(timeclock-modeline-display t nil (timeclock))
    '(tool-bar-mode t nil (tool-bar))
    '(track-eol t)
    '(track-mouse nil t)
    '(transient-mark-mode t)
    '(type-break-demo-functions (quote (type-break-demo-boring type-break-demo-life)))
    '(type-break-good-rest-interval 120 t)
    '(type-break-interval 7200 t)
    '(type-break-keystroke-threshold (quote (2100 . 21000)) t)
    '(unibyte-display-via-language-environment t)
    '(uniquify-after-kill-buffer-p t)
    '(uniquify-buffer-name-style (quote post-forward-angle-brackets) nil (uniquify))
    '(uniquify-trailing-separator-p t)
    '(vc-dired-terse-display nil)
    '(vc-initial-comment t)
    '(vc-make-backup-files t)
    '(vc-rcsdiff-knows-brief nil)
    '(version-control t)
    '(view-calendar-holidays-initially t)
    '(view-diary-entries-initially t)
    '(view-read-only t)
    '(view-remove-frame-by-deleting t)

     '(visible-bell t)
    '(which-func-mode-global t nil (which-func))
    '(which-func-modes t)
    '(which-function-mode t nil (which-func))
    '(whitespace-abort-on-error nil)
    '(whitespace-auto-cleanup nil)
    '(whitespace-check-ateol-whitespace nil)
    '(whitespace-check-indent-whitespace nil)
    '(whitespace-check-leading-whitespace nil)
    '(whitespace-check-spacetab-whitespace nil)
    '(whitespace-check-trailing-whitespace nil)
    '(whitespace-display-in-modeline nil)
    '(whitespace-global-mode nil nil (whitespace))
    '(whitespace-modes (quote (lisp-mode m4-mode python)))
    '(woman-cache-filename "~/.wmncach.el")
    '(woman-fill-column 72)
    '(woman-fill-frame t)
    '(woman-imenu t)
    '(woman-use-symbol-font t))


    ;;;;
    ;;;(message "setting custom set faces");
    (custom-set-faces
     ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
     ;; Your init file should contain only one such instance.
    '(default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 115 :width normal :family "outline-courier new"))))
    '(border ((t (:background "dodgerblue" :weight extra-bold))))
    '(calendar-today-face ((t (:foreground "midnightblue" :inverse-video t :weight bold))))
    '(cperl-nonoverridable-face ((((class color) (background light)) (:foreground "brown4" :weight bold))))
    '(cursor ((t (:background "tomato" :foreground "AntiqueWhite"))))
    '(diary-face ((nil (:foreground "DarkRed" :weight ultra-bold))))
    '(ediff-current-diff-face-Ancestor ((((class color)) (:foreground "black" :background "paleVioletRed"))))
    '(ediff-current-diff-face-C ((((class color)) (:background "beige" :foreground "Navy"))))
    '(ediff-even-diff-face-A ((((class color)) (:background "AliceBlue" :foreground "Black"))))

     '(ediff-even-diff-face-B ((((class color)) (:background "AntiqueWhite" :foreground "black"))))
    '(ediff-odd-diff-face-A ((((class color)) (:background "PaleTurquoise" :foreground "black"))))
    '(fixed-pitch ((t (:family "courier"))))
    '(font-loc-kstring-face ((((class color) (background light)) (:foreground "navy" :background "old lace"))))
    '(font-lock-builtin-face ((((class color) (background light)) (:bold t :foreground "navy"))))
    '(font-lock-comment-face ((t (:background "AntiqueWhite" :foreground "navy" :slant italic))))
    '(font-lock-constant-face ((((class color) (background light)) (:bold t :foreground "navy" :background "alice blue"))))
    '(font-lock-function-name-face ((((class color) (background light)) (:bold nil :underline t :foreground "navyBlue" :background "#FFEEFF"))))
    '(font-lock-keyword-face ((t (:bold t :background "linen"))))
    '(font-lock-string-face ((t (:bold t :foreground "maroon4"))))
    '(font-lock-type-face ((t (:foreground "brown" :weight bold))))
    '(font-lock-variable-name-face ((((class color) (background light)) (:bold t :foreground "purple"))))

     '(font-lock-warning-face ((((class color) (background light)) (:bold t :inverse-video t :foreground "yellow" :background "Red"))))
    '(highlight ((((class color) (background light)) (:background "darkseagreen2" :foreground "black"))))
    '(holiday-face ((((class color) (background light)) (:background "AntiqueWhite" :foreground "BlueViolet" :underline "BlueViolet" :weight bold))))
    '(makefile-space-face ((((class color)) (:background "linen"))))
    '(menu ((t (:background "linen" :foreground "navyblue"))))
    '(mode-line ((((type x w32 mac) (class color)) (:background "SkyBlue1" :foreground "black" :box (:line-width -1 :style released-button)))))
    '(mouse ((t (:background "tomato" :foreground "cyan"))))
    '(region ((((class color) (background light)) (:background "skyblue"))))
    '(scroll-bar ((t (:background "skyblue"))))
    '(sh-heredoc-face ((((class color) (background light)) (:background "beige" :foreground "black"))))
    '(show-paren-match-face ((((class color)) (:foreground "black" :background "lavender"))))
    '(show-paren-mismatch-face ((((class color)) (:background "yellow" :foreground "NavyBlue" :box (:line-width 2 :color "navyblue" :style released-button) :weight bold))))

     '(speedbar-button-face ((((class color) (background light)) (:background "#77ffff" :foreground "red" :box (:line-width 1 :color "#880000" :style pressed-button)))))
    '(speedbar-directory-face ((((class color) (background light)) (:foreground "maroon" :slant italic :weight bold))))
    '(speedbar-file-face ((((class color) (background light)) (:foreground "navyblue"))))
    '(speedbar-tag-face ((((class color) (background light)) (:foreground "#880011"))))
    '(vhdl-font-lock-attribute-face ((t (:bold t :foreground "purple" :background "beige"))))
    '(vhdl-font-lock-directive-face ((((class color) (background light)) (:foreground "black" :background "linen"))))
    '(vhdl-font-lock-enumvalue-face ((((class color) (background light)) (:foreground "black" :background "#ffddff"))))
    '(vhdl-font-lock-function-face ((((class color) (background light)) (:bold t :underline t :foreground "maroon4"))))
    '(vhdl-font-lock-reserved-words-face ((((class color) (background light)) (:bold t :foreground "Orange4" :background "ivory3")))))


    (message "$Id: .emacs.el 1.7 2003/10/07 15:37:36 culvered01 Exp culvered01 $ loaded");

    ;;; $Log: .emacs.el $
    ;;; Revision 1.7  2003/10/07 15:37:36  culvered01
    ;;; added path for acrobat reader
    ;;;
    ;;; Revision 1.6  2003/10/07 15:21:33  culvered01
    ;;; minor, cosmetic changes
    ;;;
    ;;; Revision 1.5  2003/10/01 14:18:30  culvered01
    ;;; Modified variables related to shell
    ;;; Turned of whitespace highlighting
    ;;; Modified parenthesis showing
    ;;;
    ;;; Revision 1.4  2003/07/30 13:44:21  culvered01
    ;;; Modified ps options
    ;;;
    ;;; Revision 1.3  2003/07/28 15:35:40  culvered01
    ;;; Minor cleanups (removed worthless white space, blank lines, etc)
    ;;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]