From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tennis Smith Subject: Re: Possible? Date: Tue, 19 May 2009 08:14:21 -0700 Message-ID: References: <99119532-4F5F-4AD8-BC88-1E20FC30A987@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0481670556==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6R1j-00056Q-HL for emacs-orgmode@gnu.org; Tue, 19 May 2009 11:14:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6R1e-00051x-LK for Emacs-orgmode@gnu.org; Tue, 19 May 2009 11:14:47 -0400 Received: from [199.232.76.173] (port=43422 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6R1e-00051m-Ej for Emacs-orgmode@gnu.org; Tue, 19 May 2009 11:14:42 -0400 Received: from an-out-0708.google.com ([209.85.132.240]:49002) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6R1e-0007nd-6u for Emacs-orgmode@gnu.org; Tue, 19 May 2009 11:14:42 -0400 Received: by an-out-0708.google.com with SMTP id b38so2353017ana.21 for ; Tue, 19 May 2009 08:14:41 -0700 (PDT) In-Reply-To: <99119532-4F5F-4AD8-BC88-1E20FC30A987@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Emacs-orgmode@gnu.org --===============0481670556== Content-Type: multipart/alternative; boundary=0016368e21ebb64362046a455e9e --0016368e21ebb64362046a455e9e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > 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)) > Cool. Thanks! > > > 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. Hmmm... I'm using a very recent snapshot: GNU Emacs 23.0.91.1 (i486-pc-linux-gnu, GTK+ Version 2.14.4) of 2009-03-20 on hassium, modified by Debian ... and C-c/copy and C-x/cut work fine. The only CUA settings I have in my .emacs is: (cua-enable-cursor-indications t) (cua-enable-modeline-indications t) (cua-mode t nil (cua-base)) So it should absolutely work for you too. HTH, and thanks again. -Tennis --0016368e21ebb64362046a455e9e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
<snip>
You could free up C-tab by customizing org-di= sputed-keys and org-replace-disputed-keys. =A0Or, maybe even better in your= case, =A0you could overwrite Org's setting of C-tab in a hook, for exa= mple

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

Cool. Thanks!


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

I have no idea how to recover C-c and C-x. =A0How can you use Emacs if thes= e keys are used for something else? =A0I guess CUA does this by only using = them when the region is active, but this is also not a solution because man= y 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.

Hmmm... I'm using a very recent snapshot:
GNU Emacs 23.0= .91.1 (i486-pc-linux-gnu, GTK+ Version 2.14.4) of 2009-03-20 on hassium, mo= dified by Debian

... and C-c/copy and C-x/cut=A0 work fine. The only CUA settings= I have in my .emacs is:

=A0(cua-enable-cursor-indications t)
=A0(cua-enable-modeline= -indications t)
=A0(cua-mode t nil (cua-ba= se))

So it should absolutely work for you too.

HTH, and thanks again.=
-Tennis


--0016368e21ebb64362046a455e9e-- --===============0481670556== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0481670556==--