bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41719: 28.0.50; [FR] emacsclient should provide '--name' option as e


From: Po Lu
Subject: bug#41719: 28.0.50; [FR] emacsclient should provide '--name' option as emacs
Date: Sun, 12 Jun 2022 17:11:35 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Visuwesh <visuweshm@gmail.com> writes:

> I created the frame like so,
>
>     (make-frame '((name . "vz/calendar-frame")
>                   ;; (minibuffer . nil)
>                   (vertical-scroll-bars . nil)
>                   (font . "monospace-16")))

That's probably the wrong thing to do.  The instance name of the Emacs
session is `x-resource-name', not "vz/calendar-name".

> Probably because I noticed the `name' parameter first in `(elisp) Frame
> Parameters'.

I guess that part of the manual needs rewriting to warn against setting
the `name' parameter while creating a frame.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]