> - What is the alternative to defvaralias, if one wants to access a > variable by two different names?
Don't know. I guess it depends on the reason why you want an alternative? > - How does one know when the prefix "x-" in a lisp function means > "generic GUI function" and when it means "X11 windowing system > function"? (The reason for many of the defaliases is a conflict in > interpretations on this point.) The reasons are purely historical. The "x-" *should* ideally always mean "X11 function". A for how to determine when an "x-" is ideal and when it isn't, I think the only way is to check if that function alsoe exists under the name "x-" on the w32 or carbon (or maybe even msdos) ports. :-( Stefan ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Emacs-app-dev- mailing list Emacs-app-dev-@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-