emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] No dot in datepicker dialog


From: Michael Brand
Subject: Re: [O] No dot in datepicker dialog
Date: Wed, 24 Apr 2013 10:43:31 +0200

On Wed, Apr 24, 2013 at 10:31 AM, Bastien <address@hidden> wrote:
> Carsten Dominik <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]