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:13:07 GMT Message-ID: <6ilbq3FqsurcU1@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 1220902960 8052 80.91.229.12 (8 Sep 2008 19:42:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2008 19:42:40 +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:43:36 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 1Kcmdp-0007KQ-7o for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Sep 2008 21:43:17 +0200 Original-Received: from localhost ([127.0.0.1]:42261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kcmcp-00051z-A2 for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Sep 2008 15:42:15 -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: 12 Original-X-Trace: individual.net ZW0kmTlqwHZAb+PoC/3d3QfZi3nXX9B4bA1ZiFm8+FaPYn4PSd Cancel-Lock: sha1:2dq95ndb7cddBbd/E/+UDr0kBzI= User-Agent: Pan/0.132 (Waxed in Black) Original-Xref: news.stanford.edu gnu.emacs.help:162001 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:57343 Archived-At: On Mon, 08 Sep 2008 17:19:20 +0200, Thierry Volpiatto wrote: > it seem `common-lisp-indent-function' is set for lisp-mode, and > emacs-lisp-mode overhide this settings. How did you set > lisp-indent-function ? (with a hook may be?) if you just set it with: > ,---- > | (setq lisp-indent-function 'common-lisp-indent-function) `---- I tried M-: (setq lisp-indent-function 'common-lisp-indent-function), but it changed nothing about the indentation of foo above. Tamas