|
| From: | Kevin Rodgers |
| Subject: | Re: Emacs 21 and w3 on Debian |
| Date: | Wed, 25 May 2005 11:52:42 -0600 |
| User-agent: | Mozilla Thunderbird 0.9 (X11/20041105) |
Klaus Straubinger wrote:
> Wouldn't it be more correct to replace the first argument of
> url-callback-arguments with the redirect-uri if there are any
> such callback arguments present? I have experienced problems
> with your solution that went away with this improvement.
How exactly is that improvement implemented?
(cons redirect-uri url-callback-arguments)
(if url-callback-arguments
(cons redirect-uri (cdr url-callback-arguments))
(list redirect-uri))
--
Kevin Rodgers
| [Prev in Thread] | Current Thread | [Next in Thread] |