From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: eisenfinger Newsgroups: gmane.emacs.help Subject: viper-mode, how to indent with spaces instead of a tab Date: Sun, 14 Apr 2013 11:06:03 -0700 (PDT) Message-ID: <8db2bb8b-d395-421f-ba98-ec0083f43649@di5g2000pbc.googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1366039206 14855 80.91.229.3 (15 Apr 2013 15:20:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Apr 2013 15:20:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 15 17:20:10 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1URlCO-0006oJ-0I for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Apr 2013 17:20:04 +0200 Original-Received: from localhost ([::1]:54971 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URlCN-0006bN-G8 for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Apr 2013 11:20:03 -0400 X-Received: by 10.224.160.65 with SMTP id m1mr11350805qax.2.1365962763522; Sun, 14 Apr 2013 11:06:03 -0700 (PDT) X-Received: by 10.50.5.197 with SMTP id u5mt2577254igu.0.1365962763382; Sun, 14 Apr 2013 11:06:03 -0700 (PDT) Original-Path: usenet.stanford.edu!t2no54310566qal.0!news-out.google.com!ef9ni31353qab.0!nntp.google.com!ca1no44844715qab.0!postnews.google.com!di5g2000pbc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: di5g2000pbc.googlegroups.com; posting-host=96.30.239.79; posting-account=8ptC1goAAADtmGjOpJPJVT9LyTXcgSV9 Original-NNTP-Posting-Host: 96.30.239.79 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (compatible; Konqueror/4.4; Linux) KHTML/4.4.3 (like Gecko),gzip(gfe) Injection-Date: Sun, 14 Apr 2013 18:06:03 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:197887 X-Mailman-Approved-At: Mon, 15 Apr 2013 11:18:18 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90172 Archived-At: In viper-mode, how do you cause spaces to be inserted instead of a tab character. For example, in Vi (elvis) the startup file would contain 'set it=spaces'. Evidently, (setq-default indent-tabs-mode nil) is not sufficient by itself for viper-mode. I don't understand the key binding process well enough to write my own script.