emacs -Q (on Windows) M-x ielm RET *** Welcome to IELM *** Type (describe-mode) for help. ELISP> (setq *p* (make-network-process :name "test" :server t :service t :type 'datagram)) #<process test> ELISP> (delete-process *p*)
Emacs hangs. -- /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel