On 30 Oct 2002, Laura Conrad stated:
>>>>>> "sb" == Sridhar Boovaraghavan <[EMAIL PROTECTED]> writes:
> 
>     sb> For this reason, I have the following in my .emacs
> 
>     sb> (global-set-key (quote [C-tab]) (quote bbdb-complete-name))
> 
>     sb> Maybe needs a little getting used to, but works like a charm after.
> 
> Thanks, it seems to work.  The xemacs for that seems to be:
> 
> (define-key global-map [(control tab)] 'bbdb-complete-name)

The portable for that is

(define-key global-map (kbd "C-<tab>") 'bbdb-complete-name)

-- 
`The library at my secondary school was there for punishment, I think. I
 did liberate a number of books because I felt sorry for them.'
   --- Marna Gilligan


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to