* Debug ???
@ 2023-01-01 0:52 Perry Smith
2023-01-01 0:57 ` Perry Smith
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Perry Smith @ 2023-01-01 0:52 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 384 bytes --]
(cons 'not (lambda (fn)
(lambda (node parent bol &rest _)
(debug)
(not (funcall fn node parent bol)))))
There is a debug statement that I am guess was left behind by accident.
I’m sending little emails like this instead of opening bug reports but I’m happy to change my cruel and evil ways.
[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Debug ???
2023-01-01 0:52 Debug ??? Perry Smith
@ 2023-01-01 0:57 ` Perry Smith
2023-01-01 1:12 ` Yuan Fu
2023-01-01 6:32 ` Eli Zaretskii
2 siblings, 0 replies; 4+ messages in thread
From: Perry Smith @ 2023-01-01 0:57 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 530 bytes --]
> On Dec 31, 2022, at 18:52, Perry Smith <pedz@easesoftware.com> wrote:
>
> (cons 'not (lambda (fn)
> (lambda (node parent bol &rest _)
> (debug)
> (not (funcall fn node parent bol)))))
>
> There is a debug statement that I am guess was left behind by accident.
>
> I’m sending little emails like this instead of opening bug reports but I’m happy to change my cruel and evil ways.
This is from treesit.el — sorry for the omission.
[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Debug ???
2023-01-01 0:52 Debug ??? Perry Smith
2023-01-01 0:57 ` Perry Smith
@ 2023-01-01 1:12 ` Yuan Fu
2023-01-01 6:32 ` Eli Zaretskii
2 siblings, 0 replies; 4+ messages in thread
From: Yuan Fu @ 2023-01-01 1:12 UTC (permalink / raw)
To: Perry Smith; +Cc: emacs-devel
> On Dec 31, 2022, at 4:52 PM, Perry Smith <pedz@easesoftware.com> wrote:
>
> (cons 'not (lambda (fn)
> (lambda (node parent bol &rest _)
> (debug)
> (not (funcall fn node parent bol)))))
>
> There is a debug statement that I am guess was left behind by accident.
>
> I’m sending little emails like this instead of opening bug reports but I’m happy to change my cruel and evil ways.
I removed it, thanks.
Yuan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Debug ???
2023-01-01 0:52 Debug ??? Perry Smith
2023-01-01 0:57 ` Perry Smith
2023-01-01 1:12 ` Yuan Fu
@ 2023-01-01 6:32 ` Eli Zaretskii
2 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2023-01-01 6:32 UTC (permalink / raw)
To: Perry Smith; +Cc: emacs-devel
> From: Perry Smith <pedz@easesoftware.com>
> Date: Sat, 31 Dec 2022 18:52:56 -0600
>
>
> (cons 'not (lambda (fn)
> (lambda (node parent bol &rest _)
> (debug)
> (not (funcall fn node parent bol)))))
>
> There is a debug statement that I am guess was left behind by accident.
>
> I’m sending little emails like this instead of opening bug reports but I’m happy to change my cruel and evil ways.
Yes, please do open a bug for each such case.
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-01-01 6:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-01 0:52 Debug ??? Perry Smith
2023-01-01 0:57 ` Perry Smith
2023-01-01 1:12 ` Yuan Fu
2023-01-01 6:32 ` Eli Zaretskii
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.