I cannot send the formal, normally formatted bug report generated by emacs' internal bug reporting function for 2 reasons. The second is that we use Notes; The first is that this is to report emacs' freezing. Here is what will usually (not always) precipitate the freeze: Two or more emacs windows opens. These may or may not be in separate frames; if there is more than 1 frame, all frames freeze. The scrolling is via the mouse wheel (Driver information is below The buffer being scrolled may be of any sort, including shell windows. All modes are affected, including fundamental mode. System information: Hardware: Dell Dimension XPST700 (x86 Family 6 Model 8 Stepping 3) 256 Megabytes RAM Video Card: Dell M780 on nVidia RIVA TNT2 Model 64, AGP 2X, 32MB RAM Driver: nVidia 4.5.2.3 (28 July 2003) Display settings: 16 bit color, 1280 by 1024 pixel OS: Microsoft Windows 2000 Version 5.00.2195, service pack 4 ____________________________________________________ Emacs bug report: 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-mingw-nt5.0.2195) of 2004-03-10 on NYAUMO configured using `configure --with-gcc (3.2)' 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 Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Recent input: Recent messages: Error setting display-time-mode: (wrong-type-argument number-or-marker-p nil) $Id: .emacs.el 1.4 2004/07/20 19:47:17 culvered01 Exp culvered01 $ loaded Warning: c:/Documents and Settings/eculver/.emacs.el is newer than c:/Documents and Settings/eculver/.emacs.elc Loading places from ~/.emacs-places... Loading places from c:/Documents and Settings/eculver/.emacs-places...done For information about the GNU Project and its goals, type C-h C-p. Loading fast-lock...done Fontifying *scratch*... (regexps.............) Loading fast-lock...done Loading emacsbug...done ____________________________________________________ This is my .emacs file: ;;; 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) (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) ;; autoload libraries for javascrip, vb and bat file modes (autoload 'bat-mode "bat-mode" "Load batch mode" t) (autoload 'visual-basic-mode "visual-basic-mode" "Load vbscript mode" t) (autoload 'javascript-mode "javascript-mode" "Load javascript mode" t) (autoload 'python-mode "python-mode" "Load python mode" t) ;;(autoload 'maxima "maxima" "Running Maxima interactively" t) ;;(autoload 'maxima-mode "maxima" "Maxima editing mode" t) (setq w32-enable-synthesized-fonts t) ;; turn on italics (experimental) ;; try setting an alternate default font ;;(set-default-font "-*-Lucida-Console-r-*-*-14*-*-*-c-*-iso8859-1") it didn't work (setq font-lock-support-mode 'fast-lock-mode) ;;(setq auto-mode-alist (append (list (cons '("\\.max" . maxima-mode) auto-mode-alist)))) (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\\'" 'javascript-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 auto-mode-alist (append (list (cons "\\.otl\\'" 'outline-mode)) auto-mode-alist)) ;; (setq cperl-hairy nil) ;; (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 t) '(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.731253 t) '(calendar-longitude -73.989223 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) '(completion-ignored-extensions (quote ("CVS/" ".o" "~" ".bin" ".bak" ".obj" ".map" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".dvi" ".fmt" ".tfm" ".pdf" ".class" ".fas" ".lib" ".x86f" ".sparcf" ".lo" ".la" ".toc" ".log" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".gz" ".exe" ".zip" ".ex_" ".obj"))) '(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) '(dired-free-space-program "c:/progra~1/mkstoo~1/mksnt/df") '(dired-guess-shell-gzip-quiet nil) '(dired-ls-F-marks-symlinks t) '(dired-recursive-copies (quote top)) '(display-buffer-reuse-frames t) '(display-time-24hr-format t) '(display-time-day-and-date nil) '(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"))) '(explicit-bash-args (quote ("-L" "-x" "--noediting" "-i"))) '(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) '(ls-lisp-ignore-case nil) '(mail-send-hook (quote (flyspell-mode-off))) '(mail-send-nonascii nil) '(mark-diary-entries-in-calendar t) '(mark-holidays-in-calendar t) '(midnight-delay 600) '(minibuffer-message-timeout 2 t) '(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 ..."))))) '(mouse-buffer-menu-maxlen 25) '(mouse-wheel-scroll-amount 4 t) '(msb-files-by-directory t) '(msb-max-menu-items 10) '(mu-worlds (quote (["Lunar Eclipse" "lunar.betterbox.net" 2500 "gremagot" "yd3438"]))) '(number-of-diary-entries [0 2 2 2 2 4 1]) '(pc-select-override-scroll-error nil) '(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\\gsview32.exe\"") '(ps-lpr-switches (quote ("-p"))) '(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-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) '(rmail-summary-scroll-between-messages t t) '(save-place nil nil (saveplace)) '(save-place-version-control nil) '(scroll-bar-mode (quote left)) '(scroll-conservatively 4) '(scroll-margin 2) '(send-mail-function (quote ignore) t) '(sh-shell-file "c:/progra~1/mkstoo~1/mksnt/ksh") '(shell-command-default-error-buffer nil t) '(shell-completion-execonly nil) '(shell-completion-fignore (quote ("\"~\"" "\"%\"" "\"#\"" "\".obj\"" "\".tar\"" "\".zip\""))) '(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) '(tex-shell-file-name nil 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)) '(trace-buffer "*trace-output*" t) '(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-min-dir-content 1) '(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) '(w32-allow-system-shell nil 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 125 :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")))) '(custom-state-face ((t (:foreground "navy" :slant italic)) (((class color) (background light)) (:foreground "dark green")) (t nil))) '(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 "LightSeaGreen" :slant italic)))) '(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")))) '(variable-pitch ((t (:family "Century Schoolbook")))) '(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.5 2004/10/26 14:00:16 culvered01 Exp $ loaded") ;;; $Log: .emacs.el $ ;;; Revision 1.5 2004/10/26 14:00:16 culvered01 ;;; Removed references to maxima mode ;;; ;;; Revision 1.4 2004/07/20 19:47:17 culvered01 ;;; Removed ;;; (load "bat-mode"); ;;; (load "visual-basic-mode"); ;;; Replaced with ;;; (autoload 'bat-mode "bat-mode" "Load batch mode" t); ;;; (autoload 'visual-basic-mode "visual-basic-mode" "Load vbscript mode" t); ;;; ;;; Removed ;;; (setq auto-mode-alist (append (list (cons "\\.js\\'" 'java-mode)) auto-mode-alist)) ;;; Replaced with ;;; (setq auto-mode-alist (append (list (cons "\\.js\\'" 'javascript-mode)) auto-mode-alist)) ;;; ;;; Removed unneeded semi-colons ;;; ;;; Revision 1.3 2004/07/12 17:00:01 culvered01 ;;; *** empty log message *** ;;; ;;; Revision 1.2 2004/04/16 19:23:18 culvered01 ;;; Removed date from information line. ;;; Disabled save-place ;;; ;;; Revision 1.1 2004/03/29 15:54:20 culvered01 ;;; Initial revision ;;; ;;; 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) ;;; ______________________________________________ Edwin M Culver Programmer Analyst Scarborough Research 770 Broadway 13th Floor New York, New York 10003 United States Telephone: (646) 654-8416 Facsimile: (646) 654-8440 email: eculver@scarborough.com