Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: gnus-article-html and XEmacs 21.5 beta
Date: Thu, 02 Sep 2010 16:34:25 +0900	[thread overview]
Message-ID: <b4mbp8gioou.fsf@jpl.org> (raw)
In-Reply-To: <b4m8w3kk4vg.fsf@jpl.org>

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

Katsumi Yamaoka wrote:
> Katsumi Yamaoka wrote:
>> I believe I've fixed it in git repo.

> Oops.  I got the same error that Adam Sjøgren brought up first.
> I'll look into it...

A temporary patch is attached.  But it makes the plist data that
the `gnus-process-plist' symbol holds grow infinitely.  I must
find a proper way...


[-- Attachment #2: Type: text/x-patch, Size: 781 bytes --]

--- gnus-ems.el~	2010-09-01 22:55:06 +0000
+++ gnus-ems.el	2010-09-02 07:33:21 +0000
@@ -317,16 +317,6 @@
       (put 'gnus-process-plist process plist))
     (defun gnus-process-plist (process)
       "Return the plist of PROCESS."
-      ;; Remove those of dead processes from `gnus-process-plist'
-      ;; to prevent it from growing.
-      (let ((plist (symbol-plist 'gnus-process-plist))
-	    proc)
-	(while (setq proc (car plist))
-	  (if (and (processp proc)
-		   (memq (process-status proc) '(open run)))
-	      (setq plist (cddr plist))
-	    (setcar plist (caddr plist))
-	    (setcdr plist (or (cdddr plist) '(nil))))))
       (get 'gnus-process-plist process))
     (defun gnus-process-get (process propname)
       "Return the value of PROCESS' PROPNAME property.

  reply	other threads:[~2010-09-02  7:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-01 20:23 Adam Sjøgren
2010-09-01 20:29 ` Lars Magne Ingebrigtsen
2010-09-01 20:49   ` Adam Sjøgren
2010-09-01 20:54     ` Lars Magne Ingebrigtsen
2010-09-02  6:38       ` Katsumi Yamaoka
2010-09-02  6:59         ` Katsumi Yamaoka
2010-09-02  7:34           ` Katsumi Yamaoka [this message]
2010-09-02 11:03             ` Adam Sjøgren
2010-09-03  0:44               ` Katsumi Yamaoka
2010-09-03 18:22                 ` Adam Sjøgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mbp8gioou.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).