On Wed, Apr 24, 2013 at 10:31 AM, Bastien <b...@gnu.org> wrote: > Carsten Dominik <carsten.domi...@gmail.com> 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