gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnugo.el 2.3.0 available


From: Juanma Barranquero
Subject: Re: gnugo.el 2.3.0 available
Date: Tue, 25 Feb 2014 22:55:25 +0100

On Tue, Feb 25, 2014 at 5:33 PM, Thien-Thi Nguyen <address@hidden> wrote:

> Please find gnugo.el 2.3.0, in ELPA (newly-added package ‘gnugo’):

If you install this in a trunk Emacs, which already has its own
cl-lib, you get a bunch of warnings because the CL symbols the package
uses are not of the cl-SYMBOL variety.

In gnugo-describe-internal-properties:
gnugo.el:251:29:Warning: `(:xpms :local-xpms)' is a malformed function
gnugo.el:256:54:Warning: `:sgf-collection' called as a function
gnugo.el:258:46:Warning: `:monkey' called as a function

In gnugo-propertize-board-buffer:
gnugo.el:454:8:Warning: `(p edge (+ 2 p))' is a malformed function
gnugo.el:454:8:Warning: `(< other-edge p)' is a malformed function
gnugo.el:491:57:Warning: reference to free variable `ival'
gnugo.el:491:27:Warning: reference to free variable `p'

In gnugo-refresh:
gnugo.el:812:4:Warning: `98' is a malformed function
gnugo.el:812:4:Warning: `119' is a malformed function
gnugo.el:812:4:Warning: `112' is a malformed function
gnugo.el:812:4:Warning: `116' is a malformed function
gnugo.el:812:4:Warning: `117' is a malformed function
gnugo.el:812:4:Warning: `109' is a malformed function
gnugo.el:812:4:Warning: `98' is a malformed function
gnugo.el:812:4:Warning: `119' is a malformed function
gnugo.el:812:4:Warning: `112' is a malformed function
gnugo.el:812:4:Warning: `116' is a malformed function
gnugo.el:812:4:Warning: `117' is a malformed function
gnugo.el:812:4:Warning: `109' is a malformed function

In gnugo-cleanup:
gnugo.el:1020:14:Warning: unintern called with 1 argument, but requires 2

In gnugo-board-mode:
gnugo.el:1707:32:Warning: reference to free variable `default'
gnugo.el:1707:40:Warning: reference to free variable `opt'
gnugo.el:1707:44:Warning: reference to free variable `&optional'
gnugo.el:1707:54:Warning: reference to free variable `rx'
gnugo.el:1708:14:Warning: reference to free variable `var'

In gnugo/sgf-read-file:
gnugo.el:2066:40:Warning: `:end' called as a function
gnugo.el:2049:48:Warning: `:mid' called as a function
gnugo.el:2050:62:Warning: `t' called as a function
gnugo.el:2064:16:Warning: `(stone point move simpletext color)' is a malformed
    function
gnugo.el:2064:16:Warning: `(number real double)' is a malformed function
gnugo.el:2064:16:Warning: `(text)' is a malformed function
gnugo.el:2064:16:Warning: `(stone point move simpletext color)' is a malformed
    function
gnugo.el:2064:16:Warning: `(number real double)' is a malformed function
gnugo.el:2064:16:Warning: `(text)' is a malformed function
gnugo.el:2070:40:Warning: `t' called as a function
gnugo.el:2125:33:Warning: `59' is a malformed function
gnugo.el:2125:33:Warning: `40' is a malformed function
gnugo.el:2125:33:Warning: `41' is a malformed function

In end of data:
gnugo.el:2196:1:Warning: the following functions are not known to be defined:
    case, :sgf-collection, :monkey, do, ival, assert, incf, decf,
    destructuring-bind, var, cdddr, :end, :mid, t, cdaddr



reply via email to

[Prev in Thread] Current Thread [Next in Thread]