From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7064 Path: news.gmane.org!not-for-mail From: Mark Hood Newsgroups: gmane.emacs.gnus.user Subject: Re: How to decode a series of articles? Date: 12 Apr 2006 22:34:21 -0700 Message-ID: References: <1144604414.072886.59640@u72g2000cwu.googlegroups.com> <1144754892.669918.321170@v46g2000cwv.googlegroups.com> <1144872648.769809.153760@e56g2000cwe.googlegroups.com> <871ww27df6.fsf@catnip.gol.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1144906841 18847 80.91.229.2 (13 Apr 2006 05:40:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Apr 2006 05:40:41 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Apr 13 07:40:39 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FTuZL-0001lB-6C for gegu-info-gnus-english@m.gmane.org; Thu, 13 Apr 2006 07:40:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTuZK-00008k-Cv for gegu-info-gnus-english@m.gmane.org; Thu, 13 Apr 2006 01:40:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.speakeasy.net!news.speakeasy.net.POSTED!not-for-mail Original-NNTP-Posting-Date: Thu, 13 Apr 2006 00:34:22 -0500 Original-Newsgroups: gnu.emacs.gnus X-Newsreader: Gnus v5.7/Emacs 20.7 Original-Lines: 18 Original-NNTP-Posting-Host: 64.81.66.151 Original-X-Trace: sv3-68YGTUrSi0CV8mC4g6JvO2AyI3/H5SsEhVa0mS150oWfWuZyVCPm+TriJzd8MD5epyF5WPH1bLcMMOJ!KhW0NAo/VAcZLPCuBazLgwP30SJRKrJI4Jo1jFA0MtdCk2+a0BmydQ36As3SoRFwJYDqa4fDiHjc!hMUR Original-X-Complaints-To: abuse@speakeasy.net X-DMCA-Complaints-To: abuse@speakeasy.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77246 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7064 Archived-At: Miles Bader writes: > "Qing Xiu" writes: > > I don't know what kind of type they are. But when I use M$ OE to decode > > them, it works perfectly well. > > I would help if you gave an example... I'm not even sure what you mean > by "decode." My guess is that they're yenc-encoded files in a binary newsgroup, which gnus-uu doesn't support (at least in my version of emacs). If so, search gnu.emacs.sources for some stuff I posted a couple of years ago to decode usenet yenc messages. The version I posted is synchronous and decodes in elisp, so it's slow, but adequate for the occasional binary. (I also have a faster asynchronous version that uses an external Java program to decode, but it's ugly and not suitable for posting). -- Mark