summaryrefslogtreecommitdiff
path: root/helm-net.el
Commit message (Collapse)AuthorAge
* Add function for opera browser.Thierry Volpiatto2017-05-10
| | | | | | | * helm-net.el (helm-browse-url-opera-program): New. (helm-browse-url-default-browser-alist): Use it. (helm-browse-url-firefox): Only docstring fix. (helm-browse-url-opera): New browse-url fn.
* Change helm-net HTTP URLs to HTTPSEtienne2017-05-03
| | | | | | | | | | | | | | | | * helm-net.el (helm-home-url): Change the TLD to `com` since Google automatically handles region version. (helm-google-suggest-search-url): Use the encrypted version of Google Search for better privacy. (helm-wikipedia-suggest-url): Add string format. (helm-wikipedia-summary-url): Change URL scheme to HTTPS and add string format. (helm-search-suggest-action-youtube-url): (helm-search-suggest-action-google-maps-url): (helm-search-suggest-action-google-news-url): Change URL scheme to HTTPS. (helm-google-suggest-fetch): (helm-wikipedia-suggest-fetch): (helm-wikipedia--get-summary): Use format instead of concat.
* Add helm-wikipedia-show-summary and refactor accordinglyAdam Porter2017-04-20
| | | | | | | | | | | | | | | This adds a new action based on helm-wikipedia-persistent-action that exits Helm and shows an article summary in a permanent buffer. * helm-net.el: Do it. - (helm-wikipedia-show-summary): Add function. - (helm-wikipedia-persistent-action): Factor out summary-getting code... - (helm-wikipedia--get-summary): ...into new function. - (helm-wikipedia-fetch-summary): Rename to... - (helm-wikipedia--fetch-summary): ...this, as private function. - helm-wikipedia-map: New keymap for Wikipedia source. - helm-source-wikipedia-suggest: Add action and keymap. - (helm-wikipedia-show-summary-action): New action.
* Use assq and memq where needed.Thierry Volpiatto2017-03-22
| | | | | | | | | | | | | | | * helm-adaptive.el (helm-adapt-use-adaptive-p): Do it. * helm-bookmark.el (helm-bookmark-image-bookmark-p): Do it. * helm-font.el (helm-source-xfonts): Do it. * helm-net.el (helm-google-suggest-parser): Do it. (helm-wikipedia--parse-summary): Do it. * helm.el (helm-initialize): Do it. (helm-get-cached-candidates): Do it. (helm-update): Do it. (helm-update-source-p): Do it. (helm-output-filter--process-source): Do it. (helm-execute-selection-action-1): Do it. (helm-file-completion-source-p): Do it.
* Update copyrights.Thierry Volpiatto2017-01-01
|
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
| | | | Done according to helm-bbdb syohei commit (thanks).
* Don't use follow in wikipedia suggest.Thierry Volpiatto2016-08-25
|
* Fix helm-browse-url-firefox.Thierry Volpiatto2016-07-02
| | | | * helm-net.el (helm-browse-url-firefox): Encode url and quote it.
* Fix copyrights.Thierry Volpiatto2016-03-05
|
* Unquote lambda's.Thierry Volpiatto2015-09-30
|
* No need to use browse-url-encode-url in helm-browse-url-firefox.Thierry Volpiatto2015-09-12
| | | | * helm-net.el (helm-browse-url-firefox): Do it.
* Remove new firefox fn from default as it may not work on Windows.Thierry Volpiatto2015-09-12
| | | | | * helm-net.el (helm-browse-url-default-browser-alist): Do it. (helm-browse-url-firefox): Add note in docstring.
* New browse url fn to detach firefox from emacs.Thierry Volpiatto2015-09-12
| | | | | | * helm-net.el (helm-browse-url-firefox-new-window): New user var. (helm-browse-url-default-browser-alist): Add new firefox fn to default. (helm-browse-url-firefox): New.
* Allow customization of google actions, use helm-source.Thierry Volpiatto2015-08-20
| | | | | | * helm-net.el (helm-google-suggest-actions): (helm-source-google-suggest): Use helm-source and new action var. (helm-source-wikipedia-suggest): Use helm-source.
* Don't use default parser in helm-net--url-retrieve-sync.Thierry Volpiatto2015-08-20
| | | | | | * helm-net.el (helm-net--url-retrieve-sync): Do it. No optional arg now. (helm-google-suggest-parser): New. (helm-google-suggest-fetch): Use it.
* Fix trailing white space.Thierry Volpiatto2015-08-20
|
* Rename helm-google-suggest-use-curl-p and make it obsolete.Thierry Volpiatto2015-08-20
| | | | | * helm-net.el (helm-net-prefer-curl): New. (helm-net--url-retrieve-sync): Use it.
* Fix wikipedia url.Thierry Volpiatto2015-08-20
| | | | * helm-net.el (helm-wikipedia-suggest-url): Use https.
* Simplify url query - drop yahoo suggest.Thierry Volpiatto2015-08-20
| | | | | | | * helm-net.el (helm-net--url-retrieve-sync): New. (helm-google-suggest-fetch): Do it. (helm-wikipedia-suggest-fetch): Do it. (helm-wikipedia-fetch-summary): Do it.
* Require helm-help in several places.Thierry Volpiatto2015-07-14
|
* And remove obsolete variable for google suggest (#1033).Thierry Volpiatto2015-05-25
| | | | * helm-net.el: Do it.
* Remove obsolete number of results in google suggest (#1033).Thierry Volpiatto2015-05-25
| | | | | * helm-net.el (helm-google-suggest-fetch, (helm-google-suggest-set-candidates)): Do it.
* Update copyrights.Thierry Volpiatto2015-03-24
|
* Use a format string for url's in web search (#866).Thierry Volpiatto2015-02-11
| | | | | | | * helm-net.el (helm-google-suggest-search-url, helm-yahoo-suggest-search-url, helm-yahoo-suggest-action, helm-google-suggest-action): Do it.
* * helm-net.el: Allow using conkeror.Thierry Volpiatto2014-07-05
|
* Finally reindent with the cl indentation behavior of 24.4.50.Thierry Volpiatto2014-04-25
| | | | | It have font-lock broken in some place but is not broken as in 24.3.90. So perhaps it is the best option for now.
* Reindent all again.Thierry Volpiatto2014-04-25
|
* Reindent all files again.Thierry Volpiatto2014-04-25
| | | | * helm-elisp-package.el: Use with instead of let.
* * helm-net.el (helm-surfraw-duckduckgo-url): Finally don't quote pattern but ↵Thierry Volpiatto2014-04-23
| | | | | | url-hexify-string's it in helm-surfraw. (helm-surfraw): do it.
* * helm-net.el (helm-surfraw-duckduckgo-url): quote query.Thierry Volpiatto2014-04-22
|
* Reindent all files.Thierry Volpiatto2014-04-18
|
* Revert commit ab7ffa04af5f7da053ad6adb0df3c5684ec6666cThierry Volpiatto2014-04-04
|
* * helm.el: Add a plugin for keymap to ensure original helm-map is used by ↵Thierry Volpiatto2014-04-04
| | | | | | | | default when no keymap is found. * helm-bookmark.el: Fix unused backquote. * helm-buffers.el: Remove now unuseful keyamp attrs set to helm-map. * helm-net.el: Same.
* * helm-net.el (helm-wikipedia-persistent-action): Fix buffer name.Thierry Volpiatto2014-03-31
|
* * helm-net.el (helm-wikipedia-persistent-action): Don't use switch-to-buffer.Thierry Volpiatto2014-03-31
| | | | | (helm-source-yahoo-suggest, helm-source-google-suggest, helm-source-wikipedia-suggest): bind keymap. This prevent escaping helm with the mouse.
* * helm-net.el (helm-wikipedia-follow-delay): new user var.Thierry Volpiatto2014-03-30
|
* Add follow-delay attr to wikipedia source (#467)Thierry Volpiatto2014-03-30
| | | | | | * helm.el: New attr follow-delay. * helm-help.el: Document it. * helm-net.el: Use it in wikipedia source.
* * helm-net.el (helm-wikipedia-persistent-action): Don't run when candidate ↵Thierry Volpiatto2014-03-30
| | | | is Search for...
* Enable follow-mode in wikipedia suggest (#467)Thierry Volpiatto2014-03-30
| | | | | | * helm.el (helm-follow-input-idle-delay): New var, when bound following happen after this delay. * helm-net.el (helm-wikipedia-suggest): Use it. (helm-source-wikipedia-suggest): Enable follow.
* * helm-net.el (helm-wikipedia--summary-cache): Add caching.Thierry Volpiatto2014-03-30
| | | | (helm-wikipedia--summary-cache): new hash-table.
* * helm-net.el: Minor changes to last wikipedia feature (use "when" when ↵Thierry Volpiatto2014-03-29
| | | | possible which is more readable)
* Added persistent action to wikipedia suggest which shows the summary of a topic.nerton2014-03-29
|
* * helm-net.el (helm-wikipedia-suggest-fetch): Remove second arg of ↵Thierry Volpiatto2014-03-28
| | | | url-retrieve-synchronously for compatibility.
* * helm-net.el (helm-wikipedia-parse-buffer): New.Thierry Volpiatto2014-03-28
| | | | (helm-wikipedia-suggest-fetch): Use it allow using curl to fetch data.
* * helm-net.el: declare json-read-from-string.Thierry Volpiatto2014-03-28
|
* * helm-net.el: Fix and simplify wikipedia suggestions.Thierry Volpiatto2014-03-28
|
* Added source and preconfigured function for Wikipedia lookup with Wikipedia ↵nerton2014-03-26
| | | | suggestions.
* Added additional actions to Google Suggestions.nerton2014-03-12
|
* Update copyrights.Thierry Volpiatto2014-01-02
|
* * helm-net.el: Remove delayed attr in google and yahoo sources.Thierry Volpiatto2013-12-26
| | | | | (helm-source-google-suggest, helm-source-yahoo-suggest): do it.