From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard H Lee Newsgroups: gmane.emacs.help Subject: Re: ASCII encryption Date: Mon, 16 Apr 2012 13:25:41 +0100 Message-ID: <4F8C0FC5.8080603@gmail.com> References: <4F8AE450.9010104@gmail.com> <4F8C07DE.6040109@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1334579169 8964 80.91.229.3 (16 Apr 2012 12:26:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 16 Apr 2012 12:26:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 16 14:26:08 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SJl0O-0004kP-Kp for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Apr 2012 14:26:04 +0200 Original-Received: from localhost ([::1]:47209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJl0L-0001hX-ON for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Apr 2012 08:26:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJl0B-0001hP-Ut for help-gnu-emacs@gnu.org; Mon, 16 Apr 2012 08:25:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJl05-0003eV-Md for help-gnu-emacs@gnu.org; Mon, 16 Apr 2012 08:25:51 -0400 Original-Received: from mail-bk0-f41.google.com ([209.85.214.41]:55052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJl05-0003eH-CX for help-gnu-emacs@gnu.org; Mon, 16 Apr 2012 08:25:45 -0400 Original-Received: by bkwq16 with SMTP id q16so4572378bkw.0 for ; Mon, 16 Apr 2012 05:25:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=rkhVVeabHdvqp7LwztWf0AUbffUrUhbYEUE5vPPsFK8=; b=f2Msm5Bjgu84iB1V2Xve+pZOIgive+ym8CvEmFFBCzPiC8xrrgOquDrnTIGlManONR kAWpU6TyO+pjemXsgMNK9uhOg1CtK1psj/O7g9R7AYG/2KLhPXyiHtqqjZmC11TU3E6p m2X/i9DyfVsJ0FAbXv4LLPfJJ9mg67+Gs4AwDE7OiB29Kc2m76lNHjTeO5YvQWZcqSW3 8DdBbTkb3svR9W5epXgRsChku5fVLYuofhVQirj30FODLsUu4HJ16o0FcVg3X2h50RMs JuynFCmepZnNtCG08egJ8qIrssHwgoif+qH/+wfHptQFozyUY68fl7MnWQ8+/4eadPcE 0GVw== Original-Received: by 10.205.132.73 with SMTP id ht9mr3599628bkc.46.1334579143147; Mon, 16 Apr 2012 05:25:43 -0700 (PDT) Original-Received: from [192.168.1.187] (87-194-63-158.bethere.co.uk. [87.194.63.158]) by mx.google.com with ESMTPS id u16sm31194752bkf.10.2012.04.16.05.25.42 (version=SSLv3 cipher=OTHER); Mon, 16 Apr 2012 05:25:42 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 In-Reply-To: <4F8C07DE.6040109@pobox.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84477 Archived-At: On 16/04/12 12:51, Bernardo wrote: > there's a related epa-armor variable; (haven't tried it myself) > > ,---- > | epa-armor is a variable defined in `epa.el'. > | Its value is nil > | > | Documentation: > | *If non-nil, epa commands create ASCII armored output. > | > | You should bind this variable with `let', but do not set it globally. > `---- Yes, thanks, I tried this out yesterday. It works. However the EasyPG assistant integration with armor ascii files is not as nice with gpg binary files.