From: "Davin Pearson" <davin.pearson@gmail.com>
To: "Nikolaj Schumacher" <me@nschum.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Getting the TAB key for filename completion
Date: Thu, 21 Aug 2008 13:34:45 +1200 [thread overview]
Message-ID: <8d7d1e6d0808201834q161a143co2ef1709c9ab8d057@mail.gmail.com> (raw)
In-Reply-To: <m2myj7rk1h.fsf@nschum.de>
2008/8/20 Nikolaj Schumacher <me@nschum.de>:
> And redefining it works for me. Are you sure `keyboard-quit' is the
> command you mean?
Evaluate the following code:
(global-set-key "\C-q" 'keyboard-quit)
Then do a C-x C-e on the following form:
(while t)
You will see that the only way to break out of the infinite loop is to
press C-g. Note that C-q doesn't work in spite of the above binding
of C-q. I assume that the reason C-q doesn't work is because of a
design oversight of the creators of Emacs.
--
Sincerely and kindest regards, Davin.
Davin Pearson http://www.davinpearson.com
next prev parent reply other threads:[~2008-08-21 1:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-19 0:07 Getting the TAB key for filename completion Davin Pearson
2008-08-20 5:21 ` Kevin Rodgers
[not found] ` <mailman.17097.1219209711.18990.help-gnu-emacs@gnu.org>
2008-08-20 8:24 ` Davin Pearson
2008-08-20 11:03 ` Peter Dyballa
2008-08-20 11:40 ` Nikolaj Schumacher
2008-08-21 1:34 ` Davin Pearson [this message]
[not found] ` <mailman.17201.1219282492.18990.help-gnu-emacs@gnu.org>
2008-08-21 5:33 ` Andreas Politz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8d7d1e6d0808201834q161a143co2ef1709c9ab8d057@mail.gmail.com \
--to=davin.pearson@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=me@nschum.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.