From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Making the tab key insert a tab Date: Sat, 26 Nov 2022 17:29:23 +0200 Message-ID: <83edtpspik.fsf@gnu.org> References: <202211251721.2APHLVIJ009122@randytool.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37743"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Nov 26 16:29:20 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oyx7H-0009c1-U1 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 26 Nov 2022 16:29:20 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oyx71-00056b-AY; Sat, 26 Nov 2022 10:29:03 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oyx6z-00056R-9H for help-gnu-emacs@gnu.org; Sat, 26 Nov 2022 10:29:01 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oyx6y-0007f4-WF for help-gnu-emacs@gnu.org; Sat, 26 Nov 2022 10:29:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=sIEG21AyCQGpvYvNeG4Hteq6/HKI/zXgOpaL4BkK+Do=; b=DV2bczFaLAF8 rn0R2XO692WjXziFlINcq8ZCgPea6bC/KY5fc/UfwLlDsY/m1VFUSm0fS20aeuFn4cDEDtzUFqHZp QHyhMRvoobbO9Elq2W5bdCst9a5mduAEtAURQhg6SDeA8QKfq3laAApUIPaocUI2adeQX+T2uWHkC +OSXoXLTzfLXky3mvKrdX3f4V+KIeMrH5/SCaDqQ08fw9O29KfmqZquGRDGlxaLKLIaXtNxfqaZFo nkjoLUeq7i14dz5itya/ZxFVe1Lke7fsZqJMhHoKXUp5YYxDWvTr9gjaM3Mn93gsnQB3bjwmN9/ch x7HWSz9EWQTgD7ZHMJAPKQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oyx6w-0001yJ-Pi for help-gnu-emacs@gnu.org; Sat, 26 Nov 2022 10:28:59 -0500 In-Reply-To: <202211251721.2APHLVIJ009122@randytool.net> (rbell@alumni.caltech.edu) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141177 Archived-At: > Date: Fri, 25 Nov 2022 10:21:31 -0700 > From: rbell@alumni.caltech.edu > > > In the good old days (23.3 and before?) emacs used to insert a > tab when I hit the tab key. In which mode was that? I just tried Emacs 23.3, and TAB there behaves like it does nowadays. > I have to hit ctrl-q tab. I want emacs to insert a tab when I hit the tab > key. You need to rebind TAB to a different command, most probably self-insert-command.