From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Subject: Re: org-replace-disputed-keys not working Date: Tue, 27 Mar 2012 12:35:35 +0200 Message-ID: <877gy6s554.fsf@googlemail.com> References: <87zkb6p333.fsf@googlemail.com> <87obrj2sfk.fsf@gnu.org> <87obrjdngy.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCTjo-0007Rd-Hk for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 06:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCTj7-0001TU-KT for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 06:34:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:49019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCTj7-0001TI-E6 for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 06:34:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SCTj2-0001UJ-V9 for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 12:34:04 +0200 Received: from e178119194.adsl.alicedsl.de ([85.178.119.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Mar 2012 12:34:04 +0200 Received: from quintfall by e178119194.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Mar 2012 12:34:04 +0200 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: emacs-orgmode@gnu.org suvayu ali writes: Hi, > 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. M- is somehow used by Archlinux itself it seems, they change tty's on my sytem and don't get through to the application. > 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. Thanks, that looks like a straight-forward solution. I'll check it out. -- cheers, Thorsten