From: Michael Markert <markert.michael@googlemail.com>
To: jasondunsmore@gmail.com
Cc: emacs-orgmode@gnu.org
Subject: Re: [contacts] No completion in Gnus
Date: Wed, 05 Oct 2011 17:35:10 +0200 [thread overview]
Message-ID: <87ipo31mfl.fsf@googlemail.com> (raw)
In-Reply-To: <87aa9fa3ap.fsf@riotblast.dunsmor.com> (jasondunsmore@gmail.com's message of "Wed, 05 Oct 2011 10:03:42 -0500")
[-- Attachment #1: Type: text/plain, Size: 783 bytes --]
On 5 Oct 2011, jasondunsmore@gmail.com wrote:
> Julien Danjou <julien@danjou.info> writes:
>
>> On Wed, Oct 05 2011, Jason Dunsmore wrote:
>>
>>> Is there anything else I'm missing?
>>
>> Are you using Emacs 24?
>
> I'm running Emacs 23.2.1. Does it require Emacs 24?
As Julien said: It does require Emacs 24.
But you can bind `org-contacts-message-complete-function' directly to a
key (You need to wrap it though) and bypass
`completion-at-point-functions':
#+begin_src emacs-lisp
(add-to-hook 'message-mode-hook
(lambda () (local-set-key (kbd "TAB")
(lambda ()
(interactive)
(org-contacts-message-complete-function)))))
#+end_src
Michael
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
next prev parent reply other threads:[~2011-10-05 15:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-04 19:26 [contacts] No completion in Gnus Thorsten
2011-10-04 20:03 ` Jambunathan K
2011-10-04 20:31 ` Thorsten
2011-10-05 7:20 ` Achim Gratz
2011-10-05 15:20 ` Thorsten
2011-10-05 14:44 ` Jason Dunsmore
2011-10-05 14:51 ` Julien Danjou
2011-10-05 15:03 ` jasondunsmore
2011-10-05 15:12 ` Julien Danjou
2011-10-05 15:35 ` Michael Markert [this message]
2011-10-05 16:20 ` org-contacts: how to manage contacts; structure of meta data (was: No completion in Gnus) Karl Voit
2011-10-05 20:48 ` Thorsten
2011-10-06 9:38 ` org-contacts: how to manage contacts; structure of meta data Karl Voit
2011-10-06 12:55 ` Thorsten
2011-10-06 14:20 ` Wes Hardaker
2011-10-06 14:53 ` Thorsten
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=87ipo31mfl.fsf@googlemail.com \
--to=markert.michael@googlemail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jasondunsmore@gmail.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).