unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36839: 26.1: unique frame names
@ 2019-07-29 16:16 Boruch Baum
  2019-07-29 17:00 ` Eli Zaretskii
  2019-07-29 17:43 ` Andreas Schwab
  0 siblings, 2 replies; 17+ messages in thread
From: Boruch Baum @ 2019-07-29 16:16 UTC (permalink / raw)
  To: 36839

Subject: 26.1; unique frame names

By default, emacs creates frames with unique names, in the form "Fnn".
Emacs also offers a documented variable `default-frame-alist', which one
can use to customize frame parameters, one of which is NAME. However, I
don't see documented anywhere how to specify that frame names should be
unique, and when setting the NAME parameter, all new frames are created with
identical names:

   (setq default-frame-alist '((name . "Frame_%")))

My attempt to trace the code ended with `make-terminal-frame', a
built-in function in ‘src/frame.c’, since I don't have that source file handy.

My expectation is that emacs should by default create frames with unique
names, similar to how it uniquely names buffers, by appending a number
to what would otherwise be a duplicate name.

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0





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

end of thread, other threads:[~2022-03-23 13:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-29 16:16 bug#36839: 26.1: unique frame names Boruch Baum
2019-07-29 17:00 ` Eli Zaretskii
2019-07-29 17:49   ` Boruch Baum
2019-07-29 18:00     ` Eli Zaretskii
2019-07-29 18:54       ` Boruch Baum
2019-07-29 19:28         ` Eli Zaretskii
2019-07-29 19:43           ` Boruch Baum
2019-07-30 15:11             ` Eli Zaretskii
2022-03-23 13:38               ` Lars Ingebrigtsen
2019-07-31  9:13     ` martin rudalics
2019-07-31 14:10       ` Eli Zaretskii
2019-08-01  8:54         ` martin rudalics
2019-08-02  8:57           ` Eli Zaretskii
2019-08-02 12:50             ` martin rudalics
2019-07-29 17:43 ` Andreas Schwab
2019-07-29 18:00   ` Boruch Baum
2019-07-29 20:42     ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).