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

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

bug#18664: Values for gnutls-verify-error produced by customize are not


From: Toke Høiland-Jørgensen
Subject: bug#18664: Values for gnutls-verify-error produced by customize are not parsed correctly
Date: Wed, 08 Oct 2014 17:07:21 +0200

Using customize to set gnutls-verify-error, a doubly-nested list of
symbols ends up getting passed to gnutls-boot, which then subsequently
fails all the membership tests on it. This seems to stem from the fact
that customize produces list entries of the form '((".*" (:hostname))) while
gnutls-negotiate passes the cdr of each matched entry to cl-mapcan.

Found this while testing in trunk.

-Toke





reply via email to

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