From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: org-crypt bug and other org inconveniences. Date: Tue, 19 Nov 2013 13:10:39 -0500 Message-ID: References: <87a9h0ie4n.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1384884658 31612 80.91.229.3 (19 Nov 2013 18:10:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Nov 2013 18:10:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 19 19:11:03 2013 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 1ViplN-0002wc-BY for ged-emacs-devel@m.gmane.org; Tue, 19 Nov 2013 19:11:01 +0100 Original-Received: from localhost ([::1]:50991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViplM-0004yM-EU for ged-emacs-devel@m.gmane.org; Tue, 19 Nov 2013 13:11:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViplA-0004w1-1e for emacs-devel@gnu.org; Tue, 19 Nov 2013 13:10:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vipl2-0006tR-Cd for emacs-devel@gnu.org; Tue, 19 Nov 2013 13:10:47 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:27088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vipl2-0006tD-8y for emacs-devel@gnu.org; Tue, 19 Nov 2013 13:10:40 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFHO+KWN/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GsR+QDpEKA4hhnBmBXoMV X-IPAS-Result: Av4EABK/CFHO+KWN/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GsR+QDpEKA4hhnBmBXoMV X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="38639652" Original-Received: from 206-248-165-141.dsl.teksavvy.com (HELO pastel.home) ([206.248.165.141]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 19 Nov 2013 13:10:39 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 5596B60120; Tue, 19 Nov 2013 13:10:39 -0500 (EST) In-Reply-To: <87a9h0ie4n.fsf@gmail.com> (Thierry Volpiatto's message of "Tue, 19 Nov 2013 16:51:20 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:165396 Archived-At: > I sent a bug about org-crypt months ago (with patch to fix it). > I see org have been merged into trunk and the bug is still here... > ,---- > | Making epg-context local to *epg* while let-bound! > `---- Note that this warning is not necessarily a problem. Actually, I tend to think we should just get rid of this warning (which I added, a few years ago). > So I am dropping the support for org-keywords in helm as I don't want to > reread the whole org.el file. BTW, why not try to push Helm's support for Org to Org, i.e. make Org support Helm, rather than the other way around? I think Helm (and company-mode, auto-complete, ...) should always go in that direction: provide the infrastructure and then get the various other modes to use that infrastructure, rather than add separate ad-hoc glue-code which tends to need to be maintained on the wrong side of the fence (as seen here). Stefan