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: Ted Zlatanov
Subject: bug#18664: Values for gnutls-verify-error produced by customize are not parsed correctly
Date: Fri, 17 Oct 2014 21:03:30 -0400
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

On Wed, 08 Oct 2014 17:07:21 +0200 Toke Høiland-Jørgensen <toke@toke.dk> wrote: 

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

Thanks for the report.  I believe it's fixed with the commit below; can
you please test?

Thanks
Ted

------------------------------------------------------------
revno: 118145
committer: Ted Zlatanov <tzz@lifelogs.com>
branch nick: quickfixes
timestamp: Fri 2014-10-17 21:02:30 -0400
message:
  net/gnutls.el: pass correct data to `gnutls-boot'.
  
  * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
  correct data to `gnutls-boot'.
  Reported by Toke Høiland-Jørgensen <toke@toke.dk>.





reply via email to

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