From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Edgington Subject: keymap for read-date-minibuffer Date: Thu, 24 Jan 2013 21:50:35 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyZNe-0007XR-9l for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 21:51:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyZNY-0001rj-OS for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 21:51:02 -0500 Received: from mail-oa0-f48.google.com ([209.85.219.48]:52103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyZNY-0001rf-JJ for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 21:50:56 -0500 Received: by mail-oa0-f48.google.com with SMTP id h2so10899328oag.21 for ; Thu, 24 Jan 2013 18:50:55 -0800 (PST) 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: emacs-orgmode@gnu.org Hello all, I recently spent a while figuring out how to add custom-keybindings to the read-date-minibuffer which appears when org-read-date is called. The only way to do it currently is to use the org-read-date-minibuffer-setup hook, and add keybindings to the minibuffer-local-map there. I'm wondering if it wouldn't be more natural to just define an "org-read-date-minibuffer-map" that the end user can modify, and to overlay this on top of the minibuffer-local-map when org-read-date is called. Thoughts? Regards, Mark