From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Hash functions for custom-safe-themes Date: Thu, 05 Jan 2012 21:21:25 +0800 Message-ID: References: <87mxa2ct23.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325769720 21163 80.91.229.12 (5 Jan 2012 13:22:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2012 13:22:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 14:21:56 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RinGU-0007Gw-BE for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2012 14:21:54 +0100 Original-Received: from localhost ([::1]:39907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RinGT-0001hP-Ho for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2012 08:21:53 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:60511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RinGO-0001h9-47 for emacs-devel@gnu.org; Thu, 05 Jan 2012 08:21:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RinGI-0007Tk-1Q for emacs-devel@gnu.org; Thu, 05 Jan 2012 08:21:47 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:40507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RinGH-0007TK-Sg for emacs-devel@gnu.org; Thu, 05 Jan 2012 08:21:42 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RinGG-0007CO-4b for emacs-devel@gnu.org; Thu, 05 Jan 2012 14:21:40 +0100 Original-Received: from 123.114.37.220 ([123.114.37.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jan 2012 14:21:40 +0100 Original-Received: from sdl.web by 123.114.37.220 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jan 2012 14:21:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 123.114.37.220 Face: iVBORw0KGgoAAAANSUhEUgAAACkAAAApAQAAAACAGz1bAAABKElEQVQYlWNg3NIt5FDPUPt7 4+X79Qyucz5/ugik+L2PBgKpyphaIK921q23QDnG0NBQoMr/vaWl9f8ZLL78uPv5PwN7RETfzXoG jhmFz27XM0RXmpuY/WfY+fv0Mc56BvFybfXA/wwL5t/wF61n2PU59axXPcOVzbmSW/8zrNt1benC /ww70hqUU/4zKCtrT9jwn8FhwynbufUMendE2aLqGRpdX9al1zM8eh17lKeeQcTMrdD5P8P3j/YT Q/8zXHSb7p1Qz/C4OM2JuZ7hgtI7K6AjqsMnf8j4z8C6xG1tw3+GqpqvsVn/GTzmpD9j/8/wP/oZ S/l/Bka+QO/g/wy15ueeFQL9N1O8mPU/g+umV3t1gdT0/1bTgHLqYVeXAlWKpMWt+w8Az82C9nHf X0cAAAAASUVORK5CYII= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (Mac OS X 10.6.8) Cancel-Lock: sha1:9743ptOXZrt1QnPUjGZTCiruWOU= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147336 Archived-At: On 2012-01-05 19:00 +0800, Chong Yidong wrote: > Several months later, we got built-in SHA256 hashing on all platforms > thanks to Gnulib and the secure-hash primitive. This is not related to your question. I have two suggestions: 1. A secure-hash-command that user can invoke to get the hash of a buffer 2. Bind `: h' to a new command dired-secure-hash, that user can invoke to get the hash of a file in dired These new additions are small but quite handy. Do you think we can do it for 24.1? Thanks. Leo