From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Hartwig Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] add web/mime support Date: Mon, 11 Feb 2013 20:33:10 +0800 Message-ID: References: <87vcaxiex3.fsf@pobox.com> <1358410621.2720.8.camel@Renee-desktop.suse> <87622wdsz3.fsf@pobox.com> <1358419055.2720.18.camel@Renee-desktop.suse> <874nifdfx2.fsf@pobox.com> <1360156423.2754.70.camel@Renee-desktop.suse> <1360575497.5068.10.camel@Renee-desktop.suse> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1360585999 12680 80.91.229.3 (11 Feb 2013 12:33:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2013 12:33:19 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Feb 11 13:33:40 2013 Return-path: Envelope-to: guile-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 1U4sZn-0005dI-CV for guile-devel@m.gmane.org; Mon, 11 Feb 2013 13:33:39 +0100 Original-Received: from localhost ([::1]:34401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4sZS-00029h-AQ for guile-devel@m.gmane.org; Mon, 11 Feb 2013 07:33:18 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4sZN-00028Q-EO for guile-devel@gnu.org; Mon, 11 Feb 2013 07:33:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4sZL-0001Cn-KY for guile-devel@gnu.org; Mon, 11 Feb 2013 07:33:13 -0500 Original-Received: from mail-ie0-x22a.google.com ([2607:f8b0:4001:c03::22a]:54451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4sZL-0001CC-Gd for guile-devel@gnu.org; Mon, 11 Feb 2013 07:33:11 -0500 Original-Received: by mail-ie0-f170.google.com with SMTP id c11so7685965ieb.29 for ; Mon, 11 Feb 2013 04:33:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=rx9Rt+fpzGb5v+C9gjK0JpB28wf874q2US4L/mUJwn8=; b=DH2KdShfh30VB6S26DlLs2ffI+ao6dlvM8WqY3/AYswMXIc9l9b64MsXMDIr/LmdW7 aUuO+BvuoKvPmERb9mHOPogjjWb5b0lxmg4/TiAw9y0X4Ksct7n5Siqik0NcuV09gOBA l9PYQEcBDPgLXuNo0K7Ml0hcHKx0NgtuZKL8vckkVrTNtK/tyf8KCOj8XAL3aRfZKkAY x2VU+QiUn3OmcJCkPFb03LlYZYtnH6bfgXUBsUPLMl4e3L3bxRzM4LE9MK0L+t/dXa4s lFdFIa5AiweiP+UEyB+tUPZNvGHhEG4M1oD8tVHSTqmRyoj23G9S6Og72eehaIIVrguU fpNw== X-Received: by 10.43.65.145 with SMTP id xm17mr17199580icb.35.1360585990228; Mon, 11 Feb 2013 04:33:10 -0800 (PST) Original-Received: by 10.64.76.51 with HTTP; Mon, 11 Feb 2013 04:33:10 -0800 (PST) In-Reply-To: <1360575497.5068.10.camel@Renee-desktop.suse> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22a X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15727 Archived-At: On 11 February 2013 17:38, Nala Ginrut wrote: > But there's a different for MIME, since it should be a part of web > module IMO (or not?). So I'm hesitated again. There is no pressing need to include or not. While it is a work in progress it is easier to distribute and inspect if it is an external package. As it accumulates users and matures more, then it can be considered for inclusion in the core. Incorporating external packages in to the core is very easy. Anyways. Get a useful package is more important than include-everything-in-core.