On Mon, 2008-04-14 at 15:38 -0700, Matthew Dempsky wrote: > On Mon, Apr 14, 2008 at 12:42 PM, Eric Faurot <[EMAIL PROTECTED]> wrote: > > This is a work-in-progress port of emacs 22.2 based on a post > > by Fulvio Ciriaco. Contributions are most welcome. > > Cool. > > patch below adds a gtk flavor for using the gtk toolkit instead of the > default one. I'm not sure about the LIB_DEPENDS part though; I just > put the major versions from the system I tested on and confirmed that > it works and passed "make lib-depends-check".
Does anyone *really* need Athena toolkit support for Emacs 22? If so, Emacs 22 should have FLAVORS no_x11, gtk2 and athena, just like vim. If not, athena support should be dropped and non-no_x11 emacs22 should be built with gtk2. Brad Walker