From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Clock history, C-u C-c C-x C-i not working properly Date: Thu, 12 Aug 2010 12:07:38 +0200 Message-ID: References: <0vpqxq9msk.fsf@gmail.com> <87d3tpc3nm.fsf@gollum.intra.norang.ca> <0vtyn1nl2b.fsf@gmail.com> <87k4nwacjt.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42757 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjUqM-0003ho-JC for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 06:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjUhK-00008b-2s for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 06:07:43 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:64620) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjUhJ-00008J-TW for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 06:07:42 -0400 Received: by eyg24 with SMTP id 24so576881eyg.0 for ; Thu, 12 Aug 2010 03:07:41 -0700 (PDT) In-Reply-To: <87k4nwacjt.fsf@gollum.intra.norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: Markus Heller , emacs-orgmode@gnu.org On Aug 12, 2010, at 2:40 AM, Bernt Hansen wrote: > Markus Heller writes: > >> Bernt Hansen writes: >> >>> Markus Heller writes: >>> >>>> Hello all, >>>> >>>> I have had this issue for quite a while, and now it's finally >>>> time to >>>> post it. I'm using emacs 23.2.1 and orgmode 7.01trans >>>> (release_7.01g.73.g29354) on windoze XP, together with Bernt's >>>> clock >>>> history setup. >>>> >>>> If I hit C-u C-c C-x C-i, the list of tasks to clock in starts >>>> somewhere in the middle, right now at ``[J]''. I've had this >>>> issue on >>>> emacs 22 and with orgmode 6.36 ... >>> >>> My list on Windows XP, Emacs 23.2.1 is also a bit weird. The >>> choices >>> for my list are: >>> >>> [d] [1] [2] [5] [6] [7] [8] [9] [A] [B] [C] [D] [M] [O] [R] >>> >>> On linux with a full clock history I get >>> >>> [d] [1] [2] ... [9] [A] [B] ... [R] [S] with no gaps >>> >>> I've noticed problems with the menu on my EEE PC which has a reduced >>> screen size so it couldn't display the entire menu and displayed >>> the end >>> instead of beginning of the menu. I've since reduced >>> org-clock-history-length from 36 to 28 so it fits on that device. >> >> I tried reducing org-clock-history-length to 12, but to no avail. >> It's >> not that the list doesn't fit in the buffer, it starts at [J] and >> shows >> only [J] through [Z] with no gaps. I don't see an error message in >> the >> minibuffer ... >> >> Would it help if I attached a screenshot? > > No I don't think attaching a screenshot will really add any value at > this point. I'm looking at the org-clock-select-task function to > try to > determine why it comes up with these weird selections. These selection characters are made by doing computations with character numbers. maybe Windows has a different underlying font (not ascii, something else), where specific characters are located at different positions? - Carsten