From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: using libmagic in Emacs? Date: Fri, 21 Aug 2009 10:08:57 -0400 Message-ID: References: <878whemdrt.fsf@marauder.physik.uni-ulm.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1250863765 1737 80.91.229.12 (21 Aug 2009 14:09:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Aug 2009 14:09:25 +0000 (UTC) Cc: monnier@iro.umontreal.ca, joakim@verona.se, emacs-devel@gnu.org To: Reiner Steib Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 21 16:09:17 2009 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 1MeUnp-0002Gi-2F for ged-emacs-devel@m.gmane.org; Fri, 21 Aug 2009 16:09:13 +0200 Original-Received: from localhost ([127.0.0.1]:49367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeUno-0000mm-0E for ged-emacs-devel@m.gmane.org; Fri, 21 Aug 2009 10:09:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MeUng-0000mR-MW for emacs-devel@gnu.org; Fri, 21 Aug 2009 10:09:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeUna-0000lu-Kn for emacs-devel@gnu.org; Fri, 21 Aug 2009 10:09:02 -0400 Original-Received: from [199.232.76.173] (port=40183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeUna-0000lr-Ho for emacs-devel@gnu.org; Fri, 21 Aug 2009 10:08:58 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33393) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MeUna-0001oP-7D for emacs-devel@gnu.org; Fri, 21 Aug 2009 10:08:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MeUnZ-0001Jk-Ic; Fri, 21 Aug 2009 10:08:57 -0400 In-reply-to: <878whemdrt.fsf@marauder.physik.uni-ulm.de> (message from Reiner Steib on Thu, 20 Aug 2009 22:27:50 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/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:114477 Archived-At: The initial value of `mailcap-mime-data' is a fall-back (for systems without proper mailcap files). To make it useful, probably `mailcap-parse-mailcaps' and related functions are necessary: There is no need for all that to be standardly loaded/used in Emacs. All that Emacs needs is to recognize the file types that Emacs has special handling for.