Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: emacs22 fails opening nntp: Symbol's function definition is void: process-type
Date: Mon, 16 May 2011 07:58:28 +0900	[thread overview]
Message-ID: <b4my627371n.fsf@jpl.org> (raw)
In-Reply-To: <87hb8w6i3j.fsf@dod.no>

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

Steinar Bang wrote:
> Platform:
>  Ubuntu NE 10.10,
>  emacs22 22.2-0ubuntu9
>  git gnus

> Recent gnusen fail opening all nntp servers on emacs22
> Opening nntp servers fail with the error:
>  Symbol's function definition is void: process-type

Currently I don't have Emacs 22 (in the office), but a workaround
(or a lasting solution?) seems to be:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 259 bytes --]

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

  reply	other threads:[~2011-05-15 22:58 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 [this message]
2011-05-16  6:38   ` Steinar Bang
2011-05-16  7:08     ` Katsumi Yamaoka
2011-05-16  8:34       ` David Engster
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=b4my627371n.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).