home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / unreleased / patches / old / 5.4o.1 next >
Encoding:
Internet Message Format  |  1999-07-12  |  1.0 KB

  1. To: vim-dev@vim.org
  2. Subject: patch 5.4o.1
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. ------------
  6.  
  7. Found this just after sending out the release, sorry!
  8.  
  9.  
  10. Patch 5.4o.1
  11. Problem:    Athena and Motif version didn't compile without XIM.
  12. Solution:   Put #ifdef USE_XIM around call to xim_set_preedit().
  13. Files:        src/gui_x11.c
  14.  
  15.  
  16. *** ../vim-5.4o/src/gui_x11.c    Sun Jul 11 20:10:53 1999
  17. --- src/gui_x11.c    Sun Jul 11 20:34:43 1999
  18. ***************
  19. *** 476,482 ****
  20. --- 476,484 ----
  21.               - (status_area_enabled ? gui.char_height : 0)
  22.   #endif
  23.                );
  24. + #ifdef USE_XIM
  25.       xim_set_preedit();
  26. + #endif
  27.   #if defined(USE_FONTSET) && !defined(SLOW_XSERVER)
  28.       if (gui.fontset)
  29.       create_workwindow ();
  30.  
  31.  
  32. --
  33. hundred-and-one symptoms of being an internet addict:
  34. 40. You tell the cab driver you live at
  35.     http://123.elm.street/house/bluetrim.html
  36. 41. You actually try that 123.elm.street address.
  37.  
  38. --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\--
  39.   \ \    www.vim.org/iccf      www.moolenaar.net       www.vim.org    / /
  40.