From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Kill text in org mode Date: Thu, 12 Jun 2008 07:49:46 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6gZw-0007cK-S5 for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 02:46:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6gZw-0007bw-CV for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 02:46:36 -0400 Received: from [199.232.76.173] (port=44893 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6gZw-0007br-0c for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 02:46:36 -0400 Received: from mx20.gnu.org ([199.232.41.8]:63434) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K6gZw-0004CA-41 for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 02:46:36 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6gZi-0003AG-ES for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 02:46:22 -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: John Cc: emacs-orgmode@gnu.org Hi John, On Jun 11, 2008, at 10:26 PM, John wrote: > Last week I moved from planner-el to org-mode and find it great. > Thanks to Sacha Chua and John Wiegley for their articles ("Choosing > between Org and Planner", "Using org-mode as a Day Planner"). > > One should tell all the planner guys to have a look at org-mode. So =20= > much > more convenient. > > -------------- > I do have two minor questions regarding org-mode: > > 1. To kill some text from the mark till the begining of > a line, I usually type in: > - C-SPC to run `set-mark-command', then > - C-a to run `beginning-of-line', and then > - M-w to run `kill-ring-save' > > But in org-mode `C-a' is bound to `org-beginning-of-line' which > quits marking region. Thus `M-w' can't work anymore. > > The same is true with `org-end-of-line' (C-e). Fixed, thanks. > 2. In org-mode I can't seem to `isearch' (C-s) words with accented > characters. For instance, when searching for "r=E9sum=E9", XEmacs > starts searching for the leading `r' and then quits upon typing > in the first `=E9'. This never happens to me in other modes. This is a bug in XEmacs, in the definition of the variable `isearch-=20 mode-map'. In this map, all printing characters should be bound to =20 `isearch-printing-char', but the setup does not handle non-ascii =20 characters correctly, I believe. The purpose of this code is to =20 exactly handle packages like Org where all normal characters are bound =20= to a special function - but the implementation of this function is =20 incomplete. A better implementation could be to find all characters =20 that are bound to self-insert-command in the global map and make the =20 replacement binding for those. Please report this as a bug to the XEmacs people, I do not have the =20 time to fix this myself. - Carsten > > > Thanks for your help. > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode