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
doc:ide [2015/04/27 18:47] – [Key bindings] gkazhoyadoc:ide [2015/09/04 14:47] (current) 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 113: Line 113:
   * M-x slime-browse-system: open the system directory in Dired   * M-x slime-browse-system: open the system directory in Dired
   * C-c C-t: trace function at point   * C-c C-t: trace function at point
 +  * C-M-<Backspace>: clear current input (in case you changed your mind on executing it), make sure you don't have system bindings for this key combination.
  
 In REPL: In REPL: