Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!lll-tis!ames!rutgers!princeton!udel!burdvax!sdcrdcf!ism780c!mikep From: mikep@ism780c.UUCP (Michael A. Petonic) Newsgroups: comp.emacs Subject: Re: Buffer Local Variables Message-ID: <8811@ism780c.UUCP> Date: 1 Feb 88 20:30:42 GMT References: <8770@ism780c.UUCP> <2673@bloom-beacon.MIT.EDU> Reply-To: mikep@ism780c.UUCP (Michael A. Petonic) Organization: Interactive Systems Corp., Santa Monica CA Lines: 13 In article <2673@bloom-beacon.MIT.EDU> wolfgang@mgm.mit.edu (Wolfgang Rupprecht) writes: >... >If you *really* want to keep local variables across mode switches, you >can try removing these calls. Well, I found a different way to do this that is probably obvious to anyone who's been hacking lisp for even a short while. I made an a-list called rserver-alist which stored the information globally. The key to the a-list was the buffer name and I could get the value I wanted from there. What a bargain! :-). -MikeP