Emacs 21 for Mac OS X
Latest News, FAQ, Files, Links, and other Resources.
Latest News

Introduction

Obtaining and Building Emacs

FAQ

Resources


Emacs Home Page

Emacs Project Page on Savannah

Emacs for Mac OS Classic Project Page


My OS X Programming Blog

    This is Emacs 21's Mac OS X maintainer's web page.

A Temporary Fix for Input Method Problem

Sunday, January 12, 2003

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.  */

January 2003
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Dec  Feb


Copyright © 2003 Andrew Choi <akochoi-emacs at shaw.ca> Created with
BlogMax
emacs Made on a Mac