From 3d6231da04cd7ff9a3480815d4408349a0890d6e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 3 Jan 2013 06:11:44 +0000 Subject: [PATCH] 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. --- dot/emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.11.0