Adding the following snippet into your .emacs file (typically located in your home directory) will cause the filename of the current buffer to appear in the title bar. This is a quick fix that can make managing multiple emacs windows much easier.
;; Show filename in title bar (setq frame-title-format "%b - Emacs")





