Okay, I agree with that. Thanks.

Waider. No, I don't use a printer if I can help it :)

On November 18, [EMAIL PROTECTED] said:
> Ronan Waide <[EMAIL PROTECTED]> writes:
> 
> > On November 17, [EMAIL PROTECTED] said:
> >> Small patch I needed to get bbdb-print work:
> >
> > Ta. Applied, will be in CVS shortly.
> 
> I think, the indent parameter is used when bbdb-format-address is
> called for screen formating and not for printing.  So I like this
> patch better:
> 
> diff -u -r1.171 bbdb.el
> --- lisp/bbdb.el        2001/10/14 19:47:20     1.171
> +++ lisp/bbdb.el        2001/11/18 21:00:56
> @@ -1448,7 +1448,8 @@
>        (setq alist (cdr alist)))
>      ;; if we haven't reached the end of functions, we got a hit.
>      (if alist
> -        (funcall (cdar alist) addr indent))))
> +        (if printing (funcall (cdar alist) addr)
> +          (funcall (cdar alist) addr indent)))))
>  
>  (defun bbdb-format-record-name-company (record)
>    (let ((name (or (bbdb-record-name record) "???"))
> 
> 
> Gerd
-- 
[EMAIL PROTECTED] / Yes, it /is/ very personal of me.

HTML is the computer equivalent of running over a page of text with a few
coloured pens, some nice pictures and some glue.

_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to