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

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

bug#23949: 25.0.95; Regression in handling error caused by (string-match


From: Kaushal Modi
Subject: bug#23949: 25.0.95; Regression in handling error caused by (string-match-p "." nil)
Date: Tue, 12 Jul 2016 19:00:20 +0000

Hi Noam,

Thanks. Now it says "Lisp_String".

(gdb) xstring
$18 = (struct Lisp_String *) 0x33a14e0
"(nilory is relative, it is com"
(gdb) p string
$19 = 54138084
(gdb) xtype
Lisp_String
(gdb)

On Tue, Jul 12, 2016 at 2:55 PM Noam Postavsky <npostavs@users.sourceforge.net> wrote:
I think you have to use xtype before xstring (otherwise it applies to
$16, the return value from xstring).
--

--
Kaushal Modi


reply via email to

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