From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: Request for Comment, ELisp code Date: Thu, 16 Jun 2005 20:47:48 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118972798 19114 80.91.229.2 (17 Jun 2005 01:46:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2005 01:46:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 17 03:46:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dj5ui-0000Ei-JD for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jun 2005 03:44:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dj60E-0007nT-Vn for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Jun 2005 21:50:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dj5zc-0007jD-NU for help-gnu-emacs@gnu.org; Thu, 16 Jun 2005 21:50:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dj5zV-0007gC-20 for help-gnu-emacs@gnu.org; Thu, 16 Jun 2005 21:49:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dj5zU-0007g9-Vb for help-gnu-emacs@gnu.org; Thu, 16 Jun 2005 21:49:53 -0400 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dj5zM-0008Fm-50 for help-gnu-emacs@gnu.org; Thu, 16 Jun 2005 21:49:44 -0400 Original-Received: from lab1.ma.utexas.edu (mail@lab1.ma.utexas.edu [128.83.133.39]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id j5H1lnS12094; Thu, 16 Jun 2005 20:47:49 -0500 Original-Received: from jcorneli by lab1.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1Dj5xU-0005LZ-00; Thu, 16 Jun 2005 20:47:48 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Denis Bueno on Thu, 16 Jun 2005 21:03:35 -0400) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:27515 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27515 Note: the typical destination for working code is gnu.emacs.sources. I hacked up a bit of elisp to encrypt/decrypt a buffer of text using gpg in the backend [1]. I've hacked Common Lisp for a few years now, but, not elisp. So, I wonder if any veteran elisp hackers have any suggestions, pointers, etc.