[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs Lisp code formatting
From: |
Lars Ingebrigtsen |
Subject: |
Re: Emacs Lisp code formatting |
Date: |
Mon, 08 Nov 2021 10:06:54 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Juri Linkov <juri@linkov.net> writes:
> BTW, it seems the new pp-emacs-lisp-code is not yet used to pp
> the variable values by 'C-h v'? Especially, hook's lambdas/closures
> could benefit from prettier printing.
Yup. It would have to determine first whether the value is a Lisp data
structure or ... a list of functions etc, but I guess the defcustom type
could be used for that? Or just inspect the data and see what it looks
like.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: Emacs Lisp code formatting, (continued)
Re: Emacs Lisp code formatting, Lars Ingebrigtsen, 2021/11/04
Re: Emacs Lisp code formatting, Michael Heerdegen, 2021/11/06