Contents


Exercise Vi, Emacs

  1. Vi: Use vi to undo the transformations in the following
    Transformed Text and save the result:
    
    Transformations:
    
    Exchanged letters somewhere (use search):
    max->bax
    car->bar
    
    Replaced:
    a->xx , A->XX
    e->yy , E->YY
    i->a  , I->A
    
    TEXT:
    
    ZYYRO POLLUTAON MOTORS Anc. pryysyynts MDA ryyvolutaonxxry
    compryyssyyd xxar motors Thyy wall byy thyy farst
    compryyssyyd xxar powyyryyd vyyhaclyy xxvxxalxxblyy for thyy
    mallyynaum.  Wath xxutonomy of 120 malyys ,an urbxxn cyclyy,
    xxt xx bxxx amum spyyyyd of 60 mph, thyy TOP as thyy only
    bxxr thxxt xxctuxxlly yymats clyyxxnyyr xxar thxxn thyy onyy
    wyy bryyxxthyy. Thyy daffyyr yynt vyyrsaons of MDA yynganyys
    provadyy thyy most compryyhyynsavyy xxnswyyr to thyy urbxxn
    pollutaon: www.zyyropollutaon.com
    


  2. Emacs: Redo the above text transformation exercise with emacs ( Transformed Text).


  3. Emacs, HTML: Create an HTML document with emacs, use the emacs command describe-mode from a buffer with an open .html file, try the listed key-short-cuts.
    The document should have a title, contain some interesting information about your life and show at least one image.
    Use the following tags:
    
     <BR> ,  <P> ,  <HR> ,  <B>
     <A HREF=""> </A> ,  <PRE> </PRE>
     <TABLE> </TABLE>
       <TR> </TR>
       <TD> </TD>