[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/osm 25621bb80e 41/77: curl add --fail argument
From: |
ELPA Syncer |
Subject: |
[elpa] externals/osm 25621bb80e 41/77: curl add --fail argument |
Date: |
Mon, 7 Mar 2022 08:58:06 -0500 (EST) |
branch: externals/osm
commit 25621bb80e1cccf68efea69ddf95aba9f5a1edcd
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
curl add --fail argument
---
osm.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/osm.el b/osm.el
index 413b080246..e864e0e469 100644
--- a/osm.el
+++ b/osm.el
@@ -311,7 +311,7 @@ We need two distinct images which are not `eq' for the
display properties.")
:connection-type 'pipe
:noquery t
:command
- (list "curl" "-s" "-o" tmp (osm--tile-url x y zoom))
+ (list "curl" "-f" "-s" "-o" tmp (osm--tile-url x y zoom))
:filter #'ignore
:sentinel
(lambda (_proc status)
@@ -675,7 +675,7 @@ We need two distinct images which are not `eq' for the
display properties.")
(json-parse-string
(shell-command-to-string
(concat
- "curl -s "
+ "curl -f -s "
(shell-quote-argument
(format
"https://nominatim.openstreetmap.org/reverse?format=json&zoom=%s&lon=%s&lat=%s"
(min 18 (max 3 osm--zoom)) (osm--lon) (osm--lat)))))
@@ -705,7 +705,7 @@ We need two distinct images which are not `eq' for the
display properties.")
nil nil nil 'osm--search-history))
(json (json-parse-string
(shell-command-to-string
- (concat "curl -s "
+ (concat "curl -f -s "
(shell-quote-argument
(concat
"https://nominatim.openstreetmap.org/search?format=json&q="
(url-encode-url search)))))
- [elpa] externals/osm ff8ff68b4d 65/77: Check if bookmarks are present, (continued)
- [elpa] externals/osm ff8ff68b4d 65/77: Check if bookmarks are present, ELPA Syncer, 2022/03/07
- [elpa] externals/osm cb191d426f 76/77: Version 0.2, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 8e8e4583f5 74/77: More robust mouse dragging, ELPA Syncer, 2022/03/07
- [elpa] externals/osm d776cdb343 42/77: Fix melpa issues (See https://github.com/melpa/melpa/pull/7936), ELPA Syncer, 2022/03/07
- [elpa] externals/osm 5b82b32201 28/77: Add server descriptions, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 832bce78f8 72/77: Implement proper map dragging with the mouse, ELPA Syncer, 2022/03/07
- [elpa] externals/osm df844cd56b 30/77: Add osm-rename command, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 458257fa1f 19/77: Improve tile loading, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 699aae27b1 20/77: Rename osm-new to osm-home, ELPA Syncer, 2022/03/07
- [elpa] externals/osm d830691585 61/77: README: Remove wishlist, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 25621bb80e 41/77: curl add --fail argument,
ELPA Syncer <=
- [elpa] externals/osm b300e42d9f 68/77: Add transient pin, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 28d3305bef 32/77: Improve handling of generated names, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 833793ed6c 77/77: Use grid placeholder, ELPA Syncer, 2022/03/07
- [elpa] externals/osm adc8156a70 37/77: README: Add more examples, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 7ac6f60b90 39/77: README update, ELPA Syncer, 2022/03/07
- [elpa] externals/osm ff5c089087 52/77: Update completion predicates, ELPA Syncer, 2022/03/07
- [elpa] externals/osm d5c5dc6ffd 75/77: Mouse dragging: Check window, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 162f883f80 35/77: Reuse existing buffer, ELPA Syncer, 2022/03/07
- [elpa] externals/osm 9053d8a930 16/77: Indentation, ELPA Syncer, 2022/03/07
- [elpa] externals/osm f2fba2ebdf 43/77: Auto rename the buffers, ELPA Syncer, 2022/03/07