| Subject: | bug#3998: 23.1; process status |
|---|---|
| From: | Stefan Monnier |
| Date: | Fri, 31 Jul 2009 15:27:26 -0400 |
| Newsgroups: | gnu.emacs.bug |
> (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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | bug#3973: cleanup view-mode usage in vc-resynch-window, Stefan Monnier |
|---|---|
| Next by Date: | bug#3984: 23.0.96; defadvice of call-interactively defeats interactive-p, Stefan Monnier |
| Previous by Thread: | bug#3998: 23.1; process status, Dieter Wilhelm, H. |
| Next by Thread: | Processed: Merge file dialog bugs, Emacs bug Tracking System |
| Indexes: | [Date] [Thread] [Top] [All Lists] |