From: John C L. <jc...@po...> - 2002-01-25 17:49:07
|
Andrew, That seems to do the trick. Thanks for the help, and for your work. Cheers JL On Fri, 25 Jan 2002, Andrew Choi wrote: > > I've built and installed Emacs 21 on OS 10.1. All seems well, thus > > far. I can't seem to start viper-mode, however. It works in the > > term window. But when .app version is run from finder, I get the > > following lisp error: Symbol's function definition is void: > > iconify-or-deiconify-frame. Tried make and make bootstrap. Same > > error. Any thoughts? Thanks in advance. > > > > John Lamoreaux > > Department of Religious Studies > > Southern Methodist University > > Hi John, > > For now, please try defining a dummy version of this function before > starting viper-mode. E.g., > > (defun iconify-or-deiconify-frame () nil) > > I'll fix this in a future version. > > Andrew. > > |