emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Tennis Smith <tennis@tripit.com>
Cc: Emacs-orgmode@gnu.org
Subject: Re: Possible?
Date: Mon, 18 May 2009 15:50:20 +0200	[thread overview]
Message-ID: <99119532-4F5F-4AD8-BC88-1E20FC30A987@gmail.com> (raw)
In-Reply-To: <e84cff280905171048m2dae8e56r446f9b6252368b0d@mail.gmail.com>

Hi Tennis,

On May 17, 2009, at 7:48 PM, Tennis Smith wrote:

> Hi,
>
> I'm a newbie user of org-mode, and it looks very promising.   
> However, there are several key combinations that I have to change if  
> I'm going to use it.  I use the combinations C-tab for iswitchb,

You could free up C-tab by customizing org-disputed-keys and org- 
replace-disputed-keys.  Or, maybe even better in your case,  you could  
overwrite Org's setting of C-tab in a hook, for example

(add-hook 'org-mode-hook
	(define-key 'org-mode-map [(control tab)] nil))

> and I use C-c for CUA "copy".

I have no idea how to recover C-c and C-x.  How can you use Emacs if  
these keys are used for something else?  I guess CUA does this by only  
using them when the region is active, but this is also not a solution  
because many commands working on the region are invoked with C-c or C-x.

Incidentally, in my Emacs 23.0.93.1, if I turn on
CUA mode, C-c does not do copy, even though cua-enable-cua-keys is set.

HTH

- Carsten

  reply	other threads:[~2009-05-18 13:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-17 17:48 Possible? Tennis Smith
2009-05-18 13:50 ` Carsten Dominik [this message]
2009-05-19 15:14   ` Possible? Tennis Smith

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=99119532-4F5F-4AD8-BC88-1E20FC30A987@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=Emacs-orgmode@gnu.org \
    --cc=tennis@tripit.com \
    /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).