tkf / emacs-request

Request.el -- Easy HTTP request for Emacs Lisp
http://tkf.github.com/emacs-request/
GNU General Public License v3.0
617 stars 91 forks source link

Auth digest #177

Closed dickmao closed 4 years ago

dickmao commented 4 years ago

@ndw rather than keying off host and port, perhaps it'd be more natural just to key off host?

it'd also be nice to have emacs prompt the user if the auth entry is missing.

dickmao commented 4 years ago

Your commits have been merged. Thank you.

ndw commented 4 years ago

Fabulous! Thank you, and thank you for taking the time to show me how my elisp could be improved!