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: Suggestion: epa-file-select-keys should show currently selected keys Date: Thu, 28 Feb 2008 20:40:21 -0500 Message-ID: References: <87d4qiaj3j.fsf@broken.deisui.org> <87skzdi3pw.fsf@bzg.ath.cx> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1204249312 29039 80.91.229.12 (29 Feb 2008 01:41:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Feb 2008 01:41:52 +0000 (UTC) Cc: wilde@sha-bang.de, ueno@unixuser.org, emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 29 02:42:18 2008 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 1JUuGM-00009I-90 for ged-emacs-devel@m.gmane.org; Fri, 29 Feb 2008 02:42:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUuFp-0006jS-PI for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 20:41:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUuEe-0005FT-4g for emacs-devel@gnu.org; Thu, 28 Feb 2008 20:40:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUuEb-0005BW-BO for emacs-devel@gnu.org; Thu, 28 Feb 2008 20:40:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUuEb-0005BG-59 for emacs-devel@gnu.org; Thu, 28 Feb 2008 20:40:25 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUuEa-0005dc-WC for emacs-devel@gnu.org; Thu, 28 Feb 2008 20:40:25 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JUuEX-0003ev-Hc; Thu, 28 Feb 2008 20:40:21 -0500 In-reply-to: <87skzdi3pw.fsf@bzg.ath.cx> (message from Bastien on Thu, 28 Feb 2008 13:56:59 +0000) X-detected-kernel: by monty-python.gnu.org: 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:90806 Archived-At: BTW, I see there are many warnings like "Don't use this code in Lisp programs!" inside the docstrings of epa-*.el defuns. Are all those warnings necessary? Does it say why? This could be analogous to the warning in the function goto-beginning: there's a cleaner, simpler way for Lisp programs to do it.