emacs-devel
[Top][All Lists]
Advanced

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

Re: Crash with #.emacs#


From: martin rudalics
Subject: Re: Crash with #.emacs#
Date: Mon, 03 Dec 2007 11:36:32 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

I've tracked it down to a simple recipe: With emacs -Q evaluate the
following form in *scratch*:

(progn
  (defvar my-overlay (make-overlay (point-min) (point-min)))
  (overlay-put
   my-overlay 'before-string (propertize "<" 'face 'font-lock-warning-face))
  (overlay-put
   my-overlay 'after-string (propertize ">" 'face 'font-lock-warning-face)))





reply via email to

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