|
From: | Richard Stallman |
Subject: | Re: bug/feature - emacs doesn't tell you about keys with multiple prefixes |
Date: | Thu, 20 Mar 2003 03:45:31 -0500 |
> It can't use rassq now; it has to check each previous occurrence of the same > keymap. Huh?! That's exactly what the code does. I verified it correcly breaks such cycles before posting the message. Now I see why that is so--it is because you update MAPS at the end of the loop. But the result is that the code is both more complex and slower than a simple loop that looks at each element of MAPS. So would you please change it to work that way?
[Prev in Thread] | Current Thread | [Next in Thread] |