views:

441

answers:

4

I was wondering if anyone knew of any good Emacs videos.

I've found a few Vi ones like:

And hoped that I might find something similar for Emacs so I could have something proper to compare it to.

Incidentally, I'm leaning more towards Vi mostly due to the fact that my notebook keyboard has the ctrl & alt keys displaced by the direction pad making it rather uncomfortable to use Emacs.

However, I hear about the power that Emacs has and am interested in learning more. But seeing it as an inexperienced user and actually seeing an expert use it is completely different.


Update/Note:

Not entirely related but since remapping the caps-lock key to be another control key and mapping C-x C-m to M-x the issues with the Ctrl an Alt keys suddenly became less of a problem. They should have this suggestion in the Emacs tutorial in BOLD font.

Source: http://steve.yegge.googlepages.com/effective-emacs

+2  A: 

The best resource found so far:

http://www.emacswiki.org/cgi-bin/wiki/EmacsScreencasts

However, it's mostly geared toward Ruby & Lisp. And those that aren't are of questionable quality.

http://platypope.org/yada/emacs-demo/

Google is not the best for finding Emacs videos.

Jesse
+2  A: 

Basic emacs is obvious enough that you don't need a tutorial video to get started. It's feature-rich enough that you can never learn it all.

Most operating systems, shells, etc... I've used have emacs bindings. Right here in Chromium on my Mac, all of the usual editing commands (C-a for the beginning of the line, C-e for the end, C-d to delete the next character, C-t to transpose characters, M-left to go left a word, M-right to go right a word, etc...) work.

There are feature-specific tutorials out there, though.

ido mode is really awesome. I see people use emacs without it and just can't understand why they put themselves through that.

The google tech talk on org-mode is pretty good for learning about that part of it.

If you end up doing ASCII art for docs or what-not, you might like artist mode.

I use magit as a git interface quite a bit.

Dustin
Yes those are all seem to be good reasons to try out Emacs.I found that Peepcode's intro is definately good for the beginner:http://peepcode.com/products/meet-emacs$9 to view but it's 1hr long and packed full of info.
Jesse
+1  A: 

You can use M-x help-with-tutorial, which is a nice tutorial built into emacs.

jdizzle
+3  A: 

Peepcode has a good one.

Costs a bit, but yes it's a very good introduction.
Jesse
The quality of PeepCode's videos is fantastic, and more than justifies the price.
Auguste