From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miro Bezjak Subject: Re: Bug (regression) in org-replace-disputed-keys. Bisected. Date: Wed, 19 Nov 2014 10:50:31 +0100 Message-ID: References: <20140909.204231.1213619806378148264.teika@gmx.com> <20141001.102227.1578863029392514259.teika@gmx.com> <87fve0c8dp.fsf@nicolasgoaziou.fr> <877fysfb4v.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr1us-0002XB-QT for emacs-orgmode@gnu.org; Wed, 19 Nov 2014 04:51:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xr1us-0003Xu-1Y for emacs-orgmode@gnu.org; Wed, 19 Nov 2014 04:51:14 -0500 Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:56181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr1ur-0003XO-Js for emacs-orgmode@gnu.org; Wed, 19 Nov 2014 04:51:13 -0500 Received: by mail-la0-f41.google.com with SMTP id gf13so191592lab.14 for ; Wed, 19 Nov 2014 01:51:11 -0800 (PST) In-Reply-To: <877fysfb4v.fsf@nicolasgoaziou.fr> 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 , Teika Kazura , emacs-orgmode@gnu.org Ahh, hadn't thought of that. Thanks for the suggestion. Regards, Miro On Tue, Nov 18, 2014 at 10:32 PM, Nicolas Goaziou wrote: > 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