On Oct 28, 2004, at 3:09 PM, Thomas Schilling wrote:
Am Thu, 28 Oct 2004 08:11:38 +0200 schrieb Edi Weitz edi@agharta.de:
On Wed, 27 Oct 2004 21:50:07 -0400, David Steuber
On OS X, M-TAB is taken by the system for task switching. What do people generally map in its place (and how)? ESC TAB works, but it is a bit awkward. There is also M-/ but I don't want to change that. I also want to keep the command key as Meta.
I use C-TAB on Windows.
(define-key slime-mode-map [tab] 'slime-indent-and-complete-symbol)
Though that may cause some unwanted effects in some situations. But decide for yourself.
A one key stroke solution sounds nice. You have to hit the tab twice to get the list of completions, right? At least that's how it works in the repl and in bash.