At 11:34 AM 8/15/2001 -0400, you wrote: >I notice down in the mode-line JDE conviently puts the class/method >names. I notice too that they are abbreviated. Is there any way I could >put the class/method names (unabbreviated) in the frame title of my >X-window running emacs? In addition, when I switch from buffer to >buffer, the frame title would automatically be updated. > I'm one of those >people that split their emacs into several buffers and thus having the >class/method names in the mode-line don't help too much. > >I currently have in my frame title (via .emacs file) : > >(setq frame-title-format "%b %l:%c %p) Hi Jim, Since frame-title-format uses mode-line-format, it should be fairly easy to add an option to jde-which-method-mode to put the method name in the frame title instead or or in addition to the mode line. I'm too busy with other things to undertake this at the moment. Perhaps somebody else might be willing. Regards, Paul
