help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: why can't my gnus display pics?


From: Michael Slass
Subject: Re: why can't my gnus display pics?
Date: Tue, 07 Sep 2004 16:58:16 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Tim McNamara <timmcn@bitstream.net> writes:

>Pascal Bourguignon <spam@mouse-potato.com> writes:
>
>> Rokia <Rokia@mail.org> writes:
>>
>>> I got these information when I read an artical which has a pictur
>>> attatchment. how can I resolve this.
>>> 
>>> 
>>> begin 666 1.gif M1TE&.#=A+P(R`)$```0"!.SR]+0"!
>>> ```"P`````+P(R```"_XR/J<OM#Z.<
>>> MM-J+L]Z\^P^&XDB6YHFFZLJV[@O'\DS7]HWG^L[W_@\,"H?$HO&(3"J7S*;S
>>> M"8U*I]2J]8K-:K?<KO<+#HO'Y++YC$ZKU^RV^PV/R^?TNOV.S^OW_+[_#Q@H
>>> M.$A8:'B(F/@$8,"XX*@`(#E)"9E@>5"I*7G)V>#9B'G9R"":Z;@I:AJ9L?K)
>>> MFCFA.EJ12AE:>6KA6NK :SL9B\"+8>F9"MMJF[R*&?S8>YHK'$M<@OH*81U@
>>
>> Move the cursor on the line "begin 666 ..." then:
>>
>>    C-a C-Space C-Down M-| uudecode RET M-! xv 1.gif RET
>
>Good grief!  That's not exactly user friendly!  What's the name of
>this function?


It's not one function, is a recipe for shelling out twice to perform
operations on the region:

C-a          : beginning-of-line
C-Space      : set-mark-command
C-Down       : forward-paragraph
M-|          : shell-command-on-region (the command is "uudecode" and
               RET terminates the command name)
M-!          : shell-command (the command is "xv 1.gif" and
               RET terminates the command)

Apparently uudecode will see the "1.gif" tag in the data, and write out
the file 1.gif.  xv would be a gif viewer.

>
-- 
Mike Slass

reply via email to

[Prev in Thread] Current Thread [Next in Thread]