From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brendan Miller Newsgroups: gmane.emacs.help Subject: emacs lisp indentation variables? Date: Wed, 27 Oct 2010 13:38:29 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1288212152 22988 80.91.229.12 (27 Oct 2010 20:42:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2010 20:42:32 +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 Oct 27 22:42:31 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PBCpK-0005sI-Pv for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 22:42:31 +0200 Original-Received: from localhost ([127.0.0.1]:47012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBCpK-0001Va-5n for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 16:42:30 -0400 Original-Received: from [140.186.70.92] (port=50720 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBCoi-00013G-DW for help-gnu-emacs@gnu.org; Wed, 27 Oct 2010 16:41:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBClS-0003uu-AP for help-gnu-emacs@gnu.org; Wed, 27 Oct 2010 16:38:31 -0400 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:50551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBClS-0003uf-84 for help-gnu-emacs@gnu.org; Wed, 27 Oct 2010 16:38:30 -0400 Original-Received: by qyk4 with SMTP id 4so1153194qyk.0 for ; Wed, 27 Oct 2010 13:38:29 -0700 (PDT) Original-Received: by 10.224.193.70 with SMTP id dt6mr2940067qab.167.1288211909212; Wed, 27 Oct 2010 13:38:29 -0700 (PDT) Original-Received: by 10.224.67.142 with HTTP; Wed, 27 Oct 2010 13:38:29 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75257 Archived-At: I'm trying to fix part of my configuration that is causing excessive indentation on emacs lisp. For instance the indentation for this: (dolist (elem (list 1 2 3 4)) (message "elem %d" elem)) (message is indented to line up with (elem. In a default emacs install I know it doesn't have this behavior. I have a pretty complicated configuration, so I figure I probably set some variable somewhere that changes elisp indentation behavior; however, I'm iffy on what settings to look out for.