From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17129 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Re: Saving binary attachments no work under WinNT Date: 15 Sep 1998 11:02:20 -700 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199809151341.GAA26600@ns.geoworks.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035155886 31763 80.91.224.250 (20 Oct 2002 23:18:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:18:06 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA10178 for ; Tue, 15 Sep 1998 14:05:33 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id MAF32266; Tue, 15 Sep 1998 12:36:22 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 15 Sep 1998 13:03:45 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA06302 for ; Tue, 15 Sep 1998 13:03:34 -0500 (CDT) Original-Received: from CAraptorUU.geoworks.com (CAraptorUU.geoworks.com [208.232.87.36]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id OAA10144 for ; Tue, 15 Sep 1998 14:03:25 -0400 (EDT) Original-Received: from maelstrom.geoworks.com by CAraptorUU.geoworks.com via smtpd (for sclp3.sclp.com [209.195.19.139]) with SMTP; 15 Sep 1998 18:02:54 UT Original-Received: from quark.geoworks.com (quark.geoworks.com [198.211.201.100]) by maelstrom.geoworks.com (8.8.6/8.8.5) with ESMTP id LAA11953; Tue, 15 Sep 1998 11:02:19 -0700 (PDT) Original-Received: from ultraman.geoworks.com ([198.211.201.179]) by quark.geoworks.com (8.8.5/8.8.5) with ESMTP id LAA10654; Tue, 15 Sep 1998 11:02:16 -0700 (PDT) Original-To: Ed In-Reply-To: Ed's message of "Tue, 15 Sep 1998 06:41:02 -0700 (PDT)" Original-Lines: 39 User-Agent: Gnus/5.070031 (Pterodactyl Gnus v0.31) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17129 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17129 Ed writes: > Howdy! > > Hey can you tell me how to get rgnus-0.31 because I can't get gnus > working on my win95 machine. > > Thaksn! > > Ed Win95 != WinNT, so I'm not sure if my setup will work for you. Make sure you're running Win32 Emacs 20.3.1 (http://www.cs.washington.edu/homes/voelker/ntemacs.html) Download pgnus (http://www.gnus.org/pgnus.tar.gz). Then I run a cygwin32 bash shell to get into an environment something like Unix (http://www.cygnus.com/misc/gnu-win32/). Untar rgnus (tar xzf rgnus.tar.gz), then build it according to the instructions (./configure; make). I don't bother installing it with "make install." Then add lines like this to your .emacs: ;; pgnus (let ((prefix "~/Emacs/pgnus-0.31")) (add-to-list 'load-path (concat prefix "/lisp")) (add-to-list 'Info-default-directory-list (concat prefix "/texi"))) Next time you run emacs, M-x gnus should run rgnus. Hope this helps. -- matta