unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Gregory Heytings <gregory@heytings.org>
To: rbell@alumni.caltech.edu
Cc: help-gnu-emacs@gnu.org
Subject: Re: Making the tab key insert a tab
Date: Sat, 26 Nov 2022 15:22:16 +0000	[thread overview]
Message-ID: <f3c1c37c494760f48315@heytings.org> (raw)
In-Reply-To: <202211251721.2APHLVIJ009122@randytool.net>


>
> In the good old days (23.3 and before?) emacs used to insert a tab when 
> I hit the tab key.  Now it ignores it.  I have to hit ctrl-q tab.  I 
> want emacs to insert a tab when I hit the tab key.  I've searched the 
> internet and tried many apparent solutions - to no avail. I usually use 
> Parindent mode.
>

You can use (global-set-key (kbd "TAB") 'self-insert-command).  Or perhaps 
(global-set-key (kbd "TAB") 'tab-to-tab-stop), which lets you configure 
the tab stops.



  reply	other threads:[~2022-11-26 15:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25 17:21 Making the tab key insert a tab rbell
2022-11-26 15:22 ` Gregory Heytings [this message]
2022-11-26 15:25 ` John Haman
2022-11-26 15:29 ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2022-11-26 15:53 rbell

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f3c1c37c494760f48315@heytings.org \
    --to=gregory@heytings.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rbell@alumni.caltech.edu \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).