auto-delete compile buffer

2003-02-19 Thread Diez B. Roggisch
else in the buffer-history? I'm usually using the C-Meta-l (XEmacs) keys to switch fast between the last two buffers visited. Now when a compilation has been done, pressing this keys will show the compilation buffer to me. Thanks for your help, Diez B. Roggisch

Re: auto-delete compile buffer

2003-02-19 Thread Diez B. Roggisch
Hi, Javier S. Lopez wrote: The method jde-compile-finish-kill-buffer takes care of removing the compilation window from the screen. if you add this lines: (run-at-time 3 sec nil 'kill-buffer (get-buffer-create *compilation*)) to your jde-compile-finish-kill-buffer method after the lines: