[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole 5e85e72772 107/143: hyperbole-web-search-alis
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole 5e85e72772 107/143: hyperbole-web-search-alist: Add 'ducKduckgo' search engine |
Date: |
Mon, 19 Feb 2024 15:59:23 -0500 (EST) |
branch: externals/hyperbole
commit 5e85e727729a0c62c9afc14df897f8c3cca29659
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>
hyperbole-web-search-alist: Add 'ducKduckgo' search engine
---
ChangeLog | 1 +
hsettings.el | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 03c9b62577..0b28e17d38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* hsettings.el (hyperbole-web-search, hyperbole-read-web-search-arguments):
Update
to not prompt for search-term if the service is a function rather than a
string.
In such cases, the function should prompt for the search term.
+ (hyperbole-web-search-alist): Add 'ducKduckgo' search engine.
2024-01-20 Mats Lidell <matsl@gnu.org>
diff --git a/hsettings.el b/hsettings.el
index 2a51793411..01a7bc6304 100644
--- a/hsettings.el
+++ b/hsettings.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 15-Apr-91 at 00:48:49
-;; Last-Mod: 20-Jan-24 at 15:05:31 by Bob Weiner
+;; Last-Mod: 20-Jan-24 at 15:49:24 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -260,6 +260,7 @@ Hyperbole, and then restart Emacs."
("Bing" . "http://www.bing.com/search?q=%s";)
;; Wikipedia Dictionary
("Dictionary" . "https://en.wiktionary.org/wiki/%s";)
+ ("ducKduckgo" . "https://duckduckgo.com/?q=%s";)
("Elisp" . "http://www.google.com/search?q=%s+filetype:el";)
;; Facebook Hashtags
("Facebook" . "https://www.facebook.com/hashtag/%s";)
- [elpa] externals/hyperbole 29fd0c8540 060/143: Update manual for "hsys-flymake.el" and add to hkey-alist, (continued)
- [elpa] externals/hyperbole 29fd0c8540 060/143: Update manual for "hsys-flymake.el" and add to hkey-alist, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 721ab10894 063/143: hsys-flymake.el improvements; hyrolo-tests.el improvements, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 270aab31c7 074/143: Matsl rsw fix more warnings reported by ci/cd (#438), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole d5a9715ef0 079/143: Fix hyrolo-org-mode to conditionalize ref to org-fold if unbound, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 34d4e22f28 087/143: Add tests with more file types and outline structure depth, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 2c67943e47 084/143: Fix a few warnings/bugs pointed out by the byte-compiler, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 2f2d51b816 088/143: Merge pull request #444 from rswgnu/matsl-rsw-add-tests-for-forward-and-backwards-using-multi-file-and-depth-structure, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 7ad3cabb7e 098/143: Revert "Remove skip guard on test that works in batch mode" (#448), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 68564a0f0d 110/143: Enable HyRolo's extended reveal-mode used in *HyRolo* buffer, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 92ee298bf4 111/143: HyRolo - Fix major-mode and reveal-mode issues affecting *HyRolo*, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 5e85e72772 107/143: hyperbole-web-search-alist: Add 'ducKduckgo' search engine,
ELPA Syncer <=
- [elpa] externals/hyperbole 2f5d06dd4c 012/143: Add tests for hpath:expand and hpath:expand-list, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole c73e948516 022/143: Merge pull request #422 from rswgnu/matsl-rsw-hui-link-possible-types, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole f4fccc5abf 025/143: Merge pull request #423 from rswgnu/matsl-rsw-ignore-local-vars-in-demo, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole d4c881007b 035/143: Add remaining test cases for fast-demo, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 1e8006fc19 053/143: Fix more regexps and remove not working visibility check, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 1e1d2950e4 041/143: hyperbole.texi - add doc for Smark Key handling in ERT result bufs, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 9c25ca128a 051/143: Add test for moving up from sub header, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole f098816abd 055/143: Add hsys-flymake.el; fix text-toc actype and {C-u C-h A}, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 1154b391e3 011/143: Fix link-to-regexp-match to use 'n' count during regexp search, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole bd5f59b2e0 016/143: hyrolo-mode-map - add [ and ] keys to move to prev and next @loc>, ELPA Syncer, 2024/02/19