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

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

font-lock-support-mode bug on Mac OS 10.2.8


From: Alfred A. Lorber
Subject: font-lock-support-mode bug on Mac OS 10.2.8
Date: Fri, 30 Jan 2004 12:44:31 -0700

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 (powerpc-apple-darwin, X toolkit, Xaw3d scroll bars)
 of 2003-06-16 on kummer.cgtp.duke.edu
configured using `configure powerpc-apple-darwin --prefix=/sw --with-x --with-x-toolkit=lucid --without-gif '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man' '--libexecdir=${prefix}/lib''
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: en_US
  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:

When I have the line
(setq  font-lock-support-mode 'lazy-lock-mode)
in my .emacs file, when I switch to the *scratch* buffer via C-x b or by selecting it from the *Buffer List* (and maybe other ways, I haven't tried) emacs crashes. My .emacs files are identical on my Linux 7.3 box and my Mac OS 10.2.8 box and I do not see the problem on my Linux box. If I comment out this one line everything is fine.

Here is the context the line is used in:

(cond (running-FSFemacs
       (cond (window-system
              (font-lock-mode)
              (set-face-underline-p 'secondary-selection  t)
              (global-font-lock-mode t)
              (setq font-lock-maximum-decoration t)
              (show-paren-mode)         ;replaces stig-paren
              (set-face-background 'region     "blue3")
              (set-face-background 'highlight  "dodgerblue")
              (set-face-background 'show-paren-match-face "dodgerblue")
              (set-face-foreground 'font-lock-string-face "Salmon")
              (setq  font-lock-support-mode 'lazy-lock-mode)
              ;; Support for cweb-mode.el:
              (setq janus-prefix "\C-z")
              (setq janus-prog-background "darkslategrey")
              (load "site-janus" t)
              ))

       (load "/home/aalorbe/.emacs-records" t)
       ))

Thanks
-Alfred

Recent input:
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n C-n C-n
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-x b C-s <return> C-x b <return> C-x b C-g C-x C-f
C-g C-x b . e <return> C-s f o n t - l l o C-s C-a
C-s l a z y C-a C-n C-n C-n C-SPC C-n C-p C-SPC C-n
C-p C-e C-b C-SPC C-a C-f C-f C-f C-f C-f C-f C-f C-f
C-f C-f C-f C-f C-f C-f C-f C-f C-f <escape> w <help-echo>
<help-echo> <help-echo> <help-echo> <menu-bar> <help-menu>
<report-emacs-bug>

Recent messages:
Loading paren...done
Loading site-janus (source)...done
Loading edmacro...done
For information about the GNU Project and its goals, type C-h C-p.
Loading auto-template...done
iswitchb-read-buffer: Quit
Quit
Mark saved where search started [2 times]
Mark set [3 times]
Loading emacsbug...done






reply via email to

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