[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to set the instance name of a new emacs frame?
From: |
stefano . sabatini-lala |
Subject: |
Re: How to set the instance name of a new emacs frame? |
Date: |
15 Jun 2006 10:28:42 -0700 |
User-agent: |
G2/0.2 |
RjjdBae escreveu:
> How about
> (set-frame-name "Your-choice-of-name")
>
> Bob
(set-frame-name "foo")
set the "title" of the frame, but not the instance name.
>From xprop I get:
WM_ICON_NAME(STRING) = "foo"
WM_NAME(STRING) = "foo"
*but*
WM_CLASS(STRING) = "emacs21", "Emacs"