emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-replace-disputed-keys not working


From: Thorsten
Subject: Re: [O] org-replace-disputed-keys not working
Date: Tue, 27 Mar 2012 12:35:35 +0200
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux)

suvayu ali <address@hidden> writes:

Hi,

> On Tue, Mar 27, 2012 at 00:08, Thorsten <address@hidden> 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-<right> 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-<arrow> 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-<arrow>
>   (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]