From: Will Parsons <oudeis@nodomain.invalid>
To: help-gnu-emacs@gnu.org
Subject: Re: TAB key to insert tab character
Date: 9 Feb 2008 17:58:58 GMT [thread overview]
Message-ID: <slrnfqrqf2.1ot7.oudeis@isis.thalatta.eme> (raw)
In-Reply-To: 13qrq5pk60d3n9a@news.supernews.com
Blake McBride wrote:
> Peter Dyballa wrote:
>>
>> Am 09.02.2008 um 00:36 schrieb Blake McBride:
>>
>>> What I want (in TEXT & FUNDAMENTAL modes) is for the TAB key to just
>>> add a TAB.
>>
>> C-q TAB is this a choice?
>
> Of course not. It does work, but I'm not going to type C-q TAB every
> time I want a TAB any more than I'm willing to type C-q R every time I
> want an "R".
You could do what I do - bind Ctrl-Tab to insert an ASCII <tab>:
(global-set-key [C-tab] (lambda () (interactive) (insert-char 9 1)))
- Will
next prev parent reply other threads:[~2008-02-09 17:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-08 23:36 TAB key to insert tab character Blake McBride
2008-02-09 4:34 ` Drew Adams
[not found] ` <mailman.7193.1202531707.18990.help-gnu-emacs@gnu.org>
2008-02-09 5:16 ` Blake McBride
2008-02-09 13:13 ` Steve Taylor
2008-02-09 10:03 ` Peter Dyballa
[not found] ` <mailman.7204.1202551399.18990.help-gnu-emacs@gnu.org>
2008-02-09 17:54 ` Blake McBride
2008-02-09 17:58 ` Will Parsons [this message]
2008-02-09 19:46 ` Eli Zaretskii
2008-02-09 20:56 ` Blake McBride
2008-02-10 4:14 ` Eli Zaretskii
[not found] ` <mailman.7240.1202616871.18990.help-gnu-emacs@gnu.org>
2008-02-11 14:27 ` Blake McBride
2008-02-12 19:38 ` Eli Zaretskii
[not found] ` <mailman.7229.1202586422.18990.help-gnu-emacs@gnu.org>
2008-02-10 1:18 ` Will Parsons
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=slrnfqrqf2.1ot7.oudeis@isis.thalatta.eme \
--to=oudeis@nodomain.invalid \
--cc=ellenophilos@yahoo.com \
--cc=help-gnu-emacs@gnu.org \
/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.