Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!aramis.rutgers.edu!athos.rutgers.edu!gaynor From: gaynor@athos.rutgers.edu (Silver) Newsgroups: comp.emacs Subject: Re: How to bind multi character function keys Message-ID: Date: 11 Mar 89 21:35:29 GMT References: <36761@bbn.COM> <36802@bbn.COM> <874@cvbnet2.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 11 jeremy@jeremy.prime.com > I would need a large number of sparse keymaps to bind a small set of such > function keys [which generate long escape sequences]? I assume you're talking about a recent version of GNU Emacs. If so, the answer is then yes, you'd need a bunch of little maps. But don't worry it, they're pretty cheap spacewise, a cons for each element plus one. So there's an O(n) performance hit - for small n and considering the cost of doing comparisons in the interpreter, this won't hurt much. Regards, [Ag] gaynor@rutgers.edu