emacs.rst
changeset 838 fadd85984a28
parent 826 a89ae1fd97f5
child 866 0f4a610411cd
equal deleted inserted replaced
837:d5104ac025fa 838:fadd85984a28
   300 
   300 
   301 * Printing Emacs structures.
   301 * Printing Emacs structures.
   302 
   302 
   303   (message "%S" '(a b 123 "hello" 'set))
   303   (message "%S" '(a b 123 "hello" 'set))
   304   (pp '(a b 123 "hello" 'set))
   304   (pp '(a b 123 "hello" 'set))
       
   305   (prin1-to-string '(1 2))
   305 
   306 
   306 * File manager.
   307 * File manager.
   307 
   308 
   308   http://www.emacswiki.org/emacs/Sunrise_Commander
   309   http://www.emacswiki.org/emacs/Sunrise_Commander
   309 
   310