Gnus development mailing list
 help / color / mirror / Atom feed
* enable-multibyte-characters is not defined in XEmacs
@ 1999-12-10 13:59 Gunnar Evermann
  1999-12-10 17:30 ` Shenghuo ZHU
  0 siblings, 1 reply; 11+ messages in thread
From: Gunnar Evermann @ 1999-12-10 13:59 UTC (permalink / raw)


In XEmacs21.1.8-nomule using gnus-summary-refer-parent-article with
gnus-refer-article-method set to 

  (current (nnweb "refer" (nnweb-type dejanews)))

gives:

Signaling: (void-variable enable-multibyte-characters)
  default-value(enable-multibyte-characters)
  nnweb-init("refer")
  nnweb-possibly-change-server("list.ding" "refer")
  nnweb-request-article("<m366z8qjbq.fsf@quimbies.gnus.org>" "list.ding" "refer" nil)
  gnus-request-article("<m366z8qjbq.fsf@quimbies.gnus.org>" "nnml:list.ding")
  gnus-request-head("<m366z8qjbq.fsf@quimbies.gnus.org>" "nnml:list.ding")
  gnus-read-header("<m366z8qjbq.fsf@quimbies.gnus.org>")
  gnus-summary-insert-subject("<m366z8qjbq.fsf@quimbies.gnus.org>")
  byte-code("..." [gnus-refer-article-methods nil gnus-override-method --dolist-temp--78826 gnus-check-server gnus-summary-insert-subject message-id number gnus-summary-select-article throw found t gnus-message 3 "Couldn't fetch article %s"] 6)
  gnus-summary-refer-article("<m366z8qjbq.fsf@quimbies.gnus.org>")
  gnus-summary-refer-parent-article(1)
  call-interactively(gnus-summary-refer-parent-article)

-- 
       Gunnar Evermann
Speech, Vision & Robotics Group
Cambridge University Engineering Department


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: enable-multibyte-characters is not defined in XEmacs
  1999-12-10 13:59 enable-multibyte-characters is not defined in XEmacs Gunnar Evermann
@ 1999-12-10 17:30 ` Shenghuo ZHU
  1999-12-10 19:13   ` Gunnar Evermann
  0 siblings, 1 reply; 11+ messages in thread
From: Shenghuo ZHU @ 1999-12-10 17:30 UTC (permalink / raw)


>>>>> "Gunnar" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:

Gunnar> In XEmacs21.1.8-nomule using gnus-summary-refer-parent-article with
Gunnar> gnus-refer-article-method set to 

Gunnar>   (current (nnweb "refer" (nnweb-type dejanews)))

Gunnar> gives:

Gunnar> Signaling: (void-variable enable-multibyte-characters)
Gunnar>   default-value(enable-multibyte-characters)
Gunnar>   nnweb-init("refer")

[...]

Fixed in 5.8.3.

-- 
Shenghuo ZHU


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: enable-multibyte-characters is not defined in XEmacs
  1999-12-10 17:30 ` Shenghuo ZHU
@ 1999-12-10 19:13   ` Gunnar Evermann
  1999-12-10 20:19     ` Shenghuo ZHU
  0 siblings, 1 reply; 11+ messages in thread
From: Gunnar Evermann @ 1999-12-10 19:13 UTC (permalink / raw)


Shenghuo ZHU <zsh@cs.rochester.edu> writes:

> >>>>> "Gunnar" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:
> 
> Gunnar> In XEmacs21.1.8-nomule using gnus-summary-refer-parent-article with
> Gunnar> gnus-refer-article-method set to 
> 
> Gunnar>   (current (nnweb "refer" (nnweb-type dejanews)))
> 
> [...]
> 
> Fixed in 5.8.3.

thanks, that get's me a little bit further :-)

now I get this:

