From: bebop52 <gruenderteam.berlin@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Error in pre-command-hook
Date: Wed, 15 Dec 2010 20:57:39 +0100 [thread overview]
Message-ID: <87ei9ilsgc.fsf@googlemail.com> (raw)
In-Reply-To: 86y67rerq8.fsf@googlemail.com
Thorsten <gruenderteam.berlin@googlemail.com> writes:
> I wouls like to find the definition of the C-c . and C-u-c . key
> strokes. I did a multi-isearch in all .el files in the org directory -
> the only hit was in a comment in org.el. Where are these keys defined?
Finally I found the culprit:
;; Enable EDE (Project Management) features
(global-ede-mode 1)
in my .emacs enables EDE project-management in org-buffers too, and EDE
has many keybindings that start with C-c . and then one additional
letter, shadowing the org-keybindings.
in my autopair.el configurations I have the following:
(autopair-global-mode)
(add-hook 'lisp-mode-hook
#'(lambda () (setq autopair-dont-activate t)))
I don't find an ede-mode-hook or a variable ede-dont-activate. Is there
a generic way to disable global-ede-mode for org buffers?
cheers
Thorsten
prev parent reply other threads:[~2010-12-15 19:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-01 12:27 Error in pre-command-hook Thorsten
2010-12-01 20:14 ` David Maus
2010-12-02 20:47 ` bebop52
2010-12-12 9:11 ` Thorsten
2010-12-12 9:37 ` Leo
2010-12-15 1:42 ` Thorsten
2010-12-15 19:57 ` bebop52 [this message]
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=87ei9ilsgc.fsf@googlemail.com \
--to=gruenderteam.berlin@googlemail.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).