Changeset 4166 for trunk/etc/PROBLEMS
- Timestamp:
- 09/18/06 20:48:14 (2 years ago)
- Files:
-
- trunk/etc/PROBLEMS (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/PROBLEMS
r4111 r4166 203 203 configuring your compiler to use the native linker instead of GNU ld. 204 204 205 ** Emacs compiled with Gtk+ crashes when closing a display (x-close-connection). 206 207 This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug 208 http://bugzilla.gnome.org/show_bug.cgi?id=85715. 209 205 210 * General runtime problems 206 211 … … 536 541 537 542 if ($?EMACS) then 538 if ( $EMACS == "t") then543 if ("$EMACS" =~ /*) then 539 544 unset edit 540 545 stty -icrnl -onlcr -echo susp ^Z
