When I start emacs, I can use the --title= option to control the title of the x-window that holds the emacs application. Is it possible to change the title after emacs starts f
M-x set-frame-name NewName RET
and from elisp
(set-frame-name "NewName")