Re: New user - can't get Meta-tab to work on OS X [message #33106 is a reply to message #33101] |
Tue, 03 December 2002 12:01   |
psisquared
Messages: 5 Registered: December 2002
|
Junior Member |
|
|
In <of7H9.98364$ea.1671420@news2.calgary.shaw.ca> Dick Jackson wrote:
> From: "Dick Jackson" <dick@d-jackson.com>
> Newsgroups: comp.lang.idl-pvwave
> Subject: Re: New user - can't get Meta-tab to work on OS X
> Date: Tue, 03 Dec 2002 19:04:52 GMT
> Organization: Shaw Residential Internet
>
> I had trouble with M-Tab under Windows 2000 (conflict with Windows'
> change-application hotkey), so I added this to my .emacs file to make
> C-M-Tab do the completion:
>
> (add-hook 'idlwave-mode-hook
> '(lambda ()
> (define-key idlwave-mode-map
> [(control meta tab)] 'idlwave-complete)
> ))
>
> Hope this helps you out!
>
> Cheers,
> --
> -Dick
>
> Dick Jackson / dick@d-jackson.com
> D-Jackson Software Consulting / http://www.d-jackson.com
> Calgary, Alberta, Canada / +1-403-242-7398 / Fax: 241-7392
>
>
>
Dick,
Thanks for the tip! It's weird, I still get 'No tags table loaded try M-
x visit-tags-table' with your hook in my .emacs file, but if I change it
to (control meta q), it works! Something about emacs/idlwave doesn't
like my tab key. At least now I can get completions without using the
menu!
-Rob
|
|
|