[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reload twice with minimal (?) example and 'emacs -q'
On April 25, 2019, [emacs-w3m:13370], moasenwood (at zoho.eu) wrote:
> I installed the 20190422.2311 version from
> MELPA just now. I still get the
> w3m-url-invalid-regexp void variable error.
w3m-url-invalid-regexp is no longer used (removed on 2017-07-21),
so the cause of the problem might be in your dot-files ~/.??* or
somewhere else in your system.
>> If you'd like to use the Debian package
>> management system and accept some months old
>> version, install w3m-el-snapshot from testing
>> with APT pinning or manually.
>
> apt pinning, that sounds interesting but
> I never did it. Will investigate it, perhaps...
Add the `testing` line to /etc/apt/sources.list, and make
/etc/apt/preferences as follows,
```
Package: *
Pin: release a=testing
Pin-Priority: -10
Package: w3m-el-snapshot
Pin: release a=testing
Pin-Priority: 800
```
See also <https://wiki.debian.org/AptPreferences>.
Thanks,
--
Tatsuya Kinoshita