From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Scott Jaderholm" Subject: Bug report: C-c ` on Windows Date: Thu, 19 Apr 2007 10:12:06 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2038280068==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HeZJt-00035V-Et for emacs-orgmode@gnu.org; Thu, 19 Apr 2007 12:17:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HeZJr-00034J-Mb for emacs-orgmode@gnu.org; Thu, 19 Apr 2007 12:17:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeZJr-00034C-G5 for emacs-orgmode@gnu.org; Thu, 19 Apr 2007 12:17:15 -0400 Received: from an-out-0708.google.com ([209.85.132.245]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HeZEt-00017V-5F for emacs-orgmode@gnu.org; Thu, 19 Apr 2007 12:12:07 -0400 Received: by an-out-0708.google.com with SMTP id b8so518383ana for ; Thu, 19 Apr 2007 09:12:06 -0700 (PDT) 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: emacs-orgmode@gnu.org --===============2038280068== Content-Type: multipart/alternative; boundary="----=_Part_130678_28980602.1176999126119" ------=_Part_130678_28980602.1176999126119 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I haven't tried this this on multiple systems. Everything works fine with the same emacs configs on a linux system in console. When I use C-c ` to edit a field in a column that has been shortened a buffer with the following comes up: # # Edit field and finish with C-c C-c #... It doesn't display the text that's in the field and it gives me this error in the minibuffer: Invalid search bound (wrong side of point) If I do C-c C-c then it says "C-c C-c can do nothing useful at this location." Org version 4.71 GNU Emacs 22.0.95.1 (i386-mingw-nt5.1.2600) of 2007-03-08 on LENNART-69DE564 (patched) The backtrace has some characters that appear to only look right in emacs, so I saved it and uploaded it here: http://www.mediafire.com/?btd2ji2qicy Thanks, Scott ------=_Part_130678_28980602.1176999126119 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I haven't tried this this on multiple systems. Everything works fine with the same emacs configs on a linux system in console.

When I use C-c ` to edit a field in a column that has been shortened a buffer with the following comes up:
#
# Edit field and finish with C-c C-c
#...

It doesn't display the text that's in the field and it gives me this error in the minibuffer:
Invalid search bound (wrong side of point)

If I do C-c C-c then it says "C-c C-c can do nothing useful at this location."

Org version 4.71
GNU Emacs 22.0.95.1 (i386-mingw-nt5.1.2600) of 2007-03-08 on LENNART-69DE564 (patched)

The backtrace has some characters that appear to only look right in emacs, so I saved it and uploaded it here: http://www.mediafire.com/?btd2ji2qicy

Thanks,
Scott
------=_Part_130678_28980602.1176999126119-- --===============2038280068== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============2038280068==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug report: C-c ` on Windows Date: Thu, 19 Apr 2007 22:49:26 +0200 Message-ID: <2f694221060c0d07bf34260a5cce1492@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HedeI-00023R-Eh for emacs-orgmode@gnu.org; Thu, 19 Apr 2007 16:54:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HedeH-00022p-5i for emacs-orgmode@gnu.org; Thu, 19 Apr 2007 16:54:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HedeH-00022m-0k for emacs-orgmode@gnu.org; Thu, 19 Apr 2007 16:54:37 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HedZH-0002Ti-EY for emacs-orgmode@gnu.org; Thu, 19 Apr 2007 16:49:27 -0400 In-Reply-To: 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: Scott Jaderholm Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Apr 19, 2007, at 18:12, Scott Jaderholm wrote: > I haven't tried this this on multiple systems. Everything works fine > with the same emacs configs on a linux system in console. > > When I use C-c ` to edit a field in a column that has been shortened a > buffer with the following comes up: > # > # Edit field and finish with C-c C-c > #... > > It doesn't display the text that's in the field and it gives me this > error in the minibuffer: > Invalid search bound (wrong side of point) > > If I do C-c C-c then it says "C-c C-c can do nothing useful at this > location." > > Org version 4.71 > GNU Emacs 22.0.95.1 (i386-mingw-nt5.1.2600) of 2007-03-08 on > LENNART-69DE564 (patched) > > The backtrace has some characters that appear to only look right in > emacs, so I saved it and uploaded it here: > http://www.mediafire.com/?btd2ji2qicy > > Thanks, > Scott > _______________________________________________ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477