bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3998: 23.1; process status


From: Stefan Monnier
Subject: bug#3998: 23.1; process status
Date: Fri, 31 Jul 2009 15:27:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> (process-status nil) returns an error (please see below) in spite of
> it's documentation claiming that it's argument can indeed be nil.

It says that if the argument is nil, process-status will use the current
buffer's process.  But if the current buffer doesn't have any process,
then of course it'll signal an error.  That's why the error is:

                 Buffer gasket_tilting.mac has no process
rather than
                 nil is not a valid process


-- Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]