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
I use
(setq frame-title-format "%b - emacs")
to include the current buffer name in the frame title.