emacs-devel
[Top][All Lists]
Advanced

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

make-network-process: Breaks after recent update from GitHub


From: T.V Raman
Subject: make-network-process: Breaks after recent update from GitHub
Date: Thu, 12 Jul 2018 13:24:18 -0700 (PDT)

Looks like that function went through some changes last week -- (july
9 etc) and a fresh build from GitHub results in the following call
failing:
(git blame shows both Stephane and Noam working around that area of
the code)

(make-network-process  :name "nc-connect"
                                   :family 'local
                                   :remote "/tmp/foo)
where /tmp/foo is a socket in /tmp.

The error thrown doesn't say anything useful, backtrace indicates it
got nil where it expected a string. 

The same call works in 26.1 -- and worked on Emacs built from head
until I updated yesterday evening.

-- 
Id: kg:/m/0285kf1 

-- 
Id: kg:/m/0285kf1 



reply via email to

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