Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:ide [2015/04/27 18:44] gkazhoyadoc:ide [2015/04/27 19:05] – [Summary] gkazhoya
Line 48: Line 48:
 To utilize the features of rosemacs when programming and building Common Lisp software there is also a slime-ros extension for Emacs which tells the CL build system where to find Lisp code of ROS packages. To utilize the features of rosemacs when programming and building Common Lisp software there is also a slime-ros extension for Emacs which tells the CL build system where to find Lisp code of ROS packages.
  
-For more info on how the different components are connected together check out the [[doc/ide-connections|Connecting Things Together]] doc. TODO: finish the doc with the explanations of slime contribs and stuff.+For more info on how the different components are connected together check out the [[doc/ide-connections|Connecting Things Together]] doc.
  
 ===== Setup ===== ===== Setup =====
Line 90: Line 90:
   * C-M-f (C-M-b): go forward (backward) one expression (in Lisp an S-expression)   * C-M-f (C-M-b): go forward (backward) one expression (in Lisp an S-expression)
   * C-M-\: indent region   * C-M-\: indent region
-  * M-; : comment out region (chooses correct commenting characters depending on file extension)+  * M-; : comment out region (chooses correct commenting characters depending on the extension of the file you're editing)
   * M-< (M- >): go to buffer beginning (or end)   * M-< (M- >): go to buffer beginning (or end)
   * M-%: find-replace   * M-%: find-replace