* Newsgroup and alt.binaries
@ 2004-01-02 12:35 Xavier Maillard
2004-01-02 15:50 ` Sebastian D.B. Krause
` (2 more replies)
0 siblings, 3 replies; 14+ messages in thread
From: Xavier Maillard @ 2004-01-02 12:35 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 594 bytes --]
Hi,
In my quest of discovering Usenet/Newsgroup, I tried to subscribe to
various alt.binaries.pictures. (no not sex oriented ones ;)) and each
time I enter in the article buffer that should contain a picture, I
have this:
,----
| begin 644 feb04.jpg
| M_]C_X``02D9)1@`!`@$`8`!@``#_[0$Z4&AO=&]S:&]P(#,N,``X0DE-`^T`
| M`````!``8`````$``0
| blah blah
| `
| end
`----
Can anyone tell me what I should do to see the attachment correctly ?
Thanks.
zeDek
--
No e-patents, pas de brevets logiciels
Pétition contre les brevets logiciels : http://petition.eurolinux.org
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Newsgroup and alt.binaries
2004-01-02 12:35 Newsgroup and alt.binaries Xavier Maillard
@ 2004-01-02 15:50 ` Sebastian D.B. Krause
2004-01-02 15:59 ` Adam Sjøgren
2004-01-02 18:09 ` Xavier Maillard
2004-01-02 16:56 ` Kai Grossjohann
2004-01-02 19:40 ` Lars Magne Ingebrigtsen
2 siblings, 2 replies; 14+ messages in thread
From: Sebastian D.B. Krause @ 2004-01-02 15:50 UTC (permalink / raw)
Xavier Maillard <zedek+mail@gnu-rox.org> wrote:
> ,----
> | begin 644 feb04.jpg
> | M_]C_X``02D9)1@`!`@$`8`!@``#_[0$Z4&AO=&]S:&]P(#,N,``X0DE-`^T`
> | M`````!``8`````$``0
> | blah blah
> | `
> | end
> `----
>
> Can anyone tell me what I should do to see the attachment correctly ?
man yenc.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Newsgroup and alt.binaries
2004-01-02 15:50 ` Sebastian D.B. Krause
@ 2004-01-02 15:59 ` Adam Sjøgren
2004-01-02 18:09 ` Xavier Maillard
1 sibling, 0 replies; 14+ messages in thread
From: Adam Sjøgren @ 2004-01-02 15:59 UTC (permalink / raw)
On Fri, 02 Jan 2004 16:50:43 +0100, Sebastian wrote:
>> begin 644 feb04.jpg |
>> M_]C_X``02D9)1@`!`@$`8`!@``#_[0$Z4&AO=&]S:&]P(#,N,``X0DE-`^T` |
>> Can anyone tell me what I should do to see the attachment correctly
>> ?
> man yenc.
Does yenc look exactly like uuencoded stuff?
Best regards,
--
"Vi är små citroner" Adam Sjøgren
asjo@koldfront.dk
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Newsgroup and alt.binaries
2004-01-02 15:50 ` Sebastian D.B. Krause
2004-01-02 15:59 ` Adam Sjøgren
@ 2004-01-02 18:09 ` Xavier Maillard
2004-01-02 18:40 ` Reiner Steib
2004-01-03 2:00 ` Xavier Maillard
1 sibling, 2 replies; 14+ messages in thread
From: Xavier Maillard @ 2004-01-02 18:09 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 555 bytes --]
* Quoting Sebastian D. B. Krause <krause@sdbk.de>:
> Xavier Maillard <zedek+mail@gnu-rox.org> wrote:
>> ,----
>>> begin 644 feb04.jpg
>>> M_]C_X``02D9)1@`!`@$`8`!@``#_[0$Z4&AO=&]S:&]P(#,N,``X0DE-`^T`
>>> M`````!``8`````$``0
>>> blah blah
>>> `
>>> end
>> `----
>>
>> Can anyone tell me what I should do to see the attachment correctly ?
>
> man yenc.
You misunderstood something. I wan *GNUS* to show me not use a 3rd
party tool.
Thank you anyway.
zeDek
--
"GNU is my religion"
.O. Xavier Maillard
..O Reims - France
OOO +33 6 62 59 68 62
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Newsgroup and alt.binaries
2004-01-02 18:09 ` Xavier Maillard
@ 2004-01-02 18:40 ` Reiner Steib
2004-01-03 1:58 ` Xavier Maillard
2004-01-03 2:00 ` Xavier Maillard
1 sibling, 1 reply; 14+ messages in thread
From: Reiner Steib @ 2004-01-02 18:40 UTC (permalink / raw)
On Fri, Jan 02 2004, Xavier Maillard wrote:
> * Quoting Sebastian D. B. Krause <krause@sdbk.de>:
>> Xavier Maillard <zedek+mail@gnu-rox.org> wrote:
>>>> begin 644 feb04.jpg
[...]
>>> Can anyone tell me what I should do to see the attachment correctly ?
>> man yenc.
,----[ (info "(gnus)Oort Gnus") ]
| * Single-part yenc encoded attachments can be decoded.
`----
But according to `yenc.el', the yenc starts with...
,----[ C-h v yenc-begin-line RET ]
| yenc-begin-line's value is "^=ybegin.*$"
|
| Documentation:
| not documented as a variable.
|
| Defined in `yenc'.
`----
The above could be uuencoded.
IIRC, the default is to show uuencoded stuff as a button. Maybe you
have changed `gnus-article-emulate-mime' (to nil) or some of the other
related variables.
,----[ (info "(gnus)MIME Commands") ]
| `gnus-article-emulate-mime'
| There are other, non-MIME encoding methods used. The most common
| is `uuencode', but yEncode is also getting to be popular. If this
| variable is non-`nil', Gnus will look in message bodies to see if
| it finds these encodings, and if so, it'll run them through the
| Gnus MIME machinery. The default is `t'.
`----
See also the Emacs MIME manual (info "(emacs-mime)Non-MIME").
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Newsgroup and alt.binaries
2004-01-02 18:40 ` Reiner Steib
@ 2004-01-03 1:58 ` Xavier Maillard
0 siblings, 0 replies; 14+ messages in thread
From: Xavier Maillard @ 2004-01-03 1:58 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 1061 bytes --]
On 2 Jan 2004, Reiner Steib<4.uce.03.r.s@nurfuerspam.de> mused:
> On Fri, Jan 02 2004, Xavier Maillard wrote:
>
>> * Quoting Sebastian D. B. Krause <krause@sdbk.de>:
>>> Xavier Maillard <zedek+mail@gnu-rox.org> wrote:
>>>>> begin 644 feb04.jpg
> [...]
>>>> Can anyone tell me what I should do to see the attachment correctly
>>>> ?
>>> man yenc.
>
> ,----[ (info "(gnus)Oort Gnus") ]
>> * Single-part yenc encoded attachments can be decoded.
> `----
>
> But according to `yenc.el', the yenc starts with...
>
> ,----[ C-h v yenc-begin-line RET ]
>> yenc-begin-line's value is "^=ybegin.*$"
>>
>> Documentation:
>> not documented as a variable.
>>
>> Defined in `yenc'.
> `----
AFAICT, this was not a yenc binary part (not beginning with ybegin).
> The above could be uuencoded.
>
> IIRC, the default is to show uuencoded stuff as a button. Maybe you
> have changed `gnus-article-emulate-mime' (to nil) or some of the other
> related variables.
Ah ? Thank you for the hint ;) I need to read more about that.
> <snip>
Cheers,
zeDek
--
In Gruuik we trust
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Newsgroup and alt.binaries
2004-01-02 18:09 ` Xavier Maillard
2004-01-02 18:40 ` Reiner Steib
@ 2004-01-03 2:00 ` Xavier Maillard
1 sibling, 0 replies; 14+ messages in thread
From: Xavier Maillard @ 2004-01-03 2:00 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 916 bytes --]
On 2 Jan 2004, Xavier Maillard<zedek+mail@gnu-rox.org> verbalized:
> * Quoting Sebastian D. B. Krause <krause@sdbk.de>:
>> Xavier Maillard <zedek+mail@gnu-rox.org> wrote:
>>> ,----
>>>> begin 644 feb04.jpg
>>>> M_]C_X``02D9)1@`!`@$`8`!@``#_[0$Z4&AO=&]S:&]P(#,N,``X0DE-`^T`
>>>> M`````!``8`````$``0
>>>> blah blah
>>>> `
>>>> end
>>> `----
>>>
>>> Can anyone tell me what I should do to see the attachment correctly
>>> ?
>>
>> man yenc.
>
> You misunderstood something. I wan *GNUS* to show me not use a 3rd
> party tool.
Hmm I have to correct this. What I meant was I don't want to leave Gnus
to show me the attachment but launch a process on the part and/or
automatically launch an external command onto it. But in any case I
wanted to save the mail and then launch, say uudeview, in a terminal.
zeDek
--
GnusFR (http://www.gnusfr.org)
EmacsFR (http://www.emacsfr.org)
.emacs: Because customisation is fun!
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Newsgroup and alt.binaries
2004-01-02 12:35 Newsgroup and alt.binaries Xavier Maillard
2004-01-02 15:50 ` Sebastian D.B. Krause
@ 2004-01-02 16:56 ` Kai Grossjohann
2004-01-02 18:09 ` Xavier Maillard
2004-01-02 19:40 ` Lars Magne Ingebrigtsen
2 siblings, 1 reply; 14+ messages in thread
From: Kai Grossjohann @ 2004-01-02 16:56 UTC (permalink / raw)
Xavier Maillard <zedek+mail@gnu-rox.org> writes:
> Can anyone tell me what I should do to see the attachment correctly ?
It must be somewhere near the X u keybinding. Maybe X U?
Kai
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Newsgroup and alt.binaries
2004-01-02 12:35 Newsgroup and alt.binaries Xavier Maillard
2004-01-02 15:50 ` Sebastian D.B. Krause
2004-01-02 16:56 ` Kai Grossjohann
@ 2004-01-02 19:40 ` Lars Magne Ingebrigtsen
2004-01-03 1:55 ` Xavier Maillard
2004-01-03 14:35 ` Steinar Bang
2 siblings, 2 replies; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 2004-01-02 19:40 UTC (permalink / raw)
Xavier Maillard <zedek+mail@gnu-rox.org> writes:
> In my quest of discovering Usenet/Newsgroup, I tried to subscribe to
> various alt.binaries.pictures. (no not sex oriented ones ;)) and each
> time I enter in the article buffer that should contain a picture, I
> have this:
>
> ,----
> | begin 644 feb04.jpg
That's uuencoded text, which mm-uu should detect automatically.
Here's an example:
begin 644 rms.jpg
M_]C_X``02D9)1@`!`0```0`!``#_VP!#``@&!@<&!0@'!P<)"0@*#!0-#`L+
M#!D2$P\4'1H?'AT:'!P@)"XG("(L(QP<*#<I+#`Q-#0T'R<Y/3@R/"XS-#+_
MP``+"``P`#`!`1$`_\0`'P```04!`0$!`0$```````````$"`P0%!@<("0H+
M_\0`M1```@$#`P($`P4%!`0```%]`0(#``01!1(A,4$&$U%A!R)Q%#*!D:$(
M(T*QP152T?`D,V)R@@D*%A<8&1HE)B<H*2HT-38W.#DZ0T1%1D=(24I35%56
M5UA96F-D969G:&EJ<W1U=G=X>7J#A(6&AXB)BI*3E)66EYB9FJ*CI*6FIZBI
MJK*SM+6VM[BYNL+#Q,7&Q\C)RM+3U-76U]C9VN'BX^3EYN?HZ>KQ\O/T]?;W
M^/GZ_]H`"`$!```_`._KB?%'CE=-N&LK#:TJ<22'D`^@'K7*P^+M6+K,;^1@
M3RA;K^'2N@T[Q-J5]?0M9K-(`RB:$_-N!/.../TKO1-$\\T*."\3;77&"OU%
M/JCK%X+#1[NY+[2D3%3_`+6./UQ7@3N7?<[$LQZGN:ZKPIX(OO$,\<A"Q6Q.
M=SG[PSZ5]`:!X2T[P]IYBMHPTK#+28Y/M]*XWQ.ZZ/XQL[UFV07B&";`XR.5
M)]^U:8.1D=*XWXER-'X:A"G&ZZ53]-CUY)%;/=7T,2XW,X50?Y_RKVO2I+GP
MY96\=E"9\*%7C./7T_F*ZK2/$&MW`G@NXX?-$1>'8-O('W3S7#>*-.\17^D2
M7VHN9DB<3(.<+^@[$\UTNE%CI5MOW;P@!W')R*Y+XJN8_"]L5QDWBC_QQZ\Y
MTN[MUFMI_P#EI$PW`GW)KW#PWX@L;6S:XG!EA"Y+#L:6Z^(%@NI0R"%WB''[
M@`[<]1]:R[SQZM[:7]C'"XLFA?!D&"O'&?KFM+0[A;G1K5U&/D`/UQU_'K^-
M<K\5SCPK;?\`7ZO_`*`]>01R8E0D\8Q]*Z73-;D@B:V<B2(G[IY&:]`MM>T+
M3+*.ZBMXB[=51%)#<9X/O7-^)O$,%];(+5&7)+29XSDCBO1/#:>7X;T\'.3"
MI.??FN:^*D;2^&+54&3]M3_T!Z\>>(I(%8C![T^..57RH.,]^,U>:6>"+S'/
BR'&._-56O))FC0\*&'U-?06A727FAV<\>`K1+P.W'2O_V0``
`
end
Let's see if that works properly...
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Newsgroup and alt.binaries
2004-01-02 19:40 ` Lars Magne Ingebrigtsen
@ 2004-01-03 1:55 ` Xavier Maillard
2004-01-03 19:40 ` Lars Magne Ingebrigtsen
2004-01-03 14:35 ` Steinar Bang
1 sibling, 1 reply; 14+ messages in thread
From: Xavier Maillard @ 2004-01-03 1:55 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 672 bytes --]
On 2 Jan 2004, Lars Magne Ingebrigtsen<larsi@gnus.org> said:
> Xavier Maillard <zedek+mail@gnu-rox.org> writes:
>
>> In my quest of discovering Usenet/Newsgroup, I tried to subscribe to
>> various alt.binaries.pictures. (no not sex oriented ones ;)) and each
>> time I enter in the article buffer that should contain a picture, I
>> have this:
>>
>> ,----
>>> begin 644 feb04.jpg
>
> That's uuencoded text, which mm-uu should detect automatically.
>
> Here's an example:
>
> <snip>
>
> Let's see if that works properly...
Obviously, it didn't :( What am I missing ?
At least kai's suggestion worked pretty well (X u).
zeDek
--
.o. | Hacker wonderland
..o |
ooo |
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Newsgroup and alt.binaries
2004-01-02 19:40 ` Lars Magne Ingebrigtsen
2004-01-03 1:55 ` Xavier Maillard
@ 2004-01-03 14:35 ` Steinar Bang
1 sibling, 0 replies; 14+ messages in thread
From: Steinar Bang @ 2004-01-03 14:35 UTC (permalink / raw)
>>>>> Lars Magne Ingebrigtsen <larsi@gnus.org>:
> Here's an example:
> Let's see if that works properly...
Well, I was able to see RMS at least.
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2004-01-04 0:29 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-02 12:35 Newsgroup and alt.binaries Xavier Maillard
2004-01-02 15:50 ` Sebastian D.B. Krause
2004-01-02 15:59 ` Adam Sjøgren
2004-01-02 18:09 ` Xavier Maillard
2004-01-02 18:40 ` Reiner Steib
2004-01-03 1:58 ` Xavier Maillard
2004-01-03 2:00 ` Xavier Maillard
2004-01-02 16:56 ` Kai Grossjohann
2004-01-02 18:09 ` Xavier Maillard
2004-01-02 19:40 ` Lars Magne Ingebrigtsen
2004-01-03 1:55 ` Xavier Maillard
2004-01-03 19:40 ` Lars Magne Ingebrigtsen
2004-01-04 0:29 ` Xavier Maillard
2004-01-03 14:35 ` Steinar Bang
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).