[comp.emacs] getris.el problem

thomas@uplog.se (Thomas Tornblom) (08/30/90)

In article <20063@orstcs.CS.ORST.EDU> palmerp@argus.math.orst.edu (Paul A. Palmer) writes:


   I just tried to use getris.el (which I ftp-ed from tut). I can't get it to
   load, because of the error:

   "Symbol's value as variable is void: kanji-flag"

   Has anyone out there gotten this to run? What am I missing/need to do?

   Thanks for any help.

Apply the following patch:

*** getris.el.~1~	Thu Aug 30 14:08:20 1990
--- getris.el	Thu Aug 30 14:12:57 1990
***************
*** 56,62
  Nil means does not record scores.")
  
  (defvar getris-block-string
!   (if (and (boundp kanji-flag) kanji-flag) "\242\243" "[]")
    "*String for getris block.  Must be width of two column.")
  
  (defvar getris-width 10

--- 56,62 -----
  Nil means does not record scores.")
  
  (defvar getris-block-string
!   (if (and (boundp 'kanji-flag) kanji-flag) "\242\243" "[]")
    "*String for getris block.  Must be width of two column.")
  
  (defvar getris-width 10

-- 
Real life:      Thomas Tornblom                 Email:  thomas@uplog.se
Snail mail:     Telesoft Uppsala AB             Phone:  +46 18 189406
                Box 1218                        Fax:    +46 18 132039
                S - 751 42 Uppsala, Sweden