;show more info in taskbar/icon than just "Emacs" (setq-default frame-title-format (list "Emacs: %65b %f")) (setq-default icon-title-format (list "%b")) ...
Okay, I have a directory that consists entirely of source code, and object files( *.f90, *.o). Each object has the same name as the source file it cam e from. Basically, I want to be able to type ...