Path: utzoo!utgpu!watmath!uunet!ginosko!rex!barad From: barad@rex.cs.tulane.edu (Herb Barad) Newsgroups: gnu.emacs Subject: Re: getris.el -- clone of a famous Russian game program. Summary: Fix for non-Japanese systems Keywords: kanji Message-ID: <1101@rex.cs.tulane.edu> Date: 15 Sep 89 17:06:36 GMT References: Reply-To: barad@bourbon.UUCP (Herb Barad) Distribution: gnu Organization: E.E. Dept., Tulane University, New Orleans, LA Lines: 20 The recently posted getris.el is a great game, but the value kanji-flag is not defined. Below is a diff to fix this for non-Japanese systems. Good luck. *** getris.el Thu Sep 14 15:49:59 1989 --- getris.el.orig Thu Sep 14 15:48:18 1989 *************** *** 46,52 **** Initialized from GETRISFILE environment variable. Nil means does not record scores.") - (setq kanji-flag nil) (defvar getris-block-string (if (and (boundp kanji-flag) kanji-flag) "\242\243" "[]") "*String for getris block. Must be width of two column.") --- 46,51 ---- -- Herb Barad Electrical Engineering Dept., Tulane Univ. INTERNET: barad@ee.tulane.edu USENET: barad@bourbon.uucp