thanks for your emacs intro last night - its inspired me to try and work out what stopped me using emacs, and to fix it. I took terrible notes - could you mail round that list of useful places and notes you worked from please.
Thanks
Mike
I think Menno hit the highlights, but here is what I have anyway.
Thanks everyone for coming. I had a great time.
cheers,
Bruce
* Keys
** What?
C- (control)
M- (meta, usually alt)
** Undoing
C-_
C-/
C-x u
C-g keyboard quit
** Moving
C-n
C-p
C-f
C-b
** Deleting
C-d
M-d
C-k
* Modes
[[http://slashdot.org][slashdot]]
Learn only what you need to start with plus a few things that go with
everything.
Leave the menus on to start as they'll give you some clues about what
you can do, but C-h m will let you know what is available in the
mode.
** Dired
C-x d
** Magit
C-x g magit mode
In magit mode:
s to stage
c to commit
When you commit it creates a buffer for you to create your change log
message. When you are finished just do C-c C-c
* Resources
** elpa
M-x package-list-packages
** Emacswiki
** Emacs Starter Kit
https://github.com/technomancy/emacs-starter-kit
** Emacs 23
Why? All the cool new stuff works with emacs 23 and doesn't with
22, 21, 20 and 19.