How can I convert a list to string so I can call insert or message with it? I need to display c-offsets-alist but I got Wrong type a
insert
message
c-offsets-alist
Wrong type a
Or
(prin1-to-string your-string)
Finally something special
(princ your-string)