Signaling: (error "Selecting deleted or non-existent buffer")
  url-insert-file-contents("http://search.dejanews.com/msgid.xp?MID=<38284F8B.C9F48652@ems.att.com>&fmt=text")
  nnweb-insert("http://search.dejanews.com/msgid.xp?MID=<38284F8B.C9F48652@ems.att.com>&fmt=text")
  nnweb-fetch-url("http://search.dejanews.com/msgid.xp?MID=<38284F8B.C9F48652@ems.att.com>&fmt=text")
  nnweb-request-article("<38284F8B.C9F48652@ems.att.com>" "comp.unix.solaris" "refer" nil)
  gnus-request-article("<38284F8B.C9F48652@ems.att.com>" "comp.unix.solaris")
  gnus-request-head("<38284F8B.C9F48652@ems.att.com>" "comp.unix.solaris")
  gnus-read-header("<38284F8B.C9F48652@ems.att.com>")
  gnus-summary-insert-subject("<38284F8B.C9F48652@ems.att.com>")
  byte-code("..." [gnus-refer-article-methods nil gnus-override-method --dolist-temp--78826 gnus-check-server gnus-summary-insert-subject message-id number gnus-summary-select-article throw found t gnus-message 3 "Couldn't fetch article %s"] 6)
  gnus-summary-refer-article("<38284F8B.C9F48652@ems.att.com>")
  gnus-summary-refer-parent-article(1)
  call-interactively(gnus-summary-refer-parent-article)


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: enable-multibyte-characters is not defined in XEmacs
  1999-12-10 19:13   ` Gunnar Evermann
@ 1999-12-10 20:19     ` Shenghuo ZHU
  1999-12-10 20:51       ` Gunnar Evermann
  0 siblings, 1 reply; 11+ messages in thread
From: Shenghuo ZHU @ 1999-12-10 20:19 UTC (permalink / raw)


>>>>> "G" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:

G> Shenghuo ZHU <zsh@cs.rochester.edu> writes:
>> >>>>> "Gunnar" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:
>> 
Gunnar> In XEmacs21.1.8-nomule using gnus-summary-refer-parent-article with
Gunnar> gnus-refer-article-method set to 
>> 
Gunnar> (current (nnweb "refer" (nnweb-type dejanews)))
>> 
>> [...]
>> 
>> Fixed in 5.8.3.

G> thanks, that get's me a little bit further :-)

G> now I get this:

G> Signaling: (error "Selecting deleted or non-existent buffer")
G>   url-insert-file-contents("http://search.dejanews.com/msgid.xp?MID=<38284F8B.C9F48652@ems.att.com>&fmt=text")
G>   nnweb-insert("http://search.dejanews.com/msgid.xp?MID=<38284F8B.C9F48652@ems.att.com>&fmt=text")
G>   nnweb-fetch-url("http://search.dejanews.com/msgid.xp?MID=<38284F8B.C9F48652@ems.att.com>&fmt=text")
G>   nnweb-request-article("<38284F8B.C9F48652@ems.att.com>" "comp.unix.solaris" "refer" nil)
G>   gnus-request-article("<38284F8B.C9F48652@ems.att.com>" "comp.unix.solaris")
G>   gnus-request-head("<38284F8B.C9F48652@ems.att.com>" "comp.unix.solaris")
G>   gnus-read-header("<38284F8B.C9F48652@ems.att.com>")
G>   gnus-summary-insert-subject("<38284F8B.C9F48652@ems.att.com>")
G>   byte-code("..." [gnus-refer-article-methods nil gnus-override-method --dolist-temp--78826 gnus-check-server gnus-summary-insert-subject message-id number gnus-summary-select-article throw found t gnus-message 3 "Couldn't fetch article %s"] 6)
G>   gnus-summary-refer-article("<38284F8B.C9F48652@ems.att.com>")
G>   gnus-summary-refer-parent-article(1)
G>   call-interactively(gnus-summary-refer-parent-article)

If it is a bug, it must be in url package (or w3). What is the version
of url or w3 you are using?

-- 
Shenghuo ZHU


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: enable-multibyte-characters is not defined in XEmacs
  1999-12-10 20:19     ` Shenghuo ZHU
@ 1999-12-10 20:51       ` Gunnar Evermann
  1999-12-10 21:25         ` Shenghuo ZHU
  0 siblings, 1 reply; 11+ messages in thread
From: Gunnar Evermann @ 1999-12-10 20:51 UTC (permalink / raw)


Shenghuo ZHU <zsh@cs.rochester.edu> writes:

