Thursday, November 13, 2014

Emacs && Lisp

-----ELisp-----

Emacs Lisp Manual - one page
Emacs Lisp Manual - Index

 ELisp Interactive Mode:

  • `C-j' inserts the result of the evaluation in the buffer
  • `C-xC-e' displays the same result in Emacs bottom line
  • Tags

ELisp Examples & Exercises

-----Emacs-----

    • .emacs.d: emacs initialization process
    • Emacs 24.4 installation on ubuntu:
      • sudo apt-get install build-essential
      • sudo apt-get build-dep emacs24
      • download: cd ~/Downloads && tar -xf emacs-24.4.tar.* && cd emacs-24.4
      • ./configure
      • make
      • sudo make install
    • Shortcuts
      • c-h, m: list all current modes
      • C-M-v: scroll bottom window
      • C-x o: move to bottom window
      • C-h c C-p
      • C-h k C-p
      • C-h k previous-line
      • C-h v
      • C-h a: command apropos
      • C-x C-+ C--: increase and decrease font
  • digest of tuhdo
    • .

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home