Re: Offtopic: thread dump in emacs shell-mode

2002-12-11 Thread Ben Menasha
From: Sebastian Hauer [EMAIL PROTECTED] Does someone know how to send Control-Break to the running java process? the command, comint-quit-subjob should do what you want. -b - Original Message - From: Sebastian Hauer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 11,

Re: [OT] Buffer loading magic?

2002-10-30 Thread Ben Menasha
[OT] Buffer loading magic?James Higginbotham writes Can someone point me to something that would allow me to toggle between the source and unit test for a class, if wrote this a long time ago, the code sucks but it works ( i no longer use it).. just set the two variables to the source and test

Re: How do I byte-compile without using make?

2002-07-18 Thread Ben Menasha
The following functions should be used with care. Often complex lisp packages (like eieio) contain eval-when-compile forms which, when executed, break functionality. So when you byte compile such packages you need to restart emacs just type M-x compile-all-lisp or