Gnus development mailing list
 help / color / mirror / Atom feed
From: David Engster <deng@randomsample.de>
To: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: emacs22 fails opening nntp: Symbol's function definition is void: process-type
Date: Mon, 16 May 2011 10:34:01 +0200	[thread overview]
Message-ID: <m2ei3zdoxy.fsf@randomsample.de> (raw)
In-Reply-To: <b4my627t967.fsf@jpl.org> (Katsumi Yamaoka's message of "Mon, 16 May 2011 16:08:00 +0900")

Katsumi Yamaoka writes:
> Steinar Bang wrote:
>>>>>>> Katsumi Yamaoka <yamaoka@jpl.org>:
>
>>> Currently I don't have Emacs 22 (in the office), but a workaround
>>> (or a lasting solution?) seems to be:
>
>>> --- nntp.el~	2011-05-09 22:22:01.078125000 +0000
>>> +++ nntp.el	2011-05-15 22:54:46.005653400 +0000
>>> @@ -1365,2 +1365,3 @@
>>>        (when (and (fboundp 'set-network-process-option)
>>> +		 (fboundp 'process-type)
>>>                   (eq (process-type process) 'network))
>
>> I can verify that this patch works on emacs22.
>> (in fact I'm posting from gnus HEAD with this patch applied, right
>> now...:-) )
>
> Ok.  I'll install it after verifying with all Emacsen that Gnus
> supports, later.

So the buildbot was right after all... The patch should be fine for all
Emacsen. Could you please also remove the bogus process-type definition
for Emacs22 from lpath.el:

index 70e3bc5..2317d78 100644
--- a/lisp/lpath.el
+++ b/lisp/lpath.el
@@ -35,7 +35,7 @@
        epg-check-configuration find-coding-system frame-device gnutls-negotiate
        libxml-parse-html-region recenter-top-bottom rmail-swap-buffers-maybe
        shr-insert-document w3-do-setup w3-parse-buffer w3-prepare-buffer
-       w3-region w3m-detect-meta-charset w3m-region process-type))
+       w3-region w3m-detect-meta-charset w3m-region))
     (maybe-bind
      '(epa-file-encrypt-to w3m-link-map))))


Thanks,
David



  reply	other threads:[~2011-05-16  8:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-15 16:31 Steinar Bang
2011-05-15 22:58 ` Katsumi Yamaoka
2011-05-16  6:38   ` Steinar Bang
2011-05-16  7:08     ` Katsumi Yamaoka
2011-05-16  8:34       ` David Engster [this message]
2011-05-16 14:46         ` Katsumi Yamaoka
2011-05-21  8:21           ` Steinar Bang

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=m2ei3zdoxy.fsf@randomsample.de \
    --to=deng@randomsample.de \
    --cc=ding@gnus.org \
    --cc=yamaoka@jpl.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).