From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Subject: Re: Kill text in org mode Date: Thu, 12 Jun 2008 18:13:57 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6rJP-0003l4-Iu for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 14:14:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6rJO-0003kr-3n for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 14:14:15 -0400 Received: from [199.232.76.173] (port=41025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6rJN-0003kj-W3 for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 14:14:14 -0400 Received: from main.gmane.org ([80.91.229.2]:58346 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K6rJN-0000h7-UE for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 14:14:14 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K6rJH-0007kf-46 for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 18:14:07 +0000 Received: from vaf26-3-88-162-208-155.fbx.proxad.net ([88.162.208.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jun 2008 18:14:07 +0000 Received: from jlr_0 by vaf26-3-88-162-208-155.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jun 2008 18:14:07 +0000 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 Carsten Dominik uva.nl> writes: > This is a bug in XEmacs, in the definition of the variable `isearch- > mode-map'. In this map, all printing characters should be bound to > `isearch-printing-char', but the setup does not handle non-ascii > characters correctly, I believe. The purpose of this code is to > exactly handle packages like Org where all normal characters are bound > to a special function - but the implementation of this function is > incomplete. A better implementation could be to find all characters > that are bound to self-insert-command in the global map and make the > replacement binding for those. That's strange because whenever I isearch words with accented characters in other modes then it works fine. The problem only occurs when using org mode. -- John