Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* How to decode a series of articles?
@ 2006-04-09 17:40 Qing Xiu
  2006-04-11  6:35 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 12+ messages in thread
From: Qing Xiu @ 2006-04-09 17:40 UTC (permalink / raw)


Sometime users post articles (or series of articles) that have been
encoded in some way
or other, such as :
******************[1/3];
******************[2/3];
******************[3/3]
I don't know how can I decode them into a single file?
Thanks a lot!

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-09 17:40 How to decode a series of articles? Qing Xiu
@ 2006-04-11  6:35 ` Lars Magne Ingebrigtsen
  2006-04-11 11:28   ` Qing Xiu
  0 siblings, 1 reply; 12+ messages in thread
From: Lars Magne Ingebrigtsen @ 2006-04-11  6:35 UTC (permalink / raw)


"Qing Xiu" <qing.xiu@163.com> writes:

> I don't know how can I decode them into a single file?

Try using the `X u' command.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-11  6:35 ` Lars Magne Ingebrigtsen
@ 2006-04-11 11:28   ` Qing Xiu
  2006-04-11 11:55     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 12+ messages in thread
From: Qing Xiu @ 2006-04-11 11:28 UTC (permalink / raw)


I'm sorry, This doesn't works, When I press "X u", there are such
messages:

Loading gnus-uu...done
Getting article 2778, 1/2...
gnus-uu: Couldn't uudecode
Getting article 2779, 2/2...
Wrong type file

any suggestions?Thanks!

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-11 11:28   ` Qing Xiu
@ 2006-04-11 11:55     ` Lars Magne Ingebrigtsen
  2006-04-12 20:10       ` Qing Xiu
  0 siblings, 1 reply; 12+ messages in thread
From: Lars Magne Ingebrigtsen @ 2006-04-11 11:55 UTC (permalink / raw)


"Qing Xiu" <qing.xiu@163.com> writes:

> I'm sorry, This doesn't works, When I press "X u", there are such
> messages:
>
> Loading gnus-uu...done
> Getting article 2778, 1/2...
> gnus-uu: Couldn't uudecode
> Getting article 2779, 2/2...
> Wrong type file

Perhaps the messages aren't uuencoded?  What kind of messages are
they? 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-11 11:55     ` Lars Magne Ingebrigtsen
@ 2006-04-12 20:10       ` Qing Xiu
  2006-04-12 20:21         ` Miles Bader
  0 siblings, 1 reply; 12+ messages in thread
From: Qing Xiu @ 2006-04-12 20:10 UTC (permalink / raw)


I don't know what kind of type they are. But when I use M$ OE to decode
them, it works perfectly well.
Also I use "X u","X m","X s",but none works. there is always a message
such as "wrong file typw".Please help me.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-12 20:10       ` Qing Xiu
@ 2006-04-12 20:21         ` Miles Bader
  2006-04-13  5:34           ` Mark Hood
  0 siblings, 1 reply; 12+ messages in thread
From: Miles Bader @ 2006-04-12 20:21 UTC (permalink / raw)


"Qing Xiu" <qing.xiu@163.com> 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."

[Note that OE is in general completely screwed up with respect to
character set support etc; however a bogus article posted using OE can
sometimes be read by a OE user on a similar system (but nobody else).]

-Miles
-- 
`There are more things in heaven and earth, Horatio,
 Than are dreamt of in your philosophy.'

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-12 20:21         ` Miles Bader
@ 2006-04-13  5:34           ` Mark Hood
  2006-04-13  6:09             ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 12+ messages in thread
From: Mark Hood @ 2006-04-13  5:34 UTC (permalink / raw)


Miles Bader <miles@gnu.org> writes:
> "Qing Xiu" <qing.xiu@163.com> 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-13  5:34           ` Mark Hood
@ 2006-04-13  6:09             ` Lars Magne Ingebrigtsen
  2006-04-13  8:20               ` Reiner Steib
  0 siblings, 1 reply; 12+ messages in thread
From: Lars Magne Ingebrigtsen @ 2006-04-13  6:09 UTC (permalink / raw)


Mark Hood <invalid@invalid.org> writes:

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

