From: Mark Wooding Date: Thu, 3 Jan 2013 06:11:44 +0000 (+0000) Subject: dot/emacs: Get `w3m-el' to manage cookies. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/3d6231da04cd7ff9a3480815d4408349a0890d6e dot/emacs: Get `w3m-el' to manage cookies. Well, a bit, at least. It's really bad at it: it thinks that the attributes following a cookie assignment in a `Set-Cookie' header are more cookies. But it's good enough for jazz. --- diff --git a/dot/emacs b/dot/emacs index 20daa9b..68c0068 100644 --- a/dot/emacs +++ b/dot/emacs @@ -292,7 +292,8 @@ browse-url-generic-program "mdw-chrome" browse-url-mozilla-program "firefox") -(setq w3m-default-display-inline-images t) +(setq w3m-default-display-inline-images t + w3m-use-cookies t) (eval-after-load "w3m" '(let ((entries '(("application/pdf" "\\.pdf\\'" ("evince" file) nil)