From: Carsten Dominik <carsten.dominik@gmail.com>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Org errors when requiring a new pabbrev.el version
Date: Sun, 4 Nov 2007 14:39:36 +0100 [thread overview]
Message-ID: <135FE969-6856-4DA9-997C-2A8B574594F2@science.uva.nl> (raw)
In-Reply-To: <87640iry6j.fsf@baldur.tsdh.de>
Hi Tassilo,
yes, thanks for the correct analysis.
Phillip changed pabbrev.el on my request, to improve package support.
Org-mode 5.14 will then work correctly with pabbrev.el.
For now, just use this hack in .emacs (remove again after
the 5.14 release):
;; Create this obsolete variable, to keep org.el <5.14 from hitting
an error
(defvar pabbrev-expand-after-command-list nil)
;; Make pabbrev-mode expand after org-mode commands
(put 'org-self-insert-command 'pabbrev-expand-after-command t)
(put 'orgybl-self-insert-command 'pabbrev-expand-after-command t)
- Carsten
prev parent reply other threads:[~2007-11-04 13:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-04 12:29 Org errors when requiring a new pabbrev.el version Tassilo Horn
2007-11-04 13:39 ` Carsten Dominik [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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=135FE969-6856-4DA9-997C-2A8B574594F2@science.uva.nl \
--to=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=tassilo@member.fsf.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.