CVS Gnus supports it, at least.  (I don't remember when it was added...)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-13  6:09             ` Lars Magne Ingebrigtsen
@ 2006-04-13  8:20               ` Reiner Steib
  2006-04-13 15:47                 ` Qing Xiu
  0 siblings, 1 reply; 12+ messages in thread
From: Reiner Steib @ 2006-04-13  8:20 UTC (permalink / raw)


On Thu, Apr 13 2006, Lars Magne Ingebrigtsen wrote:

> Mark Hood <invalid@invalid.org> writes:
>
>> 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).  
>
> CVS Gnus supports it, at least.  (I don't remember when it was added...)

,----[ (info "(gnus)Oort Gnus") ]
|    * Single-part yenc encoded attachments can be decoded.
`----

I never tried though and I don't know if it works with `X ...'.  And
we don't know which Gnus version Qing Xiu uses.  Gnus v5.7/Emacs 20.7
used by Mark surely doesn't.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-13  8:20               ` Reiner Steib
@ 2006-04-13 15:47                 ` Qing Xiu
  2006-04-14 11:29                   ` Floyd L. Davidson
  0 siblings, 1 reply; 12+ messages in thread
From: Qing Xiu @ 2006-04-13 15:47 UTC (permalink / raw)


Thanks you guys. My gnus version is 5.11, and my Emacs version is
22.050.1. The newsgroup I visited recently is " news.newsfan.net" ,
it's a chinese newsgroup. There are some attachment groups on this
server. Anyone can have a test on this server, you can post/see the
articles with anonymous account.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-13 15:47                 ` Qing Xiu
@ 2006-04-14 11:29                   ` Floyd L. Davidson
  2006-04-14 12:50                     ` Reiner Steib
  0 siblings, 1 reply; 12+ messages in thread
From: Floyd L. Davidson @ 2006-04-14 11:29 UTC (permalink / raw)


"Qing Xiu" <qing.xiu@163.com> wrote:
>Thanks you guys. My gnus version is 5.11, and my Emacs version is
>22.050.1. The newsgroup I visited recently is " news.newsfan.net" ,
>it's a chinese newsgroup. There are some attachment groups on this
>server. Anyone can have a test on this server, you can post/see the
>articles with anonymous account.

Here is another example, which I'd like to know how to decode and view.

In newsgroup alt.binaries.photo.original people sometimes slit a
large jpeg image into multiple parts, which show up like this in
the summary buffer (edited to shorten the line length)

[3050: Pete... ] ... "Waterfall, Ochil hills, Scotland 12.jpg" yEnc (2/3)
[1083: Pete... ] ... "Waterfall, Ochil hills, Scotland 12.jpg" yEnc (3/3)
[3052: Pete... ] ... "Waterfall, Ochil hills, Scotland 12.jpg" yEnc (1/3)

Note that the articles are not necessarily in order, and are not necessarily
consecutive either.

How does one mark the three articles, and get gnus to display the resulting
image?

-- 
Floyd L. Davidson            <http://www.apaflo.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska)                         floyd@apaflo.com

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How to decode a series of articles?
  2006-04-14 11:29                   ` Floyd L. Davidson
@ 2006-04-14 12:50                     ` Reiner Steib
  0 siblings, 0 replies; 12+ messages in thread
From: Reiner Steib @ 2006-04-14 12:50 UTC (permalink / raw)


On Fri, Apr 14 2006, Floyd L. Davidson wrote:

> [3050: Pete... ] ... "Waterfall, Ochil hills, Scotland 12.jpg" yEnc (2/3)
> [1083: Pete... ] ... "Waterfall, Ochil hills, Scotland 12.jpg" yEnc (3/3)
> [3052: Pete... ] ... "Waterfall, Ochil hills, Scotland 12.jpg" yEnc (1/3)
>
> Note that the articles are not necessarily in order, and are not necessarily
> consecutive either.
>
> How does one mark the three articles, and get gnus to display the resulting
> image?

,----[ (info "(gnus)Decoding Articles") ]
| Sometime users post articles (or series of articles) that have been
| encoded in some way or other.  Gnus can decode them for you.
| 
| [...]
| 
|    For example: If you choose a subject called `cat.gif (2/3)', Gnus
| will find all the articles that match the regexp `^cat.gif
| ([0-9]+/[0-9]+).*$'.
| 
|    Subjects that are non-standard, like `cat.gif (2/3) Part 6 of a
| series', will not be properly recognized by any of the automatic viewing
| commands, and you have to mark the articles manually with `#'.
`----

,----[ (info "(gnus)Setting Process Marks") ]
| `M P s'
|      Mark all articles in the current series (`gnus-uu-mark-series').
| 
| `M P S'
|      Mark all series that have already had some articles marked
|      (`gnus-uu-mark-sparse').
| 
| `M P a'
|      Mark all articles in series order (`gnus-uu-mark-all').
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-04-14 12:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-09 17:40 How to decode a series of articles? Qing Xiu
2006-04-11  6:35 ` Lars Magne Ingebrigtsen
2006-04-11 11:28   ` Qing Xiu
2006-04-11 11:55     ` Lars Magne Ingebrigtsen
2006-04-12 20:10       ` Qing Xiu
2006-04-12 20:21         ` Miles Bader
2006-04-13  5:34           ` Mark Hood
2006-04-13  6:09             ` Lars Magne Ingebrigtsen
2006-04-13  8:20               ` Reiner Steib
2006-04-13 15:47                 ` Qing Xiu
2006-04-14 11:29                   ` Floyd L. Davidson
2006-04-14 12:50                     ` Reiner Steib

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