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

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

Crash using text property 'composite on w32


From: Lennart Borgman (gmail)
Subject: Crash using text property 'composite on w32
Date: Mon, 11 Jun 2007 18:32:03 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666


Evaluating the code below in the scratch buffer makes Emacs crash for me. There is no backtrace. I start with "emacs -Q":

(let ((s "text"))
  (put-text-property 0 2 'composition ?A s)
  (insert s))

If the crash comes in (insert s).


In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-04
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'




reply via email to

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