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

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

Re: Printing code made by a macro


From: Heime
Subject: Re: Printing code made by a macro
Date: Sun, 06 Aug 2023 03:36:48 +0000





Sent with Proton Mail secure email.

------- Original Message -------
On Sunday, August 6th, 2023 at 2:54 PM, Eduardo Ochs <eduardoochs@gmail.com> 
wrote:


> On Sat, 5 Aug 2023 at 23:16, Heime heimeborgia@protonmail.com wrote:
> 
> > Do you know in which file you implemented find-eppm ?
> 
> 
> Hi Heime,
> 
> `find-eppm' uses the functions` find-epp', `find-eoutput-rerun',` 
> ee-goto-position' and `ee-goto-rest' and the variable` ee-buffer-name'. You 
> can go to their definitions in the source code
> of eev by using these sexp hyperlinks,

They do seem quite straightforward.  code would then just be the call to my 
macro.  
Then you change the code (via macroexpand) to a string, followed by printing in 
a 
dedicated buffer.

> (find-evariable 'ee-buffer-name)
> (find-efunction 'ee-goto-position)
> (find-efunction 'ee-goto-rest)
> (find-efunction 'find-eoutput-rerun)
> (find-efunction 'find-epp)
> (find-efunction 'find-eppm)
> 
> (find-eevfile "eev-blinks.el" "defvar ee-buffer-name")
> (find-eev "eev-blinks.el" "ee-goto-position")
> (find-eev "eev-blinks.el" "find-eoutput")
> (find-eev "eev-blinks.el" "find-epp")
> 
> or with these URLs:
> 
> http://anggtwu.net/eev-current/eev-blinks.el.html
> http://anggtwu.net/eev-current/eev-blinks.el.html#ee-goto-position
> http://anggtwu.net/eev-current/eev-blinks.el.html#find-eoutput
> http://anggtwu.net/eev-current/eev-blinks.el.html#find-epp
> 
> Cheers,
> Edrx



reply via email to

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