From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: No dot in datepicker dialog Date: Wed, 24 Apr 2013 10:43:31 +0200 Message-ID: References: <2013-03-26T20-43-10@devnull.Karl-Voit.at> <87hajm1mpa.fsf@bzg.ath.cx> <20130404141946.GE16563@boo.workgroup> <87zjwo2w0a.fsf@bzg.ath.cx> <846C2072-E035-4403-BD96-FDC72999FC61@gmail.com> <87ppxke3cy.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUvIc-0003bB-NH for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 04:43:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUvIa-0000qz-TU for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 04:43:34 -0400 In-Reply-To: <87ppxke3cy.fsf@bzg.ath.cx> 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: Bastien Cc: Org Mode , Carsten Dominik On Wed, Apr 24, 2013 at 10:31 AM, Bastien wrote: > Carsten Dominik writes: > [...] >> How about testing for >> >> (= (point) (1+ (length prompt))) >> >> instead of >> >> (= (char-before) 32) >> >> ? >> >> - Carsten > > Yep, as you wish -- I though it was somehow nice to still be able to > quickly jump at todays date by inserting a space then hitting ".", > even in the middle of the inserted text... but clearly a dubious > trick. > > Let me know if you want me to do the change, (= (point) (1+ (length prompt))) would be a regression of "3 1 . 1 2 .". On the other side the current (= (char-before) ?.) does still not echo the "." at the beginning which I found convenient but don't insist if there is a reason for not to echo. Michael