From: Eduardo Ochs <eduardoochs@gmail.com>
To: Philip Kaludercic <philipk@posteo.net>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: ELPA submission: show-conses.el
Date: Wed, 23 Oct 2024 23:18:34 -0300 [thread overview]
Message-ID: <CADs++6gPZnuCJ_Z_T0gXGeXa4egkxnNrJwg4BZfCgvBpLdc8zg@mail.gmail.com> (raw)
In-Reply-To: <87jzdyhbrr.fsf@posteo.net>
On Wed, 23 Oct 2024 at 16:14, Philip Kaludercic <philipk@posteo.net> wrote:
>
> Sounds like a neat idea that can certainly be added to {GNU,NonGNU}
> ELPA, my main wish is that it would be nice if the package could also
> operate stand-alone without too many dependencies.
Hi Pkal!
Great! Thanks!
The only dependency of show-conses.el is eev, and show-conses only
uses eev for some displaying and debugging functions... its core
doesn't depend on anything(*). For example, this sexp
(show-conses-insert-lines (show-conses-lisp-and-constree '(* 2 3)))
inserts something like this in the current buffer,
(* 2 3)
.__.__.
| | |
* 2 3
with text properties in the nodes of the trees, and sets some markers.
(*): IIRC the "core functions" of show-conses.el call one function for
eev: `ee-intern', whose definition is:
(defun ee-intern (fmt &rest args)
"The result of (format FMT ARGS), converted to a symbol"
(intern (apply 'format fmt args)))
but I still need to define precisely what is the "core"...
Cheers,
Eduardo Ochs
http://anggtwu.net/#eev
prev parent reply other threads:[~2024-10-24 2:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-20 5:18 ELPA submission: show-conses.el Eduardo Ochs
2024-10-23 19:14 ` Philip Kaludercic
2024-10-24 2:18 ` Eduardo Ochs [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CADs++6gPZnuCJ_Z_T0gXGeXa4egkxnNrJwg4BZfCgvBpLdc8zg@mail.gmail.com \
--to=eduardoochs@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=philipk@posteo.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.