From: martin rudalics <rudalics@gmx.at>
To: David Phillips <dphillips@cfa.harvard.edu>, 50112@debbugs.gnu.org
Cc: pillule@riseup.net
Subject: bug#50112: 28.0.50; ediff help frame does not display text
Date: Fri, 20 Aug 2021 10:18:26 +0200 [thread overview]
Message-ID: <6567a97a-2ceb-cd4f-2f54-8b78e4865f5b@gmx.at> (raw)
In-Reply-To: <67AE7889-E5EE-4BBA-8B2B-2E4C04EF2EFB@cfa.harvard.edu>
> I built emacs this morning from the git master branch.
> The latest commit was 9b31ad36094666da6b3281025adc163829d89de8 with
> a date stamp of Wed Aug 18 20:02:39 2021 +0300.
> I am running the macos GUI version.
> First I run /Applications/Emacs/Contents/MacOS/Emacs -Q
> then I load two files and run 'ediff-buffers' to compare them.
> ediff works just fine except that the frame with the help message
> is an empty frame. The '?' command changes the frame size but the
> text never renders.
Assuming that in this situation you have two frames - the main frame and
the help frame: What does evaluating the form
(let ((buffer (window-buffer (frame-root-window (next-frame))))
(foo (get-buffer-create "*foo*")))
(with-current-buffer foo
(insert
(buffer-name buffer)
"\n"
(with-current-buffer buffer
(buffer-substring 1 (point-max))))))
in the main frame via M-: put into buffer *foo*?
martin
next prev parent reply other threads:[~2021-08-20 8:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-18 18:39 bug#50112: 28.0.50; ediff help frame does not display text David Phillips via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-08-19 13:33 ` Lars Ingebrigtsen
2021-08-21 12:18 ` Alan Third
2021-08-21 12:54 ` Lars Ingebrigtsen
2021-08-21 13:20 ` David Phillips via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-08-20 8:18 ` martin rudalics [this message]
2021-08-20 14:12 ` David Phillips via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-08-20 15:34 ` martin rudalics
2021-08-20 15:44 ` David Phillips via Bug reports for GNU Emacs, the Swiss army knife of text editors
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=6567a97a-2ceb-cd4f-2f54-8b78e4865f5b@gmx.at \
--to=rudalics@gmx.at \
--cc=50112@debbugs.gnu.org \
--cc=dphillips@cfa.harvard.edu \
--cc=pillule@riseup.net \
/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.