>>>> "Vin" == Vin Shelton <acs(a)xemacs.org>
writes:
Vin> Is there a need for a 21.1 version of this patch? What is the
Vin> problematic code as far as gcc-2.95.2 is concerned?
Vin: Please ignore this patch for 21.1. I made a mistake when making
my 1000-doc-bug-fix patch, which is too risky for 21.1. Yes, I should
have been more careful to make no actual code changes at that time.
Vin> Martin Buchholz <martin(a)xemacs.org> writes:
> >>>>> "K" == Katsumi Yamaoka
<yamaoka(a)jpl.org> writes:
>
K> Hi,
K> I am using latest XEmacs 21.2 CVS. The function `process-status' does
K> not work if the argument is a string. It should return `nil' when the
K> process does not exist.
>
K> (condition-case err
K> (process-status "XXXXXXXX")
K> (error err))
K> => (error "Process XXXXXXXX does not exist")
>
>> My fault.
>
>> (martin@lasker) ~cdws/dev $ cvs-diff
>> Index: src/ChangeLog
>> ===================================================================
>> RCS file: /usr/CVSroot/XEmacs/xemacs/src/ChangeLog,v
>> retrieving revision 1.154.2.735
>> diff -u -w -U0 -r1.154.2.735 ChangeLog
>> --- src/ChangeLog 2000/11/06 15:20:39 1.154.2.735
>> +++ src/ChangeLog 2000/11/07 02:10:42
>> @@ -0,0 +1,5 @@
>> +2000-11-07 Martin Buchholz <martin(a)xemacs.org>
>> +
>> + * process.c (Fprocess_status): Revert to previous behavior:
>> + (process-status "nosuchprocess") ==> nil
>> +