From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] add web/mime support Date: Wed, 06 Feb 2013 21:13:43 +0800 Organization: HFG Message-ID: <1360156423.2754.70.camel@Renee-desktop.suse> 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1360156440 19837 80.91.229.3 (6 Feb 2013 13:14:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2013 13:14:00 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Feb 06 14:14:19 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 1U34pO-0001iB-KO for guile-devel@m.gmane.org; Wed, 06 Feb 2013 14:14:18 +0100 Original-Received: from localhost ([::1]:50033 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U34p5-0000Mw-S9 for guile-devel@m.gmane.org; Wed, 06 Feb 2013 08:13:59 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U34p3-0000Mc-F1 for guile-devel@gnu.org; Wed, 06 Feb 2013 08:13:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U34p2-0007zK-AC for guile-devel@gnu.org; Wed, 06 Feb 2013 08:13:57 -0500 Original-Received: from mail-da0-f47.google.com ([209.85.210.47]:43612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U34p2-0007zD-4B for guile-devel@gnu.org; Wed, 06 Feb 2013 08:13:56 -0500 Original-Received: by mail-da0-f47.google.com with SMTP id s35so657404dak.34 for ; Wed, 06 Feb 2013 05:13:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:subject:from:to:cc:date:in-reply-to :references:organization:content-type:x-mailer:mime-version :content-transfer-encoding; bh=wSVW2ffR6pqEOPeWF1/G034TcBx1l80xym4x8nbuUTs=; b=jdbrRHNa2K59TkzGue2Q07bf5+Mu0w22oYl4W4nd0hEc6zx2GVYExXKdgg7L5r0cOi +MN92K6KAEeV5lTP4EdOzFVk5js4dgPwum6f9EDHsAp5K4hUmJaNDX4p0QjJ6eX/kYE2 E9DQrJXxiNR3CJYDl7Q6YOARNsgOeve8qor2JK7iIF0kkYgDg1oY/uhcRDyogwvV0DiL ta+9S0l2NAAo89lBAUWt2M33JMyIDx1ZHDCJd0uFiO+ZlNEvkDVtB99oxuocGhIrwMPw 0V6pM/OK1T+sZik6EOYCyytZ5XPfIuJ93IDrXvt8UtGDbIKYABn0JRkyqkqPqRhqWZVq Blmw== X-Received: by 10.66.78.1 with SMTP id x1mr75791920paw.2.1360156433077; Wed, 06 Feb 2013 05:13:53 -0800 (PST) Original-Received: from [10.100.36.122] (li335-136.members.linode.com. [96.126.102.136]) by mx.google.com with ESMTPS id d1sm1212366paz.17.2013.02.06.05.13.48 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 05:13:51 -0800 (PST) In-Reply-To: <874nifdfx2.fsf@pobox.com> X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.210.47 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:15690 Archived-At: On Thu, 2013-01-17 at 15:48 +0100, Andy Wingo wrote: > On Thu 17 Jan 2013 11:37, Nala Ginrut writes: > > > PS: Do you think it's proper to use the same implementation in my server > > project? I'm not sure whether this mime thing would exist in any GNU > > system for a server purpose rather than a desktop one. > > Why would it not exist on a server? My server has a full > /usr/share/mime directory, and I know I haven't installed anything > desktop-related. > /usr/share/mime is contained in 'shared-mime-info' package, at least for openSUSE. The suggestion you gave means Guile will depend on this package. Personally, I don't think that's what you want. ;-P > In any case you could fall back on /etc/mime.types, I guess. > > Andy