From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: No dot in datepicker dialog Date: Wed, 24 Apr 2013 11:40:05 +0200 Message-ID: <6C31F019-773E-4F81-8004-EB98014C0DE6@gmail.com> 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> <87wqrsclpr.fsf@bzg.ath.cx> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUwBU-0005kt-A2 for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 05:40:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUwBS-0002wa-8c for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 05:40:16 -0400 In-Reply-To: <87wqrsclpr.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: Michael Brand , Org Mode On 24.4.2013, at 11:38, Bastien wrote: > 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. Yes, this is better. > >> Maybe we can have a command like C-c . which will work everywhere? > > I've done this too. Thank you. - Carsten > > -- > Bastien