GNU bug report logs - #16161
24.3.50; gnutls connections from Gnus no longer work after r115526

Previous Next

Package: emacs;

Reported by: Nix <nix <at> esperi.org.uk>

Date: Mon, 16 Dec 2013 12:35:02 UTC

Severity: normal

Merged with 16166

Found in version 24.3.50

Done: Ted Zlatanov <tzz <at> lifelogs.com>

Bug is archived. No further changes may be made.

Full log


Message #22 received at 16161 <at> debbugs.gnu.org (full text, mbox):

From: Ted Zlatanov <tzz <at> lifelogs.com>
To: Andreas Schwab <schwab <at> suse.de>
Cc: Nix <nix <at> esperi.org.uk>, Paul Eggert <eggert <at> gnu.org>,
 Eli Zaretskii <eliz <at> gnu.org>, 16161 <at> debbugs.gnu.org
Subject: Re: bug#16161: 24.3.50;
 gnutls connections from Gnus no longer work after r115526, bug#16161:
 24.3.50; gnutls connections from Gnus no longer work after r115526
Date: Mon, 16 Dec 2013 12:37:28 -0500
On Mon, 16 Dec 2013 17:16:12 +0100 Andreas Schwab <schwab <at> suse.de> wrote: 

AS> Ted Zlatanov <tzz <at> lifelogs.com> writes:
>> I've changed the `CHECK_LIST_CONS' back to `Flistp'

AS> Flistp never returns zero.

Thanks.

On Mon, 16 Dec 2013 18:49:54 +0200 Eli Zaretskii <eliz <at> gnu.org> wrote: 

EZ> Why not use CHECK_LIST instead?  It does allow for nil, and is
EZ> slightly faster.

The error message was not helpful at all, there is no `verify_error'
function parameter (it would be nice to be able to set the error message
from these macros).  May I replace it with this?  It's what CHECK_LIST
does, internally, IIUC.

#+begin_src c
  if (!CONSP (x) && !NILP (x))
    error ("gnutls-boot: invalid :verify_error parameter (not a list)");
#+end_src

Thanks
Ted




This bug report was last modified 11 years and 163 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.