Date: Mon, 25 Nov 1996 19:23:42 +0200 (IST) From: Eli Zaretskii To: Komodakis Nikolaos 542 Cc: djgpp AT delorie DOT com Subject: Re: emacs 19.34 - problem with viper-mode In-Reply-To: <199611251115.AA01926@crete.csd.uch.gr> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 25 Nov 1996, Komodakis Nikolaos 542 wrote: > I have just downloaded the new version of emacs for > DOS (ver. 19.34).Everything works fine except for one thing. > When I try to load viper-mode (i.e. M-x viper-mode), the following > error message appears in the minibuffer: > "Symbol's function definition is void: iconify-or-deiconify-frame". You should never assume that each and every Emacs feature will work on MSDOS. Generally, only those features that are used by people who cared to make Emacs work on MSDOS were debugged to work there, and I would guess that none of them are vi fans ;-). Please put the following on your Emacs init file (called `_emacs'): (fset 'iconify-or-deiconify-frame 'ignore) Then restart Emacs and try invoking `viper-mode' again. The above magic should get you through that error, but I don't know if you won't bump into another problem further down the road (since I never use viper-mode). If the above is all that is needed, please tell me so, and I will see to it that the next Emacs release will have this problem fixed. If there are other problems, you will have to debug them.