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

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

bug#13831: 24.3.50; [PATCH] net-utils-mode have no revert-buffer functio


From: Stefan Monnier
Subject: bug#13831: 24.3.50; [PATCH] net-utils-mode have no revert-buffer function
Date: Thu, 28 Feb 2013 09:04:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> It doesn't work:

> --8<---------------cut here---------------start------------->8---
> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>   start-process(nil "*netstat*" nil)
>   apply(start-process nil "*netstat*" nil nil)
>   (setq net-utils-mode-process (apply (quote start-process)
> net-utils-program-name (buffer-name) net-utils-program-name
> net-utils-program-args))

This backtrace clearly shows you tried this in a session that has
left-overs from your old code: the new code does not mention
net-utils-program-name.


        Stefan





reply via email to

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