jed-users mailing list

[2002 Date Index] [2002 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: File name in window title of xjed


On 17 Dec 2002 16:33:50 +0100 wrote Dirk Pahl <dirk.pahl@xxxxxxxxxxxxx>:

> Hello,
> 
> can anybody tell me, how I can show the file name in the window title
> bar of xjed. 

#ifdef XWINDOWS
% set the Window-name to buffer name under X
static define x_set_window_name_hook (old_buffer)
{
   x_set_window_name ("Jed (" +whatbuf () + ")");
}
add_to_hook ("_jed_switch_active_buffer_hooks", & x_set_window_name_hook);
#endif

in your .jedrc file will do the trick.

Günter

--
Milde at ife.et.tu-dresden.de


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2002 date index] [2002 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]