unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eduardo Ochs <eduardoochs@gmail.com>
To: tpeplt <tpeplt@gmail.com>
Cc: Lewis Creary via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>, Lewis Creary <lewcreary@cs.com>
Subject: Re: Learning Edebug
Date: Fri, 20 Dec 2024 23:41:32 -0300	[thread overview]
Message-ID: <CADs++6h2cVLZGMAEbnnBCa9JMqo_Z4ZCT-YKBRoQg-n__uKoow@mail.gmail.com> (raw)
In-Reply-To: <87bjx6vupm.fsf@gmail.com>

Hi Lewis and all,

I cleaned up my instructions for "installing eev and opening a
mini-tutorial for edebug with a single sexp". They are here, with
links and screenshots:

  http://anggtwu.net/2024-find-tryit-links.html#edebug

The sexp is:

(progn
  (package-initialize)
  ;;
  ;; See: http://anggtwu.net/2024-no-public-key.html
  (setq package-check-signature nil)
  (package-refresh-contents)
  (package-install 'gnu-elpa-keyring-update)
  (setq package-check-signature 'allow-unsigned)
  ;;
  (package-install 'eev)
  (eev-beginner)
  (eval (ee-read (ee-dot-emacs-concat "angges")))
  ;;
  (find-2a
   ' (find-eev-quick-intro "2. Evaluating Lisp")
   ' (find-wget-elisp "http://anggtwu.net/elisp/edebug-2024.el")
  )
)

I tested it on an "emacs -Q" running in a fake directory, and
discussed it a bit on the eev mailing list.

  Cheers =),
    Eduardo Ochs



  reply	other threads:[~2024-12-21  2:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <130443705.1910512.1734664285448.ref@mail.yahoo.com>
2024-12-20  3:11 ` Learning Edebug Lewis Creary via Users list for the GNU Emacs text editor
2024-12-20  6:23   ` mbork
2024-12-20  7:18   ` Eduardo Ochs
2024-12-20  8:11   ` Joost Kremers
2024-12-20 11:36   ` Michael Heerdegen via Users list for the GNU Emacs text editor
2024-12-20 15:37     ` [External] : " Drew Adams
2024-12-20 22:46   ` tpeplt
2024-12-21  2:41     ` Eduardo Ochs [this message]
2024-12-21  6:17   ` Joel Reicher

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADs++6h2cVLZGMAEbnnBCa9JMqo_Z4ZCT-YKBRoQg-n__uKoow@mail.gmail.com \
    --to=eduardoochs@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=lewcreary@cs.com \
    --cc=tpeplt@gmail.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).