emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [contacts] No completion in Gnus


From: Michael Markert
Subject: Re: [O] [contacts] No completion in Gnus
Date: Wed, 05 Oct 2011 17:35:10 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

On  5 Oct 2011, address@hidden wrote:

> Julien Danjou <address@hidden> 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: pgpDSzAMKVzTF.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]