|
Latest News
Emacs Project Page on Savannah Emacs for Mac OS Classic Project Page
|
This is Emacs 21's Mac OS X maintainer's web page.
The current verison in the CVS builds without problem. If you use an input method that displays choices in the minibuffer, a change made around December 22 prevents them from being displayed. For now please apply the following patch.
Index: src/xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.798
diff -u -r1.798 xdisp.c
--- src/xdisp.c 6 Jan 2003 00:58:45 -0000 1.798
+++ src/xdisp.c 13 Jan 2003 00:56:03 -0000
@@ -10215,8 +10215,7 @@
/* We've already displayed the echo area glyphs in this window. */
goto finish_scroll_bars;
}
- else if (w != XWINDOW (minibuf_window)
- || minibuf_level == 0)
+ else if (w != XWINDOW (minibuf_window))
{
/* W is a mini-buffer window, but it's not the currently
active one, so clear it. */
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright © 2003 Andrew Choi <akochoi-emacs at shaw.ca> |
Created with BlogMax |
|
|