emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Stefan Vollmar <vollmar@nf.mpg.de>
To: Andrea Crotti <andrea.crotti.0@gmail.com>
Cc: Org-mode ml <emacs-orgmode@gnu.org>
Subject: Re: Disputed keys
Date: Mon, 20 Dec 2010 09:20:46 +0100	[thread overview]
Message-ID: <7C5FDE9C-354C-4F95-A0C9-D751333F7566@nf.mpg.de> (raw)
In-Reply-To: <m11v5ekc22.fsf@ip1-201.halifax.rwth-aachen.de>


[-- Attachment #1.1: Type: text/plain, Size: 1843 bytes --]

Dear Andrea,

I have this in my .emacs file

(defun my-org-mode-stuff ()
  (define-key org-mode-map [(meta tab)] 'previous-user-buffer)
  (local-set-key (kbd "S-<right>") 'forward-char-mark)
  (local-set-key (kbd "S-<left>") 'backward-char-mark)
  (local-set-key (kbd "S-<up>") 'previous-line-mark)
  (local-set-key (kbd "S-<down>") 'next-line-mark))

(add-hook 'org-mode-hook 'my-org-mode-stuff)

this was a suggestion from the list (thanks to PT <spamfilteraccount@gmail.com>) and works for me, I realize that this was not exactly what you were asking for but thought it might help.

Warm regards,
 Stefan


On 18.12.2010, at 22:26, Andrea Crotti wrote:

> I wanted finally to fix the following problem, I would like to use
> meta-left/right to switch frame, and that's one of the keys that orgmode
> uses.
> 
> I added the two values here to the org-disputed-keys
> 
> --8<---------------cut here---------------start------------->8---
> [(meta left)]
>            Value: [(meta control left)]
> [(meta right)]
>            Value: [(meta control right)]
> --8<---------------cut here---------------end--------------->8---
> 
> but still it doesn't work, in orgmode meta-left is always bound to the
> org action, not to other-frame as it is in other modes...
> 
> Any suggestions?
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Dr. Stefan Vollmar, Dipl.-Phys.
Head of IT group
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: vollmar@nf.mpg.de   http://www.nf.mpg.de







[-- Attachment #1.2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4409 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  parent reply	other threads:[~2010-12-20  8:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-18 21:26 Disputed keys Andrea Crotti
2010-12-19 19:20 ` Eric S Fraga
2010-12-20  5:49   ` Suvayu Ali
2010-12-20 13:09     ` Andrea Crotti
2010-12-20 14:23       ` suvayu ali
2010-12-21 16:56     ` Darlan Cavalcante Moreira
2010-12-20 13:08   ` Andrea Crotti
2010-12-20  8:20 ` Stefan Vollmar [this message]
2010-12-20 13:11   ` Andrea Crotti
2010-12-20 14:44 ` Carsten Dominik
2011-01-09 11:24 ` David Maus
2011-01-09 11:48   ` David Maus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7C5FDE9C-354C-4F95-A0C9-D751333F7566@nf.mpg.de \
    --to=vollmar@nf.mpg.de \
    --cc=andrea.crotti.0@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).