Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* recipient name completion
@ 2005-03-30  9:55 Sébastien Kirche
  2005-03-30 14:08 ` Sébastien Kirche
  0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Kirche @ 2005-03-30  9:55 UTC (permalink / raw)


Hi,

I have played a little with my new (from NoGnus cvs) message-expand-name and
eudc/ldap configuration and I have a problem.

Both  eudc-expand-inline  and bbdb-complete-name  are  functional if  called
manually  (e.g.  in the  scratch  buffer).  If  I understand  correctly  the
message-expand-name defun, the cond statement should call the both functions
(message-expand-name-databases  value is (bbdb  eudc)) but  it seems  that I
cannot complete anymore my contacts from BBDB.

Also  maybe one  can define  some kind  of priority  to call  the completion
functions, as  for the moment  if eudc-expand-inline completes first  and we
are looking for  someone that is in  BBDB we wont find him.  It could follow
the order of message-expand-name-databases definition.

I have looked into the cvs ToDo  but it does not seem to be mentioned. Maybe
I could make a proposal ?

Regards.

-- 
Sébastien Kirche


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: recipient name completion
  2005-03-30  9:55 recipient name completion Sébastien Kirche
@ 2005-03-30 14:08 ` Sébastien Kirche
  0 siblings, 0 replies; 2+ messages in thread
From: Sébastien Kirche @ 2005-03-30 14:08 UTC (permalink / raw)


Le 30 Mar 2005, Sébastien Kirche vraute :

> Both  eudc-expand-inline and bbdb-complete-name  are functional  if called
> manually  (e.g. in  the scratch  buffer).  If I  understand correctly  the
> message-expand-name  defun,  the  cond  statement  should  call  the  both
> functions  (message-expand-name-databases  value is  (bbdb  eudc)) but  it
> seems that I cannot complete anymore my contacts from BBDB.

Well I made a mistake about the lisp  code : it is normal that the bbdb part
is  not   called  as  the  first   form  of  cond  (ie:   (and  (memq  'eudc
message-expand-name-databases  ) (boundp  'eudc-protocol)  eudc-protocol) is
non nil...

I think I need some modification of message-expand-name for my goal...

-- 
Sébastien Kirche


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-30 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-30  9:55 recipient name completion Sébastien Kirche
2005-03-30 14:08 ` Sébastien Kirche

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 NNTP newsgroup(s).