From: "John Hurst" <ajh@ajhurst.org>
To: "martin rudalics" <rudalics@gmx.at>
Cc: 73244@debbugs.gnu.org
Subject: bug#73244: Emacs29.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41
Date: Wed, 23 Oct 2024 10:59:53 +1100 [thread overview]
Message-ID: <ae4c4452-393b-478b-bd31-d7e7e5a773d1@app.fastmail.com> (raw)
In-Reply-To: <1a7ec2fb-484b-408d-9f5d-329baeb7f63b@gmx.at>
G'day Martin,
I've added the buffer outputs that you request in the context below.
They don't seem to be that informative? Have I misinterpreted your instructions?
cheers,
-- John Hurst
--
-- ajh AT ajhurst DOT org ~ ~~~&#:
-- (mob 0407 569 292) _..___ ---____@___H__
-- (local) ajh.co |_____[_|_________[__]_
-- (global) ajhurst.org oo oo oo O--O--O o=o
--
-- Hurst's Third Law of telecommunications:
-- ISPs are not as smart as spammers
On Mon, 21 Oct 2024, at 19:19, martin rudalics wrote:
>>> As a workaround you can also make an early init file (a file named
> >> ‘early-init.el’ in your ‘~/.emacs.d’ directory, see section 43.1.2 of
> >> the Elisp manual) containing
> >>
> >> (defun resize-me (frame)
> >> (set-frame-size frame 42 90))
> >>
> >> (add-hook 'after-make-frame-functions 'resize-me)
> >>
> >> and see what happens.
> >
> > I did this. There was already an early-init.el file present, and it
> > had just '(setq byte-compile-warnings '(cl-functions))' in it, which I
> > didn't think would matter. I added the code you mention, and ran
> > emacs - still the same small window.
>
> This is somewhat surprising because ISTR that some people used it to fix
> the problem (they still see the small frame for a short moment). Let's
> try the following: In your early-init.el file put
>
> (setq frame-size-history '(100))
>
> (defun resize-me (frame)
> (set-frame-size frame 42 90))
>
>
>
> start emacs -Q, then maximize the frame, do
>
> (progn
> (frame--size-history)
> (switch-to-buffer "*frame-size-history*"))
>
> and post the contents of that buffer.
Frame size history of #<frame *Minibuf-1* - GNU Emacs at newport 0x6433d870ba00>
>
> > I should mention that the small window only appears when emacs is
> > started from the launch bar. If I run emacs directly from a terminal
> > window, a more normal size window appears. (height 54, width 51) Not
> > what I'd call "exactly" normal, but better than the minuscule window I
> > was getting from the launch icon.
>
> Interesting find. Please put just
>
> (setq frame-size-history '(100))
>
> in your early-init.el file, start emacs -Q from the terminal window,
> then maximize the frame, do
>
> (progn
> (frame--size-history)
> (switch-to-buffer "*frame-size-history*"))
>
> and post the contents of that buffer.
Frame size history of #<frame *Minibuf-1* - GNU Emacs at newport 0x61089900b5b0>
>
> Many thanks, martin
next prev parent reply other threads:[~2024-10-22 23:59 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-14 2:42 bug#73244: Emacs29.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41 John Hurst
2024-09-14 2:45 ` bug#73245: " John Hurst
2024-09-14 7:23 ` Eli Zaretskii
2024-09-14 7:25 ` bug#73244: " Eli Zaretskii
2024-09-21 9:50 ` Eli Zaretskii
2024-09-21 9:58 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-21 11:19 ` Eli Zaretskii
2024-10-05 9:55 ` Eli Zaretskii
2024-10-05 11:05 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-12 11:48 ` Eli Zaretskii
2024-10-13 21:29 ` John Hurst
2024-10-13 23:33 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-14 13:33 ` Eli Zaretskii
2024-10-14 15:58 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
[not found] ` <1c429b02-0407-4f9c-8e94-f012463adb01@app.fastmail.com>
[not found] ` <fa8dff61-d923-4fcc-8e90-c76aeb355095@gmx.at>
[not found] ` <cb955552-3695-4160-9514-625b8426db33@app.fastmail.com>
2024-10-21 8:18 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
[not found] ` <e8252eea-b499-4ce1-8e9d-6e7193ff8fb2@app.fastmail.com>
2024-10-21 8:19 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-22 23:59 ` John Hurst [this message]
2024-10-23 8:15 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-26 2:01 ` John Hurst
2024-10-26 8:43 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-27 7:32 ` John Hurst
2024-10-27 8:47 ` martin rudalics 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=ae4c4452-393b-478b-bd31-d7e7e5a773d1@app.fastmail.com \
--to=ajh@ajhurst.org \
--cc=73244@debbugs.gnu.org \
--cc=rudalics@gmx.at \
/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.