From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug (regression) in org-replace-disputed-keys. Bisected. Date: Tue, 18 Nov 2014 22:32:16 +0100 Message-ID: <877fysfb4v.fsf@nicolasgoaziou.fr> References: <20140909.204231.1213619806378148264.teika@gmx.com> <20141001.102227.1578863029392514259.teika@gmx.com> <87fve0c8dp.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqqN5-0002tn-Nc for emacs-orgmode@gnu.org; Tue, 18 Nov 2014 16:31:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqqMv-0005pm-K0 for emacs-orgmode@gnu.org; Tue, 18 Nov 2014 16:31:35 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:48914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqqMv-0005nn-EC for emacs-orgmode@gnu.org; Tue, 18 Nov 2014 16:31:25 -0500 In-Reply-To: (Miro Bezjak's message of "Fri, 14 Nov 2014 23:29:43 +0100") 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: Miro Bezjak Cc: Teika Kazura , emacs-orgmode@gnu.org Hello, Miro Bezjak writes: > I rather like that `org-read-date` takes over windmove keys during the > second or two that I'm using it. By reverting this, I guess I'll have > to copy and paste the whole `defvar` just to add > `(org-replace-disputed-keys nil)`. I fail to see why you would need to copy the whole defvar. Just override the bindings you need with (define-key org-read-date-minibuffer-local-map ...) Regards, -- Nicolas Goaziou