summaryrefslogtreecommitdiff
path: root/lisp/epa-ks.el
Commit message (Collapse)AuthorAgeFilesLines
* Prefer seq-random-elt to nth+randomStefan Kangas2021-09-241-2/+1
| | | | | | | | | | | | | | | | | * lisp/emacs-lisp/seq.el (seq-random-elt): Autoload. * lisp/avoid.el (mouse-avoidance-random-shape): * lisp/epa-ks.el (epa-ks--query-url): * lisp/erc/erc-networks.el (erc-server-select): * lisp/gnus/gnus-fun.el (gnus--random-face-with-type) (gnus-fun-ppm-change-string): * lisp/net/soap-inspect.el (soap-sample-value-for-xs-simple-type): * lisp/obsolete/landmark.el (landmark-random-move): * lisp/play/mpuz.el (mpuz-build-random-perm): * lisp/play/zone.el (zone-pgm-stress): * lisp/vc/add-log.el (add-change-log-entry): * test/lisp/net/tramp-tests.el (tramp-test44-asynchronous-requests): Prefer seq-random-elt to nth+random.
* Improve random selection of keyserversPhilip Kaludercic2021-06-011-16/+24
| | | | | | | * epa-ks.el (epa-keyserver): Interpret a list as a pool. (epa-ks--query-url): Add new auxiliary function. (epa-ks--fetch-key): Use epa-ks--query-url. (epa-search-keys): Use epa-ks--query-url.
* Don't mark interactive commands as internal functionsPhilip K2021-05-121-9/+9
| | | | | * lisp/epa-ks.el (epa-ks-search-mode-map): Rename commands from "--" to "-" throughout.
* Improve doc strings and prompt in epa-ks.elEli Zaretskii2021-05-121-6/+6
| | | | | | * lisp/epa-ks.el (epa-ks--mark-key-to-fetch, epa-ks--fetch-key) (epa-search-keys): Doc fixes. (epa-ks-do-key-to-fetch): Better wording for the fetch prompt.
* Update email address in epa-ks.elLars Ingebrigtsen2021-05-121-1/+1
|
* All a GPG key server clientPhilip K2021-05-121-0/+337
* lisp/epa-ks.el (epa-keyserver): New file (bug#39886). * doc/misc/epa.texi (Quick start): Mention it. (Querying a key server): Document it.