From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: EPA and Tramp writing out a buffer Date: Fri, 20 Jul 2012 12:00:53 +0200 Message-ID: <87eho67nvu.fsf@gmx.de> References: <87bojbz7hz.fsf@dancingfrog.co.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342778474 2724 80.91.229.3 (20 Jul 2012 10:01:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Jul 2012 10:01:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Matt Ford Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 20 12:01:13 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SsA1I-0003xM-9k for ged-emacs-devel@m.gmane.org; Fri, 20 Jul 2012 12:01:12 +0200 Original-Received: from localhost ([::1]:45570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsA1H-0005Xt-K3 for ged-emacs-devel@m.gmane.org; Fri, 20 Jul 2012 06:01:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsA18-0005Xc-CA for emacs-devel@gnu.org; Fri, 20 Jul 2012 06:01:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsA17-0003tw-31 for emacs-devel@gnu.org; Fri, 20 Jul 2012 06:01:02 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:34805) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SsA16-0003tn-Ns for emacs-devel@gnu.org; Fri, 20 Jul 2012 06:01:00 -0400 Original-Received: (qmail invoked by alias); 20 Jul 2012 10:00:57 -0000 Original-Received: from p57BB96BD.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.150.189] by mail.gmx.net (mp033) with SMTP; 20 Jul 2012 12:00:57 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+GeRpUzN6GIU8X9F3ci2kBnoOuQQwENLo5TxSc2j jYyslrqPJG4wLq In-Reply-To: <87bojbz7hz.fsf@dancingfrog.co.uk> (Matt Ford's message of "Thu, 19 Jul 2012 23:55:04 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 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:151777 Archived-At: Matt Ford writes: > Hi, Hi, > I want some lisp code to not ask me which key to > use when saving it's data buffer via Tramp and Epa. > > As the data is generated in a temp buffer and written the > "epa-file-encrypt-to" variable has not been read in from the header of the > file (wot I normally do). And this variable seems somehow a protected > local thingy...which I can't seem to set? > > Is this possible? What can I do instead? I'm not an EPA user, so I don't know an answer (yet). Could you send me an example file which looks like the one you use? I would play with it then. > Thanks for any pointers. Best regards, Michael.