From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Hegbloom Newsgroups: gmane.emacs.help Subject: Re: Some questions of a newbie Date: Fri, 27 Apr 2007 09:11:48 -0600 Message-ID: <1177686708.9111.8.camel@oaktree.lan> References: <46288bfb$0$337$e4fe514c@news.xs4all.nl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177686766 8498 80.91.229.12 (27 Apr 2007 15:12:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Apr 2007 15:12:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Cecil Westerhof Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 27 17:12:45 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 1HhS7o-0005yN-Kc for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Apr 2007 17:12:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhSDf-0001U3-Bp for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Apr 2007 11:18:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HhSCs-0001GK-3S for help-gnu-emacs@gnu.org; Fri, 27 Apr 2007 11:17:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HhSCq-0001FV-6M for help-gnu-emacs@gnu.org; Fri, 27 Apr 2007 11:17:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhSCq-0001FO-1P for help-gnu-emacs@gnu.org; Fri, 27 Apr 2007 11:17:56 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HhS6y-00059t-4t for help-gnu-emacs@gnu.org; Fri, 27 Apr 2007 11:11:52 -0400 Original-Received: by py-out-1112.google.com with SMTP id u77so1164556pyb for ; Fri, 27 Apr 2007 08:11:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=OnIh6GljrEOQCUgc7MNAPHQ4BwSvdiDaBXsCOZ5NntDIDinNghvSTOnwD37Vp8KnzydYPjwbVJPHoqdUqA93jkiZDf6knlocTau1dkzygFOpEyTfCiw2jJu6fTUkEZkkJKrXLdoXCgglCFvQTDZCKf5B+/0R2g5CliUfOIGDHcU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=JaJPXbp78rJ6QaRh935IX9mEzHzsR/O5fkBL7JG5GbBO9dtqKEaD5S0v/Q101QojhT9cL41GIqg9Y4aJkK0cCcFGOGpOXCSTbfuGhj6iD8wfaZUgbNCSeV+mnMoIJxJPM/C72zSq/+rU4R4ttyIRO0BiFZqhKcHSvWRrQ13nlzQ= Original-Received: by 10.35.114.16 with SMTP id r16mr5459215pym.1177686711208; Fri, 27 Apr 2007 08:11:51 -0700 (PDT) Original-Received: from ?192.168.1.64? ( [67.166.69.81]) by mx.google.com with ESMTP id v15sm1697748pyh.2007.04.27.08.11.50; Fri, 27 Apr 2007 08:11:50 -0700 (PDT) In-Reply-To: <46288bfb$0$337$e4fe514c@news.xs4all.nl> X-Mailer: Evolution 2.10.1 X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:43281 Archived-At: On Fri, 2007-04-20 at 11:46 +0200, Cecil Westerhof wrote: > For comment I see that there is sometimes used one, sometimes two and > sometime three ';'. Does this has a reason, or not? Automatic indenting will keep ';;;' at the left margin, ';;' will indent to the same level as the surrounding code, and ';' will indent to the hanging indent column.