----- Original Message ----- > From: Jeremy Hankins <[email protected]> ... > A simple solution, if you don't want those changes, would be to define > your own menu and replace bindings for (popup-root-menu) with > (popup-menu my-menu). That has the advantage of preserving the default > root menu in case you want to use it some other way -- e.g., as a > sub-menu of your own menu or via a different keybinding.
Interesting idea, I had not thought of that. Thanks. ... > state at the time; whether these are examples of that I'm not sure. A > general-purpose solution that's better than manually running another > script would be to add something to after-initialization-hook. It's a > bit klugy, but that way you at least don't have to remember to run the > script. Ok. I was not aware of that hook, that sounds ideal. Again, thanks. R. -- Sawfish ML
