From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: bug#15081: 24.3; org-crypt: Making epg-context local to *epg* while let-bound! Date: Tue, 07 Jan 2014 17:16:38 +0100 Message-ID: <87iotvhimx.fsf__44316.8051577688$1389111765$gmane$org@bzg.ath.cx> References: <877gfqkm9t.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ZL6-0006KM-VK for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 11:17:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0ZKx-0004Jb-9w for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 11:17:12 -0500 Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Message-ID: In-Reply-To: <877gfqkm9t.fsf@gmail.com> (Thierry Volpiatto's message of "Tue, 13 Aug 2013 10:50:06 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thierry Volpiatto Cc: 15081-done@debbugs.gnu.org Thierry Volpiatto writes: > as subject says, epg-context is let-bounded in org-crypt and then epg > local set it in this context. > Probably is should just be set as local var instead of being let > bounded. This has been fixed in trunk, thanks.