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

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

bug#24779: 26.0.50; Incorrect Edebug spec for define-skeleton


From: Lars Ingebrigtsen
Subject: bug#24779: 26.0.50; Incorrect Edebug spec for define-skeleton
Date: Sat, 27 Jul 2019 15:17:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

>> Result: Invalid read syntax: "Head of list form must be a symbol or
>> lambda expression"
>
> (define-skeleton ada-array
>   "Insert array type definition.
> Prompt for component type and index subtypes."
>   ()
>   "array (" ("index definition: " str ", " ) -2 ") of " _ ?\;)
>
> It's complaining about "index definition", which is indeed not a
> string.

I mean, not a symbol...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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