emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mode line display


From: SAITO Takuya
Subject: mode line display
Date: Sat, 13 Nov 2004 18:29:45 +0900 (JST)

Start emacs -Q and evaluate this in *scratch*

(let ((line 9))                         ;3-13 reproduce this bug
  (switch-to-buffer "*TEST*")
  (setq line-spacing 1)
  (dotimes (i 20)
    (insert (number-to-string (1+ i)) "\n"))
  (goto-line line)
  (sit-for 0)
  (split-window nil (1+ line)))

Then mode line of above window is not displayed correctly.


In GNU Emacs 21.3.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2004-11-13 on reed
Distributor `The X.Org Foundation', version 11.0.60700000
configured using `configure '--prefix=/usr' '--libexecdir=/usr/lib' 
'--infodir=/usr/lib/emacs/21.3.50/info' '--with-x-toolkit=athena' 
'--without-xim''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: ja_JP.eucJP
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: C
  value of $LANG: ja_JP.eucJP
  locale-coding-system: japanese-iso-8bit
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  mouse-wheel-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]