help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-w3m question


From: Jon Fineman
Subject: Re: emacs-w3m question
Date: Wed, 02 Nov 2022 13:44:53 -0400
User-agent: Notmuch/0.37 (https://notmuchmail.org) Emacs/28.2 (x86_64-unknown-openbsd)

When I run this with emacs -q I get redirected. When I launch this
with my regular emacs I don't get redirected.

I just tried launching emacs -q and running the following:
(require 'package)
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/";))
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/";))
(package-initialize)

(require 'w3m-load)
(setq mm-text-html-renderer 'w3m)

And still got the odd return. Then I unset any environment variables
that had my UTF settings. Also I renamed my ~/.w3m config directory as
there is some overlap in the usage.

What else might influence this?

A sample of what was returned. I removed the unprintable characters.
Location: https://lite.duckduckgo.com/lite/                                    
?B?????3]x??E?B????\_Z\^J????????G?K??!?M?0??SA\?Y?8?_?^~??]??Kx??x??D



Michael Heerdegen <michael_heerdegen@web.de> writes:

> Jon Fineman <jon@fineman.me> writes:
>
>> When I go to some sites for example <https://duckduckgo.com/> using
>> w3m the page returned appears to be binary. Most sites work. Stand
>> alone w3m works for duckduckgo.com.
>
> I don't see that.  Going to this url in w3m redirects me to
> https://lite.duckduckgo.com/lite/ and that works fine.
>
> Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]