Xaonon> But with the GUI version, I can get actual work done while Xaonon> absorbing the key commands gradually. I go to save Xaonon> something, for instance, and in the menu next to the Xaonon> option it says 'C-x C-s'. Okay, that's simple enough; I Xaonon> stick that in the front of my brain for use the next time, Xaonon> and after a few repititions it sinks in. And so forth. I Xaonon> think it'll take longer to learn to use M-f and the like Xaonon> instead of arrow keys, but perhaps in time.
So, you can eventually understand why Emacs users (like me) don't have any problems remembering the key strokes! We don't memorize them by heart. Once it has become a reflex action, you do it without thinking. To develop a reflex, you just need to repeat it. It's that simple.
OTOH, with a GUI that never hints you what the short cut keys (if it ever provides any) are, you're eternally stuck with the menu digging process. It's just more tiring to have to dig through all the menus again and again just to repeat simple things.
And I'm not against GUI. Just against poorly designed ones, like most 'user-friendly' programs. XFig, for instance, has a very productive (again, it takes time to reach the productivity, but it pays off in the long run) GUI. And I like it a lot.
A GUI like Emacs's one that encourages you to learn and discovery is a good thing. Ah! Have you got to the point where you know how to customize key bindings? Note that the keyboard hints on Emacs's menus will change accordingly to the current bindings. That's cool, isn't it?
Xaonon> Now if you'll excuse me, I have to finish converting all Xaonon> the 'normal' quotes in my text-version books into proper Xaonon> ''LaTeX'' quotes. (If anyone knows a faster way to do this Xaonon> than with regular expressions, by the way, I'd love to Xaonon> hear it.)
M-x latex-mode RET
Et voila! Type ', and you get '' or '', depending on context. Smarter that the 'smart quotes' somewhere.