Saturday, November 15, 2008

Emacs

Emacs is one of my favorite editor. After playing with some time i understand that,
as a programmer i felt life is very comfortable with Emacs.

Actually Emacs is purely written in Lisp, and I felt that lisp is good programming language. I tried things like chatting, remote file editing, sending mails from Emacs.

also I found a browser(conkeror), which works as Emacs for browsing.
meaning for opening URLs similar as file opening command in Emacs,
for searching also it's similar to Emacs. you don't need to use the mouse for this browser.

http://conkeror.org

i will just tell you essential commands in Emacs.

1. C-x C-f for opening a file
2. C-x C-s for saving a file
3. C-x-b for switching between buffers
4. C-x C-b for listing currently opened buffers
5. C-x-k for killing a buffer
6. C-h-t for Emacs Tutorial.
7. C-x-m opens a buffer writing mail.
8. C-c C-c sends the mail.
9. C-s for searching words in current buffer
10. C-r for reverse search

No comments: