On Wed Jan 22 2014 Gijs Hillenius wrote:
> 1) in bbdb, hit 'i', typed 'address', typed 'O', hit tab, got 'Office'
> hit enter.
> 
> 2) Typed 'First'(space bar) and got stuck. I can't enter a space, bbdb
> says [No match]. Entered the address anyway, without the space. Address
> line 2 ditto, no space allowed.
> 
> 3) when done, tried to edit address, to add the space. Won't
> work. Hitting space will result in [Sole Completion].
> 
> Something in my settings? 

No, not your fault, but by default the keymap for completing-read
binds SPC to the command minibuffer-complete-word which is usually
not what the user expects when running bbdb-read-string.  This
should be fixed by the patch below.

See also emacs bug#16528.

On Thu Jan 16 2014 Attila Lendvai wrote:
> note: the newly added usage of ADD-TO-LIST in the code is wrong at
> places. it has 4 args, APPEND and *then* TEST.

Thanks, fixed.


2014-01-23  Roland Winkler  <wink...@gnu.org>
        * lisp/bbdb.el (bbdb-puthash, bbdb-record-set-xfield)
        (bbdb-record-set-field, bbdb-parse-records, bbdb-change-record):
        Bugfix, make 'eq the 4th arg of add-to-list.

2014-01-23  Roland Winkler  <wink...@gnu.org>
        * lisp/bbdb.el (bbdb-read-string): In
        minibuffer-local-completion-map remove the binding of SPC to
        minibuffer-complete-word and of ? to minibuffer-completion-help.


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=119420431&iu=/4140/ostg.clktrk
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to