> >>>>> "G" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:
> 
> G> Shenghuo ZHU <zsh@cs.rochester.edu> writes:
> >> >>>>> "Gunnar" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:
> >> 
> Gunnar> In XEmacs21.1.8-nomule using gnus-summary-refer-parent-article with
> Gunnar> gnus-refer-article-method set to 
> >> 
> Gunnar> (current (nnweb "refer" (nnweb-type dejanews)))
> 
> G> now I get this:
> 
> G> Signaling: (error "Selecting deleted or non-existent buffer")
> G>   url-insert-file-contents("http://search.dejanews.com/msgid.xp?MID=<38284F8B.C9F48652@ems.att.com>&fmt=text")

> If it is a bug, it must be in url package (or w3). What is the version
> of url or w3 you are using?

oops, sorry, of course. that was:
  WWW 4.0pre.39, URL p4.0pre.39, MM 1.96 

with the version from the XEmacs beta SUMO. i.e.

  WWW 4.0pre.46, URL p4.0pre.46, MM 1.96

I get:

Signaling: (wrong-type-argument listp t)
  cdr(t)
  (cond ((numberp id) id) ((cdr where) (cdr where)) (header (mail-header-number header)) (t gnus-reffed-article-number))
)
  (princ (cond (... id) (... ...) (header ...) (t gnus-reffed-article-number)) (current-buffer))
)
  (progn (nnheader-fold-continuation-lines) (goto-char (point-max)) (insert ".\n") (goto-char (point-min)) (insert "211 ") (princ (cond ... ... ... ...) (current-buffer)) (insert " Article retrieved.\n"))
)
  (if (setq where (gnus-request-head id group)) (progn (nnheader-fold-continuation-lines) (goto-char ...) (insert ".\n") (goto-char ...) (insert "211 ") (princ ... ...) (insert " Article retrieved.\n")))
)
  (when (setq where (gnus-request-head id group)) (nnheader-fold-continuation-lines) (goto-char (point-max)) (insert ".\n") (goto-char (point-min)) (insert "211 ") (princ (cond ... ... ... ...) (current-buffer)) (insert " Article retrieved.\n"))
)
  (save-excursion (set-buffer nntp-server-buffer) (when (setq where ...) (nnheader-fold-continuation-lines) (goto-char ...) (insert ".\n") (goto-char ...) (insert "211 ") (princ ... ...) (insert " Article retrieved.\n")) (if (or ... ...) nil (unless ... ... ...) header))
)
  (if (and header (not ...)) header (when (and header ...) (let* ... ...)) (save-excursion (set-buffer nntp-server-buffer) (when ... ... ... ... ... ... ... ...) (if ... nil ... header)))
)
  (let ((group gnus-newsgroup-name) (gnus-override-method ...) where) (if (stringp id) (setq header ...) (setq header ...)) (if (and header ...) header (when ... ...) (save-excursion ... ... ...)))
)
  gnus-read-header("<38284F8B.C9F48652@ems.att.com>")
  (cond ((and old-header use-old-header) old-header) ((and ... ...) (gnus-number-to-header id)) (t (gnus-read-header id)))
)
  (let* ((line ...) (old-header ...) (header ...) (number ...) d) (when header (when ... ...) (when old-header ...) (setq gnus-newsgroup-sparse ...) (setq gnus-newsgroup-ancient ...) (push number gnus-newsgroup-limit) (gnus-rebuild-thread ... line) (gnus-summary-goto-subject number nil t)) (when (and ... ...) (when ... ...) (when ... ...) (setq gnus-newsgroup-unselected ...)) (and header (mail-header-number header)))
)
  gnus-summary-insert-subject("<38284F8B.C9F48652@ems.att.com>")
  (setq number (gnus-summary-insert-subject message-id))
)
  (if (setq number (gnus-summary-insert-subject message-id)) (progn (gnus-summary-select-article nil nil nil number) (throw ... t)))
)
  (when (setq number (gnus-summary-insert-subject message-id)) (gnus-summary-select-article nil nil nil number) (throw (quote found) t))
)
  (while --dolist-temp--84806 (setq gnus-override-method (car --dolist-temp--84806)) (gnus-check-server gnus-override-method) (when (setq number ...) (gnus-summary-select-article nil nil nil number) (throw ... t)) (setq --dolist-temp--84806 (cdr --dolist-temp--84806)))
)
  (let ((--dolist-temp--84806 ...) gnus-override-method) (while --dolist-temp--84806 (setq gnus-override-method ...) (gnus-check-server gnus-override-method) (when ... ... ...) (setq --dolist-temp--84806 ...)) nil)
)
  (catch (quote --cl-block-nil--) (let (... gnus-override-method) (while --dolist-temp--84806 ... ... ... ...) nil))
)
  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
)
  (block nil (let (... gnus-override-method) (while --dolist-temp--84806 ... ... ... ...) nil))
)
  (dolist (gnus-override-method (gnus-refer-article-methods)) (gnus-check-server gnus-override-method) (when (setq number ...) (gnus-summary-select-article nil nil nil number) (throw ... t)))
)
  (catch (quote found) (dolist (gnus-override-method ...) (gnus-check-server gnus-override-method) (when ... ... ...)) (gnus-message 3 "Couldn't fetch article %s" message-id))
)
  (cond ((and header ...) (prog1 ... ...)) (t (catch ... ... ...)))
)
  (let* ((header ...) (sparse ...) number) (cond (... ...) (t ...)))
)
  (progn (unless (string-match "^<" message-id) (setq message-id ...)) (unless (string-match ">$" message-id) (setq message-id ...)) (let* (... ... number) (cond ... ...)))
)
  (if (and (stringp message-id) (not ...)) (progn (unless ... ...) (unless ... ...) (let* ... ...)))
)
  (when (and (stringp message-id) (not ...)) (unless (string-match "^<" message-id) (setq message-id ...)) (unless (string-match ">$" message-id) (setq message-id ...)) (let* (... ... number) (cond ... ...)))
)
  gnus-summary-refer-article("<38284F8B.C9F48652@ems.att.com>")
  (if (gnus-summary-refer-article (gnus-parent-id ref skip)) nil (gnus-message 1 "Couldn't find parent"))
)
  (unless (gnus-summary-refer-article (gnus-parent-id ref skip)) (gnus-message 1 "Couldn't find parent"))
)
  (if (and ref (not ...)) (unless (gnus-summary-refer-article ...) (gnus-message 1 "Couldn't find parent")) (gnus-message 1 "No references in article %d" (gnus-summary-article-number)) (setq error t))
)
  (while (and (> n 0) (not error)) (setq header (gnus-summary-article-header)) (if (and ... ...) (save-excursion ... ... ... ...) (setq ref ...)) (if (and ref ...) (unless ... ...) (gnus-message 1 "No references in article %d" ...) (setq error t)) (decf n))
)
  (let ((skip 1) error header ref) (when (not ...) (setq skip ... n 1)) (while (and ... ...) (setq header ...) (if ... ... ...) (if ... ... ... ...) (decf n)) (gnus-summary-position-point) n)
)
  gnus-summary-refer-parent-article(1)
  call-interactively(gnus-summary-refer-parent-article)


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: enable-multibyte-characters is not defined in XEmacs
  1999-12-10 20:51       ` Gunnar Evermann
@ 1999-12-10 21:25         ` Shenghuo ZHU
  1999-12-13 11:34           ` Gunnar Evermann
  0 siblings, 1 reply; 11+ messages in thread
From: Shenghuo ZHU @ 1999-12-10 21:25 UTC (permalink / raw)


>>>>> "Gunnar" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:

[...]

I located the bug. Please check out the CVS and try again.

-- 
Shenghuo ZHU


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: enable-multibyte-characters is not defined in XEmacs
  1999-12-10 21:25         ` Shenghuo ZHU
