1 Variable w3m-user-agent-default-alist
It had been defined as a macro, but the macro was specifying a
symbol when the value of that symbol was needed.
To reproduce the bug:
Evaluate variable w3m-user-agent
M-x w3m-user-agent-change to something other than the default
Evaluate variable w3m-user-agent
M-x w3m-user-agent-change to the default
Evaluate variable w3m-user-agent
2 The former values in variable w3m-user-agent-alist have aged, and
are no longer popular or current.
https://raw.githubusercontent.com/Kikobeats/top-user-agents/master/index.json
3 Variable w3m-user-agent-site-specific-alist had previously required
explicitly entering a user-agent string, but that is most often
going to be a duplicate of an entry in variable
w3m-user-agent-alist, so the definition was changed to allow an
explicit reference to an element of w3m-user-agent-alist, which is
expected to be more user-friendly / easier to read.
https://github.com/emacs-w3m/emacs-w3m/pull/106
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.