From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: No dot in datepicker dialog Date: Tue, 23 Apr 2013 18:04:28 +0200 Message-ID: References: <2013-03-26T20-43-10@devnull.Karl-Voit.at> <87hajm1mpa.fsf@bzg.ath.cx> <20130404141946.GE16563@boo.workgroup> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUfhr-0001C2-Do for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 12:04:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUfhm-0000WN-Jt for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 12:04:35 -0400 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:43651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUfhm-0000Uk-CA for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 12:04:30 -0400 Received: by mail-la0-f43.google.com with SMTP id ea20so698203lab.2 for ; Tue, 23 Apr 2013 09:04:28 -0700 (PDT) In-Reply-To: <20130404141946.GE16563@boo.workgroup> 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: Org Mode On Thu, Apr 4, 2013 at 3:18 PM, Karl Voit wrote: > [...] > AFAIR I was able to use "." (to jump to $today) *and* > type "31.12." (without C-q . or similar) before. > > So in my opinion, it is not interfering at all: It can be solved by > interpreting "." (as goto-today) *only* if nothing else has been > written into the minibuffer. > > This way, "." jumps to today *and* the user is able to enter > "31.12." in the minibuffer in order to jump to the last day of > December. > [...] and On Thu, Apr 4, 2013 at 4:19 PM, Gregor Zattler wrote: > [...] > Or: would it help to restrict the special meaning of `.' as a > reference for `today' only for the first character of the date > picker input? > [...] Yes, this is how it worked and I was used to before too, very convenient. And regarding the _echo_ of ".": I find the current behavior of not echoing the "." confusing, as if it would be ignored when typed after "3 1". There and also when "." is typed in the first place to jump to today it was echoed in the prompt which I appreciated as a visual feedback for what has actually been typed. In other words: - "C-c . ." _echoed_ and did what "C-c . C-q ." _echoes_ and does now (goto today) - "C-c . 3 1 . 1 2 ." echoed and did what "C-c . 3 1 C-q . 1 2 C-q ." echoes and does now (goto Dec 31) Reduced to these simple use cases applied on an existing past/future timestamp the changes in Org seem strange. Michael