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: 5x5 documentation Date: Mon, 20 Jun 2011 23:19:09 -0400 Message-ID: References: <80oc1u26ae.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308626397 3249 80.91.229.12 (21 Jun 2011 03:19:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 03:19:57 +0000 (UTC) Cc: pertusus@free.fr, Jay P Belanger , Karl Berry , Manuel =?iso-8859-1?Q?P=E9gouri=E9-Gonnard?= , emacs-devel@gnu.org To: Vincent =?iso-8859-1?Q?Bela=EFche?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 21 05:19:52 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QYrVH-00006g-N9 for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2011 05:19:51 +0200 Original-Received: from localhost ([::1]:35847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYrVG-0005h8-N5 for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2011 23:19:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYrUe-0005ao-WF for emacs-devel@gnu.org; Mon, 20 Jun 2011 23:19:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYrUd-0007n7-HJ for emacs-devel@gnu.org; Mon, 20 Jun 2011 23:19:12 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:39567 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYrUc-0007n3-Tj for emacs-devel@gnu.org; Mon, 20 Jun 2011 23:19:11 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAO8MAE5FxL0s/2dsb2JhbABUpmZ4iHO/YYYqBJ1ZhCI X-IronPort-AV: E=Sophos;i="4.65,398,1304308800"; d="scan'208";a="116744320" Original-Received: from 69-196-189-44.dsl.teksavvy.com (HELO pastel.home) ([69.196.189.44]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 20 Jun 2011 23:19:10 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B673F59011; Mon, 20 Jun 2011 23:19:09 -0400 (EDT) In-Reply-To: <80oc1u26ae.fsf@gmail.com> ("Vincent =?iso-8859-1?Q?Bela=EFch?= =?iso-8859-1?Q?e=22's?= message of "Sat, 18 Jun 2011 23:12:09 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:140754 Archived-At: > Somebody from this forum asked for documentation of the algorithm which > I used. So I wrote a comprehensive documentation of 5x5. Actually the > primary objective was just to describe the algorithm, but it ended in > describing the whole thing. Thanks. I don't think we'll want to include a separate Texinfo manual for that with Emacs, tho. We could include a version of that doc as a comment in 5x5.el (could be marked up (maybe even with Texinfo markup) and come with a command that would extract the text from the comment and pass it to some tool for rendering, if you want to get fancy). Stefan