I am having trouble getting emacs title to show full path, I followed below thread and copied the setq-default cmd into my ~/.emacs, but it still shows emacs@host in the title. I am using emacs 24.3.1 on GNU/Linux
(setq-default frame-title-format '("%f [%m]"))
How to change the frame title from `emacs@host` to visited file name