@ 1999-12-13 11:34           ` Gunnar Evermann
  1999-12-14  6:16             ` Shenghuo ZHU
  0 siblings, 1 reply; 11+ messages in thread
From: Gunnar Evermann @ 1999-12-13 11:34 UTC (permalink / raw)


Shenghuo ZHU <zsh@cs.rochester.edu> writes:

> >>>>> "Gunnar" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:
> 
> [...]
> 
> I located the bug. Please check out the CVS and try again.

still doesn't work. Note, that I am now trying a different article, as
the one used in previous tests has expired from my nntp server.

Now it does some stuff (e.g. print 'Retrieval complete' in the
minibuffer), displays the correct summary line of the parent article
(indicating that its length is 0 lines) and says something like 'No
such article (may have expired or canceled)'.

the url contained in the ' *urlparse*' buffer is 

http://www.deja.com/msgid.xp?MID=<81sbdd$bo6$1@engnews1.eng.sun.com>&fmt=text

and looking at that in netscape gives me the correct article.

anything further I can do to help debug this?

  Gunnar


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: enable-multibyte-characters is not defined in XEmacs
  1999-12-13 11:34           ` Gunnar Evermann
@ 1999-12-14  6:16             ` Shenghuo ZHU
  1999-12-14 11:52               ` Gunnar Evermann
  0 siblings, 1 reply; 11+ messages in thread
From: Shenghuo ZHU @ 1999-12-14  6:16 UTC (permalink / raw)


>>>>> "G" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:

[...]

G> still doesn't work. Note, that I am now trying a different article,
G> as the one used in previous tests has expired from my nntp server.

G> Now it does some stuff (e.g. print 'Retrieval complete' in the
G> minibuffer), displays the correct summary line of the parent
G> article (indicating that its length is 0 lines) and says something
G> like 'No such article (may have expired or canceled)'.

G> the url contained in the ' *urlparse*' buffer is 

G> http://www.deja.com/msgid.xp?MID=<81sbdd$bo6$1@engnews1.eng.sun.com>&fmt=text

G> and looking at that in netscape gives me the correct article.

G> anything further I can do to help debug this?

How about now?

-- 
Shenghuo


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: enable-multibyte-characters is not defined in XEmacs
  1999-12-14  6:16             ` Shenghuo ZHU
