On Tuesday, July 29, 2003 at 07:43:48, Dan Jacobson wrote:
> I wish when I do (bbdb "bob") it would put the cursor in the bbdb
> window, as my next step is to type m on the person I want. It takes
> an extra C-x o at present.

Depends on your usage, so please some more votes before we
may decide to do add `bbdb-selects-window', but in the
meantime you might use this function:

(defun dj-bbdb ()
  (interactive)
  (bbdb-pop-up-bbdb-buffer)
  (select-window (get-buffer-window (get-buffer bbdb-buffer-name)))
  (call-interactively 'bbdb))

Robert



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to