Path: utzoo!utgpu!watmath!uunet!talos!kjones From: kjones@talos.uucp (Kyle Jones) Newsgroups: gnu.emacs.gnus Subject: Re: gnus-3.12 doesn't mix well with VM and/or monkey Message-ID: <1989Sep8.131259.25013@talos.uucp> Date: 8 Sep 89 13:12:59 GMT References: Reply-To: kjones%talos.uucp@uunet.uu.net Distribution: gnu Lines: 6 The enmity between GNUS and VM is fairly well known. :-) The problem is that both VM and GNUS want to use the variable overlay-arrow-position. Normally you could just make the variable buffer local and the problem would be solved, but overlay-arrow-position is a special case. Its value needs to be local to several buffers, and so far I've not thought of a clean way to accomplish this.