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

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

bug#25068: 25.1; Edebug fails to instrument code which uses propertized


From: Eli Zaretskii
Subject: bug#25068: 25.1; Edebug fails to instrument code which uses propertized strings
Date: Sat, 04 Feb 2017 13:26:35 +0200

> From: Gemini Lasswell <gazally@runbox.com>
> Date: Tue, 29 Nov 2016 15:10:16 -0800
> 
> Edebug gives an error message if you try to use it on code which uses
> strings with text properties. To reproduce, using emacs -Q if you like,
> enter the following code into *scratch* and type C-u C-M-x:
> 
> (defun my-fun ()
>   (message "%s" #("abcd" 1 3 (face italic))))
> 
> This results in the error message: "Invalid read syntax: "Bad char after #"

Could someone please look into fixing this?





reply via email to

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