From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: New Emacs facilities from Gnus Date: Mon, 12 Nov 2007 19:39:36 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <87zly3y4ru.fsf@catnip.gol.com> <87odejy30k.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194918013 10491 80.91.229.12 (13 Nov 2007 01:40:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Nov 2007 01:40:13 +0000 (UTC) Cc: miles@gnu.org, rms-response-1w@gnu.org, ding@gnus.org, Reiner Steib , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 13 02:40:15 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IrklB-0004RY-Dd for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2007 02:40:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Irkkw-00068R-Gc for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 20:39:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Irkks-000680-Uv for emacs-devel@gnu.org; Mon, 12 Nov 2007 20:39:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Irkkr-00067k-UR for emacs-devel@gnu.org; Mon, 12 Nov 2007 20:39:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Irkkr-00067g-PI for emacs-devel@gnu.org; Mon, 12 Nov 2007 20:39:53 -0500 Original-Received: from blockstar.com ([170.224.69.95] helo=mail.blockstar.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Irkkg-0000bM-Bx; Mon, 12 Nov 2007 20:39:42 -0500 Original-Received: from mungo.local (c-67-186-103-18.hsd1.il.comcast.net [67.186.103.18]) by mail.blockstar.com (Postfix) with ESMTP id 95CB73F85A0; Mon, 12 Nov 2007 18:02:17 -0800 (PST) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: rms@gnu.org, Reiner Steib , emacs-devel@gnu.org, ding@gnus.org, miles@gnu.org, rms-response-1w@gnu.org In-Reply-To: (Richard Stallman's message of "Sun, 11 Nov 2007 18:53:57 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (darwin) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83102 gmane.emacs.gnus.general:65638 Archived-At: On Sun, 11 Nov 2007 18:53:57 -0500 Richard Stallman wrote: RS> [I sent this message a week ago but did not get a response. RS> Could we get the discussion moving again?] RS> * assistant.el: RS> ;;; assistant.el --- guiding users through Emacs setup RS> ;; Author: Lars Magne Ingebrigtsen RS> Its purpose is to provide a setup assistant ("setup wizard" in some RS> programs). IIRC, this is not finished yet. RS> Is it finished to the point of actually being usable? Not AFAIK. Ted