mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/ffap.el (ffap-machine-p): Handle "not known" response.
Fixes: debbugs:14929
This commit is contained in:
parent
198fa21756
commit
86c4097015
2 changed files with 6 additions and 1 deletions
|
|
@ -459,7 +459,8 @@ Returned values:
|
|||
(let ((mesg (car (cdr error))))
|
||||
(cond
|
||||
;; v18:
|
||||
((string-match "^Unknown host" mesg) nil)
|
||||
((string-match "\\(^Unknown host\\|Name or service not known$\\)"
|
||||
mesg) nil)
|
||||
((string-match "not responding$" mesg) mesg)
|
||||
;; v19:
|
||||
;; (file-error "connection failed" "permission denied"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue