Emacs && Lisp
-----ELisp-----
Emacs Lisp Manual - one pageEmacs 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
- Select a tags table: (setq tags-table-list '("~/emacs" "/usr/local/lib/emacs/src"))
- Create Your Own TAGS File
ELisp Examples & Exercises
- Xah Emacs Lisp Tutorial Emacs Lisp Examples
- Emergency Elisp
- Elisp Cookbook also here
- PlanetEmacs
- ttn's Emacs Lisp tutorial
- tuhdo github
-----Emacs-----
- install packages: list-packages
- Melpa: package-list-packages: Type "I" then "X" to install
- install packages: ELPA/MELPA
- Configurations
- C/C++ Development Environment for Emacs: with clear demonstration of how to setup C/D++ Development Environment
- http://cedet.sourceforge.net/
- Emacs - Setting up perfect environment for C/C++
- Misc
- The Ultimate Collection of Emacs Resources
- use TRAMP to manipulate files remotely
- http://planet.emacsen.org/
- Mastering Emacs: Beginner’s Guide to Emacs
- Learn Emacs in Ten Years
- Package Management in Emacs: The Good, the Bad and the Ugly
- 20.12 Prefix Command Arguments
- yukihiro matz, how-emacs-changed-my-life
- Time spent developing good habits is time well spent....
- programmers are passionate about programming and people who are passionate about it tend to find tools that help drive that passion. Emacs is such a tool....
- Packages
- Emacs Basic
- .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
- .
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home