Classical learning curves for common editors
Posted by Doug Thu, 09 Feb 2006 14:22:59 GMT

I’m not certain where this originated from, but this link was pasted in #emacs.
Posted by Doug Thu, 09 Feb 2006 14:22:59 GMT

I’m not certain where this originated from, but this link was pasted in #emacs.
Posted by Doug Wed, 05 Oct 2005 22:27:32 GMT
Happy, Happy! Joy, Joy! I had been using MS-Windows as a remote access client for my Unix development at this engagement. I’ve just gotten official approval to plug my PowerBook into the network! That means I can happily go back to using Emacs with tramp for remote editing.
The director in charge of that decision only had two concerns. First, he recognized that the Mac is inherently more secure than Windows. As such, he wasn’t worried about my machine being a vector for introducing viruses. Second, he mentioned there was some concern about me copying confidential data onto my machine that would then leave their campus. Of course, he also said I could do the same thing with a memory stick and that trust had to be involved either way.
Posted by Doug Wed, 09 Mar 2005 04:30:00 GMT
I’ve added(global-set-key (kbd "A-f") 'isearch-forward) (global-set-key (kbd "A-M-f") 'occur) (global-set-key (kbd "A-g") 'isearch-repeat-forward) (global-set-key (kbd "A-a") 'mark-whole-buffer) (global-set-key (kbd "A-s") 'save-buffer) (global-set-key (kbd "A-q") 'save-buffers-kill-emacs) (global-set-key (kbd "A-o") 'mac-key-open-file) (global-set-key (kbd "A-i") 'mac-key-show-in-finder) (global-set-key (kbd "A-p") 'ps-print-buffer-with-faces) (global-set-key (kbd "A-z") 'undo)to my
.emacs for a more complete conformance to the typical Mac key bindings. This is taken from mac-key-mode.el. I made a quick attempt at just using mac-key-mode, but it didn’t work. So, I just grabbed the key definitions and added them to my list.
Copyright 2001 - 2005 by Lathi.net and Doug Alcorn