From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Better indentation for elisp Date: Thu, 21 Feb 2013 10:31:32 -0500 Message-ID: References: <1361217567226-278668.post@n5.nabble.com> <1361372158545-278835.post@n5.nabble.com> <1361443867952-278923.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361460710 6381 80.91.229.3 (21 Feb 2013 15:31:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2013 15:31:50 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Sergey Mozgovoy Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 16:32:13 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U8Y85-0007a1-3d for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2013 16:32:13 +0100 Original-Received: from localhost ([::1]:58398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Y7k-0004iG-Qb for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2013 10:31:52 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Y7d-0004i2-4V for Emacs-devel@gnu.org; Thu, 21 Feb 2013 10:31:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8Y7S-0005CY-Q4 for Emacs-devel@gnu.org; Thu, 21 Feb 2013 10:31:45 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:36401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Y7S-0005C9-MM for Emacs-devel@gnu.org; Thu, 21 Feb 2013 10:31:34 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r1LFVX9T008336; Thu, 21 Feb 2013 10:31:33 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id D9A42B43AD; Thu, 21 Feb 2013 10:31:32 -0500 (EST) In-Reply-To: <1361443867952-278923.post@n5.nabble.com> (Sergey Mozgovoy's message of "Thu, 21 Feb 2013 02:51:07 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4499=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4499> : streams <910872> : uri <1351707> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157233 Archived-At: > There are 400 lines of code, after I added some better documentation and > comments. I decided to share it via pastebin > , rather than to paste > the whole code directly in a message.. Excuse me if that's not an acceptable > way to share code here, it's just the first time I do it. It's perfectly OK to send a 400-line chunk of code/patch here. It's also OK to send it via pastebin (tho I personally like it less, because when you try to find this code via a search engine, you typically only find the pastebin page and then have trouble finding the corresponding context (e.g. email in which the patch was mentioned)). Stefan "Who hasn't yet had time to look at it"