Emacs Demo

Table of Contents

1 Notes

1.1 DONE Emacs DEMO

SCHEDULED: 2009-01-13 Tue

1.1.1 TRAMP

  • SSH
  • SCP
  • su, sudo

1.1.2 cperl-mode

1.1.3 Devel::PerlySense

  • Commands [4/19]
    • [X] Overview – C-o C-o
    • [X] Docs – C-o C-d – Show docs (POD/signature/etc) for the symbol (module/method/sub) at point.
    • [X] Document Inheritance – C-o d i – Show the Inheritance hierarchy for the current Class in the echo area.
    • [X] C-o d u – Document 'use Module' statements in the echo area.
    • [X] Go To – C-o C-g – Open file at proper location for module, method/sub declaration for the symbol (module/method/sub) at point.
    • [X] Go to Use – C-o g u – Go to the 'use Module' section of the current buffer.
    • [X] Go To 'new' – C-o g n – Go to the 'new' method of the current class.
    • [X] Go To Base Class – C-o g b – Open the file of the base class of the current class.
    • [X] Go To Module – C-o g m – Open the source file of the module at point.
    • [X] Go To Version Control – C-o g v – Go to the Project view of the current Version Control system.
    • [X] Go To Tests - Other Files – C-o g t o – Go to any related test or source files given a Devel::CoverX::Covered covered db.
    • [X] Go To Project's Other Files – C-o g p o – Go to corresponding files given a .correspondingfile config file (see File::Corresponding).
    • [X] Find with Ack – C-o f a – Search for the selected text, or word at point, or whatever, using Ack.
    • [X] Find sub declarations – C-o f s – Search for sub declarations of the method name, or word at point.
    • [X] Find method calls – C-o f c – Search for method calls of the method name, or word at point.
    • [X] Run file – C-o C-r – Run the current file using the Compilation mode and the settings appropriate for the source type (Test, Module, etc.)
    • [X] Edit - Move Use Statement – C-o e m u – Move the 'use Module' statement at point to the 'use Module' section at the top.
    • [X] Edit Test Count – C-o e t c – Increase the test count (e.g. "tests => 43")
    • [X] Assist With Test Count – C-o a t – Synchronize invalid test count in .t file with the compilation buffer.
  • Flymake
    • C-o s n – Go to the next Source error/warning.
    • C-o s p – Go to the previous Source error/warning.
    • C-o s s – Display the error/warning text of the current line.
  • Regex Toolkit
    • C-o a r – bring up the Regex Tool
    • C-c C-c – to force an update
    • C-c C-k – to quit all the regex-tool buffers and remove the frame

1.1.4 Server-Stylish

1.1.5 Emacs daemon

  • emacs 23 only
  • –daemon

1.1.6 Emacs starter kit

Author: Robert Boone

Date: 2009-01-13 20:49:04 CST

HTML generated by org-mode 6.17trans in emacs 22