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

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

Re: Emacs 21 and w3 on Debian


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





reply via email to

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