From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: org-replace-disputed-keys not working Date: Tue, 27 Mar 2012 00:29:29 +0200 Message-ID: References: <87zkb6p333.fsf@googlemail.com> <87obrj2sfk.fsf@gnu.org> <87obrjdngy.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCIQF-0003Pz-Nb for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 18:29:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCIQD-0006DW-1e for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 18:29:55 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:48100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCIQC-0006Ce-Qp for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 18:29:52 -0400 Received: by yenm8 with SMTP id m8so5024275yen.0 for ; Mon, 26 Mar 2012 15:29:50 -0700 (PDT) In-Reply-To: <87obrjdngy.fsf@googlemail.com> 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: Thorsten Cc: emacs-orgmode@gnu.org Hi Thorsten, On Tue, Mar 27, 2012 at 00:08, Thorsten wrote: > I started the emacs-daemon with that option, but it did not help > unfortunately. But it seems windmove.el only works in X11 anyway, not in > console sessions? At least for me the shift character is ignored in a > console session and doing C-h k for S- gives: That is an issue with your terminal emulator. I have faced that too but haven't had time to look into it in detail. I also use windmove but with the meta (M, Alt on linux) key. This however has the disadvantage of conflicting even more with org. So I use the shift key with org. So in the end windmove works in all modes (except org) for all sessions (X and terminal), it works with hiccups with org only in an X session. These are my relevant settings: ;; navigate thru windows using M- (windmove-default-keybindings 'meta) ;; Make windmove work in org-mode with 'shift as modifier: (add-hook 'org-shiftup-final-hook 'windmove-up) (add-hook 'org-shiftleft-final-hook 'windmove-left) (add-hook 'org-shiftdown-final-hook 'windmove-down) (add-hook 'org-shiftright-final-hook 'windmove-right) Hope this will help. -- Suvayu Open source is the future. It sets us free.