@ 1999-12-14 11:52               ` Gunnar Evermann
  1999-12-14 15:48                 ` Shenghuo ZHU
  0 siblings, 1 reply; 11+ messages in thread
From: Gunnar Evermann @ 1999-12-14 11:52 UTC (permalink / raw)


Shenghuo ZHU <zsh@cs.rochester.edu> writes:

> >>>>> "G" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:
> 
> [...]
> 
> How about now?

much better! :-)

I get the summary line (still indicating 0 lines, though) and the
article, but when I type C-u g to see the raw article, the article
vanishes and I get the '...may have expired or cancelled' message.

 Gunnar



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: enable-multibyte-characters is not defined in XEmacs
  1999-12-14 11:52               ` Gunnar Evermann
@ 1999-12-14 15:48                 ` Shenghuo ZHU
  1999-12-14 16:18                   ` Gunnar Evermann
  0 siblings, 1 reply; 11+ messages in thread
From: Shenghuo ZHU @ 1999-12-14 15:48 UTC (permalink / raw)


>>>>> "G" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:


[...]

G> I get the summary line (still indicating 0 lines, though) and the

Dejanews does not supply the number.

G> article, but when I type C-u g to see the raw article, the article
G> vanishes and I get the '...may have expired or cancelled' message.

Fixed.

-- 
Shenghuo


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: enable-multibyte-characters is not defined in XEmacs
  1999-12-14 15:48                 ` Shenghuo ZHU
@ 1999-12-14 16:18                   ` Gunnar Evermann
  0 siblings, 0 replies; 11+ messages in thread
From: Gunnar Evermann @ 1999-12-14 16:18 UTC (permalink / raw)


Shenghuo ZHU <zsh@cs.rochester.edu> writes:

> >>>>> "G" == Gunnar Evermann <ge204@eng.cam.ac.uk> writes:
> [...]
> 
> G> article, but when I type C-u g to see the raw article, the article
> G> vanishes and I get the '...may have expired or cancelled' message.
> 
> Fixed.

excellent. thanks alot, Shenghuo!

 Gunnar


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~1999-12-14 16:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-10 13:59 enable-multibyte-characters is not defined in XEmacs Gunnar Evermann
1999-12-10 17:30 ` Shenghuo ZHU
1999-12-10 19:13   ` Gunnar Evermann
1999-12-10 20:19     ` Shenghuo ZHU
1999-12-10 20:51       ` Gunnar Evermann
1999-12-10 21:25         ` Shenghuo ZHU
1999-12-13 11:34           ` Gunnar Evermann
1999-12-14  6:16             ` Shenghuo ZHU
1999-12-14 11:52               ` Gunnar Evermann
1999-12-14 15:48                 ` Shenghuo ZHU
1999-12-14 16:18                   ` Gunnar Evermann

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).