RE: Suppressing compilation buffer

2002-08-12 Thread Sandip Chitale
Can the 'compilation-old-error-list' or 'compilation-error-list' variables be used to detect presence or absense of error messages in the compilation buffer instead of string-match in the code below ? Here are the doc strings for the variables - compilation-old-error-list's value is nil

RE: Suppressing compilation buffer

2002-08-02 Thread Paul Kinnucan
-compile-fin-hook))) -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 11:20 AM To: Naoya Maruyama Cc: [EMAIL PROTECTED] Subject: Suppressing compilation buffer Naoya Maruyama writes: Hi, When compiling

RE: Suppressing compilation buffer

2002-07-31 Thread Sprenger, Karel
Hi, Jack's function works like a charm. Great! Cheers, Karel -Original Message- From: Jack Donohue [mailto:[EMAIL PROTECTED]] Sent: dinsdag 30 juli 2002 20:25 To: 'Paul Kinnucan'; Naoya Maruyama Cc: [EMAIL PROTECTED] Subject: RE: Suppressing compilation buffer I added this to my

Re: Suppressing compilation buffer

2002-07-31 Thread Jeff Rancier
4:55 AM Subject: RE: Suppressing compilation buffer Hi, Jack's function works like a charm. Great! Cheers, Karel -Original Message- From: Jack Donohue [mailto:[EMAIL PROTECTED]] Sent: dinsdag 30 juli 2002 20:25 To: 'Paul Kinnucan'; Naoya Maruyama Cc: [EMAIL PROTECTED] Subject: RE

Re: Suppressing compilation buffer

2002-07-31 Thread Jeff Rancier
Maruyama [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 8:55 AM Subject: Re: Suppressing compilation buffer Hi, Thanks Jack very much for your nice lisp code. Jeff, I'm using it without any errors. My .emacs is as follows: ; Displays the compile buffer for a few seconds

RE: Suppressing compilation buffer

2002-07-31 Thread Erwin Achermann
, 2002 8:25 PM To: 'Paul Kinnucan'; Naoya Maruyama Cc: [EMAIL PROTECTED] Subject: RE: Suppressing compilation buffer I added this to my .emacs ... It displays the compile buffer for a few seconds, but if there are no errors removes the compile buffer. (defun my-jde-compile-fin-hook (buf

Re: Suppressing compilation buffer

2002-07-31 Thread Naoya Maruyama
- From: Sprenger, Karel [EMAIL PROTECTED] To: Jack Donohue [EMAIL PROTECTED]; Paul Kinnucan [EMAIL PROTECTED]; Naoya Maruyama [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 4:55 AM Subject: RE: Suppressing compilation buffer Hi, Jack's function works like a charm