help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting the TAB key for filename completion


From: Davin Pearson
Subject: Re: Getting the TAB key for filename completion
Date: Wed, 20 Aug 2008 01:24:44 -0700 (PDT)
User-agent: G2/1.0

On Aug 20, 5:21 pm, Kevin Rodgers <kevin.d.rodg...@gmail.com> wrote:
> (define-key minibuffer-local-map "\t" 'my-complete-file); or (kbd "TAB")

Thanks, this works fine for me.

Another question I have is this.  Why doesn't the following command
redefine Control-Q to quit?

(global-set-key "\C-q" 'keyboard-quit)

Is this a bug in Emacs?  My suspicion is that is the case.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]