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

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

bug#8706: 24.0.50; [PATCH] Function to build a URL query-string


From: Stefan Monnier
Subject: bug#8706: 24.0.50; [PATCH] Function to build a URL query-string
Date: Wed, 25 May 2011 21:02:56 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>  1. Two-element sequences should work as they do now.
>  2. One-element sequences should get an empty string appended.
>  3. Invalid sequences ignored.

Actually, I think that instead of a (KEY VAL) list, the code should use
a (KEY . VAL) cons cell.  And if you want to use VAL=nil as a convention
to put just "key" rather than "key=VAL", that's fine.


        Stefan





reply via email to

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