Contents


Exercise: Vi, Emacs

  1. Vi:
    1. Use vi to undo the transformations in the following Transformed Text and save the result:
      
      Transformations:
      
      Replaced:
      th->sei , Th->Sei
      i->zy  , I->Zy
      
      TEXT:
      
      ZYt zys already lookzyng lzyke sezye MDZY Azyr Car wzyll be one of
      sezye major technologzycal dzyscoverzyes of sezye new
      century. ZYnventor Guy Negre has developed a car capable of a top
      speed of 110 km/h, 300 kzylometres on one tank of fuel and at a cost
      of just a penny per kzylometre. All of sezyzys at "zero
      pollutzyon". ZYn fact sezye car cleans sezye azyr zyt uses.  
      Check www.sezyeazyrcar.com !
      
      
      

  2. Emacs:
    1. Redo the above text transformation exercise with emacs ( Transformed Text).
    2. 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. Start with the following Template: <HTML> <BODY> <H2> Title </H2> <IMG SRC="my.gif"> </BODY> </HTML>

      You may also try the following TAGS:

      
       <BR> ,  <P> ,  <HR> ,  <B>
       <A HREF=""> </A> ,  <PRE> </PRE>
       <TABLE> </TABLE>
         <TR> </TR>
         <TD> </TD>
      
      
    3. Open your HTML document with XEmacs and try some more editing. What are the differences between GNU - Emacs and (GNU)-XEmacs?