From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jean-Michel Hufflen Newsgroups: gmane.emacs.help Subject: Info about indentation. Date: Tue, 10 Apr 2007 01:07:07 +0200 Message-ID: <200704100107.07792.jmhufflen@free.fr> Reply-To: jmhufflen@free.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176225620 10282 80.91.229.12 (10 Apr 2007 17:20:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Apr 2007 17:20:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 10 19:19:11 2007 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 1HbFdU-0005ks-6r for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Apr 2007 14:39:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbFhP-0000Ns-Lm for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Apr 2007 08:43:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hb27C-0003eB-Iv for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 18:13:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hb27B-0003ak-8o for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 18:13:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hb27B-0003aX-0m for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 18:13:33 -0400 Original-Received: from smtp3-g19.free.fr ([212.27.42.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hb23I-0002ap-Pj for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 18:09:32 -0400 Original-Received: from jus25-1-82-226-148-114.fbx.proxad.net (jus25-1-82-226-148-114.fbx.proxad.net [82.226.148.114]) by smtp3-g19.free.fr (Postfix) with ESMTP id 661BE5E0F1 for ; Tue, 10 Apr 2007 00:09:31 +0200 (CEST) User-Agent: KMail/1.5.4 Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 X-Mailman-Approved-At: Tue, 10 Apr 2007 08:43:36 -0400 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:42558 Archived-At: Dear Emacs'ers, I use emacs to write Scheme programs, and I would like to the following program to be displayed as: (cond ((x y z) => cdr) ... that is, "cdr" just below (x y z), because "cdr" it is located after "=>". By default, emacs displays it like: (cond ((x y z) => cdr) ... Does someone know how to proceed? Many thanks in advance, J.-M. Hufflen