unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Matt Price'" <matt.price@utoronto.ca>
Cc: 'help-gnu-emacs' <help-gnu-emacs@gnu.org>
Subject: RE: pymacs & interactivel isp functions
Date: Sat, 22 Nov 2008 07:27:30 -0800	[thread overview]
Message-ID: <000f01c94cb6$d5ac5690$0200a8c0@us.oracle.com> (raw)
In-Reply-To: <1227343194.20766.717.camel@localhost>

> > You're passing (string), which is ""
> 
> thanks drew.  i don't know why i thought that similar syntax 
> had worked in an earlier case -- clearly it must not have.
> this was very helpful and now i am very close.  
> 
> i now have the following completion code:
> 
> (defun matt/external-addressbook-completion (stub)
>   (interactive (list (completing-read "Name: "
> 				      #'edsquery-return-addresslist 
> 				      nil t))))
>
> when called interactively, it _does_ suggest the first option in the
> list that python returns, but it also gives me the following error:
> 
> ad-Orig-minibuffer-complete: Wrong type argument: number-or-marker-p,
> ("Matt Price <moptop99@gmail.com>" ...)

Dunno. Your function that does all of the completion,
`edsquery-return-addresslist' isn't shown. 

The error message is saying that function `ad-Orig-minibuffer-complete' expected
a number or a marker but received the list of strings. 

You also apparently advised the standard function `minibuffer-complete', and
that code isn't shown either. So it's difficult to guess what is the problem.

> i'm not sure, but it looks like it isn't breaking the cdr 
> cell down into its components before evaluating it?
> suggesting to me that, again, there's something wrong with my syntax.

No comprendo. What isn't breaking what cdr cell down into what components?

FWIW, I see nothing wrong with the call to completing-read. The problem is
likely in your completion function `edsquery-return-addresslist'.

> i appreciate the remedial lisp lessons.  sorry to just continue not
> getting it... thanks again,

The error message should help. Look at your advised version of
`minibuffer-complete', `ad-Orig-minibuffer-complete', and see why and where it
expects a number or marker. Look at why your function `eds...' gives it a list
of strings in that place instead. Perhaps try unadvising `minibuffer-complete',
at least for testing.






  parent reply	other threads:[~2008-11-22 15:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-19 16:16 pymacs & interactivel isp functions Matt Price
2008-11-19 17:37 ` Drew Adams
2008-11-22  8:39   ` Matt Price
2008-11-22 15:27     ` Kevin Rodgers
2008-11-22 15:27     ` Drew Adams [this message]
2008-11-22 21:07       ` Matt Price
2008-11-22 21:45         ` Drew Adams
     [not found] <mailman.747.1227111401.26697.help-gnu-emacs@gnu.org>
2008-11-20 19:48 ` Greg Detre

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='000f01c94cb6$d5ac5690$0200a8c0@us.oracle.com' \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=matt.price@utoronto.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).