bbdb-clean-address-components: Symbol's function definition is void: bbdb-message-clean-name-default

2014-01-08 Thread Vincent Belaïche
Hello,

When I write an email with Message, and I type TAB for completion of
address, it works, but I get some error message as follows:

bbdb-clean-address-components: Symbol's function definition is void: 
bbdb-message-clean-name-default

Shall I file some bug report ?

VBR,
Vincent.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


[BBDB] ChangeLog 2014-01-08

2014-01-08 Thread Roland Winkler
- Provide auto completion for cities, states and countries known
  to BBDB.

- Move bbdb-message-clean-name-default to where it belongs.

2014-01-08  Roland Winkler  wink...@gnu.org
* lisp/bbdb.el (bbdb-canonical-hosts, bbdb-canonicalize-mail-1)
(bbdb-message-clean-name-default): Move here from bbdb-mua.el.

2014-01-08  Roland Winkler  wink...@gnu.org
Provide auto completion for cities, states and countries known to
BBDB.
* lisp/bbdb.el (bbdb-city-list, bbdb-state-list)
(bbdb-country-list): New internal variables.
(bbdb-add-to-list): New function.
(bbdb-puthash, bbdb-merge-concat-remove-duplicates)
(bbdb-change-record): Use add-to-list.
(bbdb-record-set-xfield, bbdb-parse-records): Use add-to-list and
bbdb-add-to-list.  Collect cities, states and countries known to
BBDB.
* lisp/bbdb-com.el (bbdb-record-edit-address)
(bbdb-edit-address-default): Provide auto completion for cities,
states and countries.


BBDB is available at
http://savannah.nongnu.org/projects/bbdb/
To check it out, use
git clone git://git.savannah.nongnu.org/bbdb.git

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: bbdb-clean-address-components: Symbol's function definition is void: bbdb-message-clean-name-default

2014-01-08 Thread Roland Winkler
On Wed Jan 8 2014 Vincent Belaïche wrote:
 When I write an email with Message, and I type TAB for completion of
 address, it works, but I get some error message as follows:
 
 bbdb-clean-address-components: Symbol's function definition is void:
 bbdb-message-clean-name-default

It seems that for you the function bbdb-message-clean-name-default
did not get loaded from bbdb-mua.el.  I moved this to bbdb.el (see
the ChangeLog from today).  Does this solve your problem?

Roland

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/