Lennart Borgman <[EMAIL PROTECTED]> writes: > I see no reason why Emacs should be able to edit the w32 Registry, > but reading it would be very convenient. It should not be seen as > giving Emacs extra features on w32. Rather it is another way to > accomplish the same thing that are already easily accomplished on > unix like systems. (At least I believe that this is the state.) > > Paper size is one I remember right now. Another is the location of > Ghostscript. If Emacs could read the registry then such things would > be easy to get by just writing some elisp code for it. Am I not > right assuming that these things are already easy to get on unix > like systems?
I don't see that Emacs has an interface into the locale in general which would be required for reading the papersize setting. And the usual way for GhostScript is just to look for "gs" in the exec path. Since the process shell does that already, "gs" is usually used as the default command. There is no separate database to search for such information. That's what PATH is for. So if one built a general interface into stuff like the paper size, and then filled it with life also on the free systems, doing the same on w32 would not violate any policies. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel