all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* About the new frame title
@ 2020-09-14  8:27 Angelo Graziosi
  2020-09-14 15:17 ` Eli Zaretskii
  0 siblings, 1 reply; 19+ messages in thread
From: Angelo Graziosi @ 2020-09-14  8:27 UTC (permalink / raw)
  To: emacs-devel@gnu.org

I have just built Emacs master (on GNU/Linux) and see the new frame title. Anyway, I noticed a strange behavior. 

In my init file I have this code:

(setq default-frame-alist
      '(
        (width . 115) ; character
        (height . 51) ; lines
        ;;(left . (- 0)); pixel
        ;;(top  . (+ 0)); pixel
        (left . 850); pixel
        (top  .   0); pixel
        (font . "Monospace-11") ; font
        ))

When I start Emacs clicking the icon on the task bar, its frame for less than a second is squared (its default size?) then assume the size following the above code.

When it is squared, the frame title is still "emacs@myPC", only when it assume the final size it take the new frame title (buffer - GNU Emacs at ...)

I wonder if this is what you want with this change or if in its code, somewhere, there is still the old title coded.

BTW, I tried to start Emacs without the init file but it is too fast and I cannot establish the above things.

Thanks,
  Angelo.



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-11-15  1:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-14  8:27 About the new frame title Angelo Graziosi
2020-09-14 15:17 ` Eli Zaretskii
2020-09-14 15:52   ` Angelo Graziosi
2020-09-19 13:21     ` Stefan Kangas
2020-09-19 14:39       ` Eli Zaretskii
2020-09-24  8:57         ` Stefan Kangas
2020-09-24 14:46           ` Eli Zaretskii
2020-09-25 12:38             ` Angelo Graziosi
2020-09-25 12:41               ` Eli Zaretskii
2020-09-25 13:31                 ` Angelo Graziosi
2020-09-25 13:42                   ` Eli Zaretskii
2020-11-13 23:10             ` Stefan Kangas
2020-11-13 23:51               ` Andrea Corallo via Emacs development discussions.
2020-11-14  7:26               ` Eli Zaretskii
2020-11-14 14:47                 ` Stefan Kangas
2020-11-14 15:10                   ` Eli Zaretskii
2020-11-15  1:44                     ` Stefan Kangas
2020-09-19 21:22       ` Angelo Graziosi
2020-09-24  8:37         ` Stefan Kangas

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.