comparison mac/INSTALL @ 72979:46aca9ec4c40

Remove descriptions about experimental flags.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 19 Sep 2006 03:16:09 +0000
parents 3b5341ede4ac
children f0b4afa8b991 b5c13d1564a9
comparison
equal deleted inserted replaced
72978:761e808a1059 72979:46aca9ec4c40
211 possible at this time to generate a universal binary that supports both 211 possible at this time to generate a universal binary that supports both
212 architectures. In addition, Rosetta doesn't appear to work correctly 212 architectures. In addition, Rosetta doesn't appear to work correctly
213 with PowerPC builds of Emacs; you will have to recompile for Intel. 213 with PowerPC builds of Emacs; you will have to recompile for Intel.
214 Therefore, builds of Emacs are architecture specific. 214 Therefore, builds of Emacs are architecture specific.
215 215
216 There are some compile-time flags that enable experimental features.
217 Please use them at your own risk after reading the corresponding
218 threads in the emacs-devel@gnu.org archive.
219
220 SELECT_USE_CFSOCKET (on Mac OS X): Avoid polling in sys_select (in
221 src/mac.c).
222 http://lists.gnu.org/archive/html/emacs-devel/2004-12/msg00789.html
223
224 USE_ATSUI (on Mac OS 9/Carbon): Enable ATSUI (Apple Type Services
225 for Unicode Imaging) support.
226 http://lists.gnu.org/archive/html/emacs-devel/2005-10/msg00005.html
227
228 Enjoy! 216 Enjoy!