From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65619 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: New Emacs facilities from Gnus (was: Gnus in Emacs is updated to No Gnus 0.7) Date: Sun, 11 Nov 2007 18:53:57 -0500 Message-ID: References: <87zly3y4ru.fsf@catnip.gol.com> <87odejy30k.fsf@catnip.gol.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194825300 28277 80.91.229.12 (11 Nov 2007 23:55:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Nov 2007 23:55:00 +0000 (UTC) Cc: miles@gnu.org, rms-response-1w@gnu.org, ding@gnus.org, emacs-devel@gnu.org To: Reiner Steib Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 12 00:55:03 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 1IrMdp-0007Ty-PU for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 00:55:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrMdd-0003uI-Sb for ged-emacs-devel@m.gmane.org; Sun, 11 Nov 2007 18:54:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrMct-0002nr-T3 for emacs-devel@gnu.org; Sun, 11 Nov 2007 18:54:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrMco-0002bJ-NY for emacs-devel@gnu.org; Sun, 11 Nov 2007 18:54:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrMco-0002b9-JC for emacs-devel@gnu.org; Sun, 11 Nov 2007 18:53:58 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrMco-0005ve-D3 for emacs-devel@gnu.org; Sun, 11 Nov 2007 18:53:58 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IrMcn-00010G-NX; Sun, 11 Nov 2007 18:53:57 -0500 In-Reply-To: (message from Reiner Steib on Mon, 29 Oct 2007 08:49:10 +0100) 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:82992 gmane.emacs.gnus.general:65619 Archived-At: [I sent this message a week ago but did not get a response. Could we get the discussion moving again?] * assistant.el: ;;; assistant.el --- guiding users through Emacs setup ;; Author: Lars Magne Ingebrigtsen Its purpose is to provide a setup assistant ("setup wizard" in some programs). IIRC, this is not finished yet. Is it finished to the point of actually being usable?