dot/emacs: Get `w3m-el' to manage cookies.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 3 Jan 2013 06:11:44 +0000 (06:11 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 3 Jan 2013 06:11:44 +0000 (06:11 +0000)
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

index 20daa9b..68c0068 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       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)