From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ben Bacarisse Newsgroups: gmane.emacs.help Subject: Re: Make real tabs that stay tabs Date: Tue, 13 Feb 2018 23:19:02 +0000 Organization: A noiseless patient Spider Message-ID: <87k1vgfpg9.fsf@bsb.me.uk> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1518564008 29308 195.159.176.226 (13 Feb 2018 23:20:08 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 13 Feb 2018 23:20:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 14 00:20:04 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eljrK-0005bX-3x for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Feb 2018 00:19:34 +0100 Original-Received: from localhost ([::1]:33143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eljtL-00067A-Kk for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Feb 2018 18:21:39 -0500 X-Received: by 10.28.160.20 with SMTP id j20mr366471wme.29.1518563944535; Tue, 13 Feb 2018 15:19:04 -0800 (PST) Original-Path: usenet.stanford.edu!r2no367592wmc.0!news-out.google.com!n14ni29418wmi.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-Injection-Info: reader02.eternal-september.org; posting-host="5cfcea0e451d5533d7b3db66b1a67cb2"; logging-data="10544"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+yvUqxe8LTWuS27IE2Ml/+r5P922BkZr0=" Cancel-Lock: sha1:fKQd0Qo3Fkio2fxHMl9G6w5xlaA= sha1:N8kYem/DNVCI7ZOWCNXFrD5aeWc= X-BSB-Auth: 1.bede92de54698bbfa6fd.20180213231902GMT.87k1vgfpg9.fsf@bsb.me.uk Original-Xref: usenet.stanford.edu gnu.emacs.help:221874 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:115989 Archived-At: Harry Putnam writes: > I know how to insert tabs in emacs I thought. > > C-q > > And sure enough the cursor jumps like a tab was inserted. > > So insert 2 or three but OOPS If I decide to back one out with > backspace I'm backing by spaces not by tabs. > > Seems like if I take care to insert a real tab then it ought to act > like a real tab when I backspace over it too. In recent Emacs, there's a custom option "Backward Delete Char Untabify Method" (there's a variable backward-delete-char-untabify-method too, of course) in the "Killing" group. -- Ben.