GNU bug report logs -
#36771
27.0.50; mailcap documentation and effect missmatch
Previous Next
Reported by: Tomas Nordin <tomasn <at> posteo.net>
Date: Tue, 23 Jul 2019 07:38:02 UTC
Severity: normal
Tags: fixed, moreinfo
Found in version 27.0.50
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Tomas Nordin <tomasn <at> posteo.net> writes:
> I don't know how to properly test some patched lisp files without
> rebuilding and reinstalling.
You don't need to reinstall, really -- just:
git clone git://git.savannah.gnu.org/emacs.git
cd emacs
make
./src/emacs &
> If I manually load the patched files seq.el
> and mailcap.el in my "normal" emacs it works as I would expect it to
> work, thanks.
Great; thanks for testing. Since this seems to work now, I'm closing
this bug report.
> If I do emacs -Q and manually load those files and
>
> (require 'mailcap)
> (mailcap-mime-info "text/html")
>
> I get
>
> Debugger entered--Lisp error: (void-function when-let)
> ...
>
> But maybe that test case is confused. What do you think?
You probably need to say (require 'subr-x) in that case.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 5 years and 216 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.