Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: ding@gnus.org
Subject: Re: tzz-auth-source-rewrite branch
Date: Mon, 14 Feb 2011 18:58:05 +0100	[thread overview]
Message-ID: <m2mxlyqz0y.fsf@igel.home> (raw)
In-Reply-To: <877hd3fg5x.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 13 Feb 2011 19:28:42 -0800")

Lars Ingebrigtsen <larsi@gnus.org> writes:

> The cl macros are virtually unreadable since they use such weird
> old-stylee forms, but I think this is the gist of the assert macro:
>
> (list 'progn
>       (list 'or form
>             (if string
>                 (list* 'error string (append sargs args)))))
>
> Rewritten to modern macrology, that would be something like:

`(progn
   (or ,form
       ,(if string
            `(error ,string ,@sargs ,@args))))

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



  parent reply	other threads:[~2011-02-14 17:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1PlOrx-0002M3-00@quimby.gnus.org>
2011-02-04 16:55 ` [gnus git] branch tzz-auth-source-rewrite created: =0= Ted Zlatanov
2011-02-06 14:59   ` tzz-auth-source-rewrite branch (was: [gnus git] branch tzz-auth-source-rewrite created: =0=) Ted Zlatanov
2011-02-06 17:05     ` tzz-auth-source-rewrite branch Lars Ingebrigtsen
2011-02-07 20:47       ` Ted Zlatanov
2011-02-08 22:28         ` Ted Zlatanov
2011-02-09 21:36           ` Ted Zlatanov
2011-02-14  3:28             ` Lars Ingebrigtsen
2011-02-14  3:28         ` Lars Ingebrigtsen
2011-02-14 15:03           ` Ted Zlatanov
2011-02-14 17:58           ` Andreas Schwab [this message]
2011-02-06 18:38     ` Michael Albinus
2011-02-06 19:33       ` Ted Zlatanov
2011-02-06 20:36         ` Michael Albinus
2011-02-07 18:14           ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2mxlyqz0y.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).