From: Eli Zaretskii <eliz@gnu.org>
To: Morgan Willcock <morgan@ice9.digital>
Cc: 73533@debbugs.gnu.org
Subject: bug#73533: [PATCH] Rewrite speedbar expansion for all descendants
Date: Sat, 19 Oct 2024 10:42:41 +0300 [thread overview]
Message-ID: <86y12klery.fsf@gnu.org> (raw)
In-Reply-To: <87ttdm4f3d.fsf@ice9.digital> (message from Morgan Willcock on Tue, 08 Oct 2024 19:36:06 +0100)
> From: Morgan Willcock <morgan@ice9.digital>
> Cc: 73533@debbugs.gnu.org
> Date: Tue, 08 Oct 2024 19:36:06 +0100
>
> Attached is a patch for a replacement function and an additional patch
> which adds tests for expanding all descendants.
>
> I couldn't see a direct way to test a Speedbar without creating a frame,
> and because the Speedbar code doesn't implement any type of hierarchy
> itself I've used eieio-speedbar to make something minimal to test.
>
> Each test runs by converting a list of strings into objects which
> implement a Speedbar display, making state changes for the functions
> being tested, and then converting the objects back into strings - this
> was the simplest way I could find to create a reusable interface for
> tests. The conversion back to a string is customizable to allow
> whatever state change is under test to be represented.
>
> If the tests are problematic or considered too complicated, perhaps they
> can just be used to test the current function and the replacement
> function and not committed. The current function fails 3/9 tests.
Thanks, I installed these patches on master.
There seems to be still a problem with some files, in that
speedbar-expand-line-descendants takes a very long time, and if I
interrupt it with C-g, I see nested DEFUNs, something that shouldn't
happen, because DEFUNs are never nested. E.g., try this:
$ cd /path/to/emacs/src
$ ./emacs -Q
M-x speedbar RET
At this point you should see all the files in the Emacs src directory.
Go to androidfns.c and type '['. After about 10 sec type C-g. You
should see nested DEFUns in the Speedbar frame.
Could you please look into this?
next prev parent reply other threads:[~2024-10-19 7:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-28 19:05 bug#73533: [PATCH] Rewrite speedbar expansion for all descendants Morgan Willcock
2024-09-29 4:46 ` Eli Zaretskii
2024-09-29 9:52 ` Morgan Willcock
2024-09-30 9:03 ` Morgan Willcock
2024-09-30 18:28 ` Morgan Willcock
2024-10-08 18:36 ` Morgan Willcock
2024-10-19 7:42 ` Eli Zaretskii [this message]
2024-10-19 17:30 ` Morgan Willcock
2024-10-19 17:41 ` Eli Zaretskii
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=86y12klery.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=73533@debbugs.gnu.org \
--cc=morgan@ice9.digital \
/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.