Re: Migrating font faces from xemacs to emacs
Frank Steiner <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
Hi Eli, Eli Zaretskii wrote: > If there's someone here who knows enough about XEmacs faces to > understand what you are asking, I hope they will respond. Failing > that, please tell more: what is so different about XEmacs "font faces" > (whatever that is) that makes it hard to convert that to GNU Emacs way > of customizing faces and fonts. I see no difference between the way Emacs and XEmacs, the format seems to be identical when storing changes in custom.el. It's just that XEmacs uses different colors for almost every face (and that's close to 100 ones) and we wouldn't like to adjust all of them manually for those users who want to keep the old colors :-) Thus, exporting them to lisp code from XEmacs would be nice so that we can provide a lisp snippet with all the faces. cu, Frank