From: Bruno Haible <bruno@clisp.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 67429@debbugs.gnu.org
Subject: bug#67429: 27.1; oddities with gdb-mode completion buffer
Date: Fri, 24 Nov 2023 14:59:07 +0100 [thread overview]
Message-ID: <83061728.EWdPeD60iF@nimes> (raw)
In-Reply-To: <837cm7fjol.fsf@gnu.org>
Eli Zaretskii wrote:
> So I suggest to post a complete recipe for reproducing the problem,
> preferably starting from "emacs -Q".
The steps are:
0. Use Ubuntu 22.04 (which has emacs 27.1).
1. Unpack gettext-0.21.tar.gz.
2. cd gettext-0.21
3. CFLAGS=-ggdb ./configure --disable-shared && make
4. cd gettext-tools/src
5. cat > foo.vala <<\EOF
primary_text.set_markup(
"<span size=\"large\" weight=\"bold\">%s</span>".printf(_("Welcome to Shotwell!")));
EOF
6. ./xgettext -o - foo.vala
7. emacs
8. Resize the window to width 1265, height 813 or 815 (according to xwininfo).
9. M-x gdb RET
gdb -i=mi xgettext RET
10. break main
11. break remember_a_message
12. run -o - foo.vala
13. continue
14. where
15. print current TAB TAB
> I also recommend using Emacs
> 29.1, which is the latest version that is still being maintained.
Indeed, when I start the recipe above with
0. Use Ubuntu 23.10 (which has emacs 29.1).
the completion windows stays open. No bug there.
You can close the ticket.
Thanks for your help in this investigation.
Bruno
next prev parent reply other threads:[~2023-11-24 13:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <5491783.Rb9Vj03aaE@nimes>
2023-11-24 11:57 ` bug#67429: 27.1; oddities with gdb-mode completion buffer Eli Zaretskii
2023-11-24 12:03 ` Eli Zaretskii
2023-11-24 13:03 ` Bruno Haible
2023-11-24 13:59 ` Bruno Haible [this message]
2023-11-24 14:09 ` 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=83061728.EWdPeD60iF@nimes \
--to=bruno@clisp.org \
--cc=67429@debbugs.gnu.org \
--cc=eliz@gnu.org \
/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.