Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!pasteur!ucbvax!ucsd!ogccse!husc6!mit-eddie!mrspoc.transact.COM!kayvan From: kayvan@mrspoc.transact.COM (Kayvan Sylvan) Newsgroups: comp.emacs Subject: Re: getris.el -- clone of a famous Russian game program. Message-ID: Date: 15 Sep 89 23:15:00 GMT Sender: daemon@eddie.MIT.EDU Lines: 34 Herb Barad writes: > 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. Actually, the "correct" fix is not to set kanji-flag for non-japanese versions, but to do this: *** teris-orig Fri Sep 15 16:09:10 1989 --- src/elisp/getris.el Fri Sep 15 11:28:04 1989 *************** *** 48,52 (defvar getris-block-string ! (if (and (boundp kanji-flag) kanji-flag) "\242\243" "[]") "*String for getris block. Must be width of two column.") --- 48,52 ----- (defvar getris-block-string ! (if (and (boundp 'kanji-flag) kanji-flag) "\242\243" "[]") "*String for getris block. Must be width of two column.") The boundp function expects a symbol name, not the value of the symbol. Also, where is the missing boss-* functions? (I assume they're in the commented out '(require boss) module)... ---Kayvan --- Kayvan Sylvan @ Transact Software, Inc. -*- Los Altos, CA (415) 961-6112 Internet: kayvan@Transact.COM -*- UUCP: ...!{apple,pyramid,mips}!mrspoc!kayvan