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

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

bug#60568: [FR] 30.0.50; Help buffers and function bodies for generated


From: Ihor Radchenko
Subject: bug#60568: [FR] 30.0.50; Help buffers and function bodies for generated functions
Date: Fri, 06 Jan 2023 08:39:30 +0000

Jean Louis <bugs@gnu.support> writes:

> with body being:
>
> (defun hyperscope-add-new-note-hyperdocument nil (interactive) (let* ((parent 
> (hyperscope-set-parent-or-select)) (markup (hyperscope-markup-select)) 
> (related-person-by-parent (if parent (progn (hyperscope-related-person-id 
> parent)))) (related-person (if (and related-person-by-parent (y-or-n-p 
> (format "Is Hyperdocument related to `%s'? " (cf-people-name 
> related-person-by-parent)))) (progn related-person-by-parent))) (prompt 
> (format "New `%s' hyperdocument name: " type-name)) (name (rcd-ask prompt)) 
> (hyperdocument (hyperscope-add-generic name "" markup id nil parent nil nil 
> nil related-person))) (hyperscope-ring hyperdocument) (hyperscope-revert 
> hyperdocument)))
>
> Which I know is not very readable, but is still something useful.

Try `pp' to auto-format the body.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





reply via email to

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