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

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

Re: How to show (text-properties-at (point)) in minibuffer?


From: Stefan Monnier
Subject: Re: How to show (text-properties-at (point)) in minibuffer?
Date: Thu, 15 May 2014 08:26:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

>  (cons '(:eval (format "%s" (text-properties-at (point))))
                         ^^^^
                         "%S"

"%s" is only really useful for strings; for general Elisp objects, %S
is the better choice.


        Stefan




reply via email to

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