From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: indenting keyword arguments so far Date: Tue, 09 Sep 2008 00:26:27 +0200 Message-ID: <87wshmz33g.fsf@thievol.homelinux.org> References: <6ikqv2Fr5mrqU1@mid.individual.net> <6ilbq3FqsurcU1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220912289 13206 80.91.229.12 (8 Sep 2008 22:18:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2008 22:18:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tamas K Papp Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 09 00:19:04 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 1Kcp4W-0001ZS-Bn for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2008 00:19:00 +0200 Original-Received: from localhost ([127.0.0.1]:57666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kcp3W-0004ns-Cj for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Sep 2008 18:17:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kcp37-0004ng-I1 for help-gnu-emacs@gnu.org; Mon, 08 Sep 2008 18:17:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kcp36-0004nG-OW for help-gnu-emacs@gnu.org; Mon, 08 Sep 2008 18:17:32 -0400 Original-Received: from [199.232.76.173] (port=38988 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kcp36-0004nA-G4 for help-gnu-emacs@gnu.org; Mon, 08 Sep 2008 18:17:32 -0400 Original-Received: from yx-out-1718.google.com ([74.125.44.156]:29090) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kcp36-0006OY-Ln for help-gnu-emacs@gnu.org; Mon, 08 Sep 2008 18:17:32 -0400 Original-Received: by yx-out-1718.google.com with SMTP id 34so1055461yxf.66 for ; Mon, 08 Sep 2008 15:17:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=oY6yIHgb3YVDpDgPBSAPs7JRTrhP902ALpRaXNc+fOo=; b=n1IHovIBqGjkSNbshgrdHSMazGIraOblGdbD3aNkk54MpKIvf4sjnHCKL9d6aPduuD 8VXmkUKZ0rb9i5K8ugWABXqA+nsIJ4qEyGxNg00faM+vI1RQMAlkwve//lRG4ob3MSXE ikfT0rdimj1P0nC2U3lMs1O9+IraMPMNck7VU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=t4o3xb/ROioyWe5JD/Txn9u7aD9GI83rPkFrLhVqHI+McntFmGI/q6r0sNbgdbc1P0 bLpCRI7vGtN6D982MiGtrKRdvhTtXFi5sGy0WwPKFHYoAz13G0zY3KdMEQ1AcCUuOYV8 DKHVSzk0kSvalV60VLYTQ8NmdjOdoA3kl8sys= Original-Received: by 10.103.227.10 with SMTP id e10mr156669mur.38.1220912250256; Mon, 08 Sep 2008 15:17:30 -0700 (PDT) Original-Received: from thievol.homelinux.org ( [77.197.77.130]) by mx.google.com with ESMTPS id e10sm7291193muf.14.2008.09.08.15.17.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Sep 2008 15:17:29 -0700 (PDT) In-Reply-To: <6ilbq3FqsurcU1@mid.individual.net> (Tamas K. Papp's message of "8 Sep 2008 19:13:07 GMT") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:57349 Archived-At: Tamas K Papp writes: > 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. You can try to write this code in your .emacs and restart emacs. It would work. -- A + Thierry Volpiatto Location: Saint-Cyr-Sur-Mer - France