From: Stefan Monnier via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: [QUESTION] I have problem on my org-contacts capf function source code
Date: Mon, 15 Nov 2021 08:50:20 -0500 [thread overview]
Message-ID: <jwvlf1psfa4.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: PAXPR08MB664092113BD1AFB73CD1C1C5A3989@PAXPR08MB6640.eurprd08.prod.outlook.com
> (add-hook 'completion-at-point-functions 'org-contacts-org-complete-function nil 'local)
I assume you're careful to run this `add-hook` in the appropriate buffer
(otherwise, of course it won't do anything useful ;-)
> When I evaluated upper code, and test by typing in "@Chri", I have not seen org-contacts related
> complete popup candidates.
Try `M-x trace-function RET org-contacts-org-complete-function RET`.
Also you may prefer to first just try
M-: (org-contacts-org-complete-function) RET
and make sure that what it returns makes sense.
Then
M-: (all-completions "Chr" (nth 2 (org-contacts-org-complete-function))) RET
Maybe try also
M-: (all-completions "@Chr" (nth 2 (org-contacts-org-complete-function))) RET
then check whether the BEG..END area returned by
`org-contacts-org-complete-function` contains "@Chr" or "Chr".
Stefan
next prev parent reply other threads:[~2021-11-15 13:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-14 9:59 [QUESTION] I have problem on my org-contacts capf function source code Christopher M. Miles
2021-11-14 23:10 ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-11-15 9:05 ` Christopher M. Miles
2021-11-15 13:50 ` Stefan Monnier via Users list for the GNU Emacs text editor [this message]
2021-11-15 15:43 ` Christopher M. Miles
2021-11-15 21:30 ` Stefan Monnier
2021-11-18 6:56 ` [SOLVED] " Christopher M. Miles
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.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvlf1psfa4.fsf-monnier+emacs@gnu.org \
--to=help-gnu-emacs@gnu.org \
--cc=monnier@iro.umontreal.ca \
/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.
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).