From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenneth Wolcott Newsgroups: gmane.emacs.help Subject: How to change Perl mode indentation to two spaces and no tabs? Date: Mon, 15 Jun 2015 09:38:06 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1434389989 11120 80.91.229.3 (15 Jun 2015 17:39:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Jun 2015 17:39:49 +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 Jun 15 19:39:47 2015 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 1Z4YMN-0008FR-IP for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Jun 2015 19:39:47 +0200 Original-Received: from localhost ([::1]:35736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4YMM-0008Cx-NQ for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Jun 2015 13:39:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4XOh-0001Gj-O7 for help-gnu-emacs@gnu.org; Mon, 15 Jun 2015 12:38:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4XOg-0003g2-Vb for help-gnu-emacs@gnu.org; Mon, 15 Jun 2015 12:38:07 -0400 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:33182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4XOg-0003fq-Nu for help-gnu-emacs@gnu.org; Mon, 15 Jun 2015 12:38:06 -0400 Original-Received: by wiwd19 with SMTP id d19so80686294wiw.0 for ; Mon, 15 Jun 2015 09:38:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=qneSD4LH+ujcP2+6DPhvpi7ypgFRvZ6v1Ovwl9LB2NM=; b=j8Q1w/uV2ZbRi8U4j0hHp3Ab9ILcCniiSYO+zbJgv1nVN9xvEF3pA5tAO8TwG6WYim PgGN3+Js3T7YpkYGu4gdI60zIsf41YkxJoVVXY6+xU5KuTwJh496+mQPgRaDvjnbdbl6 60lq2msi5wHd5yFX3vIBuqiSaIEgYLarL3yqDODa66q8LOYLoQYjByFWANd+Buq8kQxe thYvcWhUovswvqq7rUDcdtnCKnJBUB+Sb7DhH0AykJuuSgvB2Sln76RLDPiEdtrgjTnZ b9lOfSEUOvdAUsBVHF6kjc2XA2ZTnV7TYVgd0Iw1TOeCl0hJSFWSCD4jLJuY45Q03Z5m g3SQ== X-Received: by 10.180.87.201 with SMTP id ba9mr32953930wib.73.1434386286097; Mon, 15 Jun 2015 09:38:06 -0700 (PDT) Original-Received: by 10.28.135.20 with HTTP; Mon, 15 Jun 2015 09:38:06 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::234 X-Mailman-Approved-At: Mon, 15 Jun 2015 13:32:24 -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:104952 Archived-At: HI; I'd like to change the default indentation of the Emacs Perl mode from four spaces (and tabs?) to be two spaces and no tabs. How do I do this? I'd also like to do this for my bash (bourne?) shell scripts. I'm on MacOS (Darwin) and various flavors of Linux. Thanks, Ken Wolcott