From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: No dot in datepicker dialog Date: Wed, 24 Apr 2013 11:38:24 +0200 Message-ID: <87wqrsclpr.fsf@bzg.ath.cx> 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 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUw9l-0003zQ-Nm for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 05:38:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUw9k-000221-H0 for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 05:38:29 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:37232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUw9k-00021x-B7 for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 05:38:28 -0400 Received: by mail-we0-f176.google.com with SMTP id s10so1430543wey.21 for ; Wed, 24 Apr 2013 02:38:27 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Wed, 24 Apr 2013 11:12:12 +0200") 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: Carsten Dominik Cc: Michael Brand , Org Mode Hi Carsten, Carsten Dominik writes: > I think only doing this at the beginning of the prompt is better, > anywhere else it is too magic. Okay, I implemented this by checking if we are at the start of the prompt with `looking-back'. Using "prompt" here would raise a compiler warning -- we would need to use org-prompt instead of prompt and to (defvar org-prompt) ... a bit too much IMO. > Maybe we can have a command like C-c . which will work everywhere? I've done this too. -- Bastien