Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: Testing gnus-html here and there
Date: Wed, 01 Sep 2010 13:03:52 +0900	[thread overview]
Message-ID: <b4mhbiaaz4n.fsf@jpl.org> (raw)
In-Reply-To: <m3y6bn6iff.fsf@quimbies.gnus.org>

Lars Magne Ingebrigtsen wrote:
> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

>>>   (defun gnus-set-process-plist (process plist)
>>>     "Replace the plist of PROCESS with PLIST.  Returns PLIST."
>>>     (put 'gnus-process-plist process plist))
>>
>> Hm.  Can I just use `put' directly on a process object?  That didn't
>> occur to me...

> Oh, never mind.  The other way around.

> But aren't you just using this as a global variable here, sort of?
> Which makes sense, I guess.  I'll install your code.

Thank you for the installation.  Er, I don't see what you suspect,
but it's a mere impromptu idea.  There will be a couple of ways to
do that.  For instance:

(defvar gnus-process-plist-alist nil)
(set-alist 'gnus-process-plist-alist PROCESS PLIST)

P.S. I'll add `gnus-process-get' later for the compatibility with
Emacs 21 and XEmacs.



  reply	other threads:[~2010-09-01  4:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-31  1:12 Lars Magne Ingebrigtsen
2010-08-31  6:41 ` gnus-load.el (was: Testing gnus-html here and there) Reiner Steib
2010-08-31 13:00   ` gnus-load.el Lars Magne Ingebrigtsen
2010-08-31  6:55 ` Testing gnus-html here and there Katsumi Yamaoka
2010-08-31  8:17   ` Steinar Bang
2010-08-31 18:17     ` Ted Zlatanov
2010-08-31 18:29       ` Lars Magne Ingebrigtsen
2010-08-31 19:06         ` Ted Zlatanov
2010-09-05  8:42           ` Malcolm Purvis
2010-08-31 13:02   ` Lars Magne Ingebrigtsen
2010-08-31 13:05     ` Lars Magne Ingebrigtsen
2010-09-01  4:03       ` Katsumi Yamaoka [this message]
2010-08-31  7:52 ` Katsumi Yamaoka
2010-08-31  8:35   ` Ulf Stegemann
2010-08-31 12:52   ` Lars Magne Ingebrigtsen
2010-09-01  6:02     ` Katsumi Yamaoka
2010-09-01  8:02       ` Katsumi Yamaoka
2010-09-01 14:20         ` Lars Magne Ingebrigtsen
2010-09-01 14:20       ` Lars Magne Ingebrigtsen

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