From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tamas K Papp Newsgroups: gmane.emacs.help Subject: Re: indenting keyword arguments so far Date: 8 Sep 2008 19:14:29 GMT Message-ID: <6ilbslFqsurcU2@mid.individual.net> References: <6ikqv2Fr5mrqU1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1220903009 8254 80.91.229.12 (8 Sep 2008 19:43:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2008 19:43:29 +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 Sep 08 21:44:23 2008 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.50) id 1Kcmej-0007hW-0w for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Sep 2008 21:44:13 +0200 Original-Received: from localhost ([127.0.0.1]:60615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kcmdj-0006Pd-5J for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Sep 2008 15:43:11 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-X-Trace: individual.net ZsCRFd+40LwY1jujxpxCxgh0+gwxTtVLhvcG/MrJQ0MQBt02Js Cancel-Lock: sha1:cO4F6cS1mDbfzEMEZsQ19TYV5dg= User-Agent: Pan/0.132 (Waxed in Black) Original-Xref: news.stanford.edu gnu.emacs.help:162002 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:57344 Archived-At: On Mon, 08 Sep 2008 15:20:06 +0000, Joost Kremers wrote: > have you tried starting emacs with either the -q (no ~/.emacs or > default.el) or -Q (no site-start.el either) switch and see if it works > then? if it does, go through your config files with a fine comb. I tried both -q and -Q, and it changed nothing about the indentation of foo in the original example. Weird. Maybe I will try to compile the latest emacs snapshot... Tamas