On Tuesday, September 26, 2006 at 10:57:19, CHENG Gao wrote:
> 
> I use latest cvs source, and found following errors:
> 
> 1. Line 2748:
>      (modify-syntax-entry ?* "w" mail-mode-header-syntax-table)
> 
> byte-compiling error:
> 
> In bbdb-define-all-aliases:
> bbdb-com.el:2748:35:Warning: reference to free variable
>     `mail-mode-header-syntax-table'
> 
> in emacs/lisp/ChangeLog.10, line 19241:
>       (mail-mode-header-syntax-table): Var deleted. £¨2002-2-6 by
>       rms)

It is now checked for existence before setting it.   You
will still get the compile time warning, but it should not
cause trouble anymore. 

> 2. Line 2919:
>       (funcall 'play-sound (intern (format "touchtone%d" num))
> 
> byte-compiling error: In bbdb-play-sound:
> bbdb-com.el:2919:17:Warning: play-sound called with 2 arguments, but
> accepts
>     only 1

IMHO that code path is never executed in GNU Emacs, it is
only for XEmacs. 

Robert

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to