* w3 broken (url-retrieve issues again)
@ 2006-10-31 5:07 T. V. Raman
2006-10-31 6:18 ` Stefan Monnier
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: T. V. Raman @ 2006-10-31 5:07 UTC (permalink / raw)
Cc: emacs-devel
My W3 has completely broken down.
w3-fetch-callback now barfs --- because it appears to be getting
an argument of nil for coding system best I can tell from the
backtrace
here is the backtrace--
Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
w3-recall-explicit-coding-system(nil)
ad-Orig-w3-fetch-callback(nil "http://www.google.com/search?q=raman&num=25")
apply(ad-Orig-w3-fetch-callback (nil "http://www.google.com/search?q=raman&num=25"))
w3-fetch-callback(nil "http://www.google.com/search?q=raman&num=25")
apply(w3-fetch-callback (nil "http://www.google.com/search?q=raman&num=25"))
url-http-activate-callback()
url-http-end-of-document-sentinel(#<process www.google.com> "connection broken by remote peer\n")
--
Best Regards,
--raman
Email: raman@users.sf.net
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: tv.raman.tv@gmail.com
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: w3 broken (url-retrieve issues again)
2006-10-31 5:07 w3 broken (url-retrieve issues again) T. V. Raman
@ 2006-10-31 6:18 ` Stefan Monnier
2006-11-01 0:23 ` Magnus Henoch
2006-11-01 2:13 ` Richard Stallman
2 siblings, 0 replies; 7+ messages in thread
From: Stefan Monnier @ 2006-10-31 6:18 UTC (permalink / raw)
Cc: Magnus Henoch, emacs-devel
> My W3 has completely broken down.
Have you tried the CVS version of W3?
Stefan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: w3 broken (url-retrieve issues again)
2006-10-31 5:07 w3 broken (url-retrieve issues again) T. V. Raman
2006-10-31 6:18 ` Stefan Monnier
@ 2006-11-01 0:23 ` Magnus Henoch
2006-11-03 4:38 ` T. V. Raman
2006-11-01 2:13 ` Richard Stallman
2 siblings, 1 reply; 7+ messages in thread
From: Magnus Henoch @ 2006-11-01 0:23 UTC (permalink / raw)
"T. V. Raman" <raman@users.sf.net> writes:
> My W3 has completely broken down.
Oops... I meant to update W3 for the changes in url-retrieve, but
apparently I didn't...
I just committed changes to W3 to fix this; try updating from CVS.
Magnus
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: w3 broken (url-retrieve issues again)
2006-10-31 5:07 w3 broken (url-retrieve issues again) T. V. Raman
2006-10-31 6:18 ` Stefan Monnier
2006-11-01 0:23 ` Magnus Henoch
@ 2006-11-01 2:13 ` Richard Stallman
2 siblings, 0 replies; 7+ messages in thread
From: Richard Stallman @ 2006-11-01 2:13 UTC (permalink / raw)
Cc: mange, emacs-devel
We changed the calling sequence for callbacks
in order to have a good way to report errors
and other special circumstances.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: w3 broken (url-retrieve issues again)
2006-11-01 0:23 ` Magnus Henoch
@ 2006-11-03 4:38 ` T. V. Raman
2006-11-03 11:41 ` Magnus Henoch
2006-11-04 6:37 ` Richard Stallman
0 siblings, 2 replies; 7+ messages in thread
From: T. V. Raman @ 2006-11-03 4:38 UTC (permalink / raw)
Cc: emacs-devel
Magnus,
I'm trying to update w3 from CVS, but it's hanging/timing out.
I have
:pserver:anoncvs@savannah.gnu.org:/cvsroot/w3
should I be using something else?
>>>>> "Magnus" == Magnus Henoch <mange@freemail.hu> writes:
Magnus> "T. V. Raman" <raman@users.sf.net> writes:
>> My W3 has completely broken down.
Magnus>
Magnus> Oops... I meant to update W3 for the changes in
Magnus> url-retrieve, but apparently I didn't...
Magnus>
Magnus> I just committed changes to W3 to fix this; try
Magnus> updating from CVS.
Magnus>
Magnus> Magnus
Magnus>
Magnus>
Magnus>
Magnus> _______________________________________________
Magnus> Emacs-devel mailing list Emacs-devel@gnu.org
Magnus> http://lists.gnu.org/mailman/listinfo/emacs-devel
--
Best Regards,
--raman
Email: raman@users.sf.net
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: tv.raman.tv@gmail.com
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: w3 broken (url-retrieve issues again)
2006-11-03 4:38 ` T. V. Raman
@ 2006-11-03 11:41 ` Magnus Henoch
2006-11-04 6:37 ` Richard Stallman
1 sibling, 0 replies; 7+ messages in thread
From: Magnus Henoch @ 2006-11-03 11:41 UTC (permalink / raw)
Cc: emacs-devel
"T. V. Raman" <raman@users.sf.net> writes:
> Magnus,
>
> I'm trying to update w3 from CVS, but it's hanging/timing out.
>
> I have
> :pserver:anoncvs@savannah.gnu.org:/cvsroot/w3
>
> should I be using something else?
Yes, the correct root is:
:pserver:anonymous@cvs.savannah.gnu.org:/sources/w3
Magnus
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: w3 broken (url-retrieve issues again)
2006-11-03 4:38 ` T. V. Raman
2006-11-03 11:41 ` Magnus Henoch
@ 2006-11-04 6:37 ` Richard Stallman
1 sibling, 0 replies; 7+ messages in thread
From: Richard Stallman @ 2006-11-04 6:37 UTC (permalink / raw)
Cc: mange, emacs-devel
For Savannah questions, write to savannah-hackers@gnu.org.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-11-04 6:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-31 5:07 w3 broken (url-retrieve issues again) T. V. Raman
2006-10-31 6:18 ` Stefan Monnier
2006-11-01 0:23 ` Magnus Henoch
2006-11-03 4:38 ` T. V. Raman
2006-11-03 11:41 ` Magnus Henoch
2006-11-04 6:37 ` Richard Stallman
2006-11-01 2:13 ` Richard Stallman
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).