From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Move sha1.el and hex-util.el from lisp/gnus/ to lisp/net/ (was: Re: Moving files from lisp/gnus/ to lisp/net/?) Date: Mon, 25 Oct 2004 09:13:23 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098710142 11172 80.91.229.6 (25 Oct 2004 13:15:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2004 13:15:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 25 15:15:34 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CM4hC-0003BL-00 for ; Mon, 25 Oct 2004 15:15:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM4oq-0001Pm-0V for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2004 09:23:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CM4o3-000162-B4 for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:22:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CM4o0-00014b-T3 for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:22:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM4o0-00013E-Of for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:22:36 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CM4fU-0000n6-2z for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:13:48 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CM4f5-00052D-Gv; Mon, 25 Oct 2004 09:13:23 -0400 Original-To: Simon Josefsson In-reply-to: (message from Simon Josefsson on Sun, 24 Oct 2004 15:05:09 +0200) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28906 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28906 I think moving sha1.el is a good idea. It may as well be documented near were MD5 is documented. The file sha1.el needs hex-util.el, which is a small file to hex encode strings. These functions don't seem useful enough to make generally available, but you could rename them and include them in sha1.el.