emacs-devel
[Top][All Lists]
Advanced

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

23.0.60; bug with window-splitting?


From: Tom Rauchenwald
Subject: 23.0.60; bug with window-splitting?
Date: Sun, 30 Mar 2008 20:53:05 +0200 (CEST)
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

$ emacs -nw -Q
M-x calendar

results in calendar-basic-setup: Wrong type argument: window-live-p,
#<frame F1 0x83bddb0> 

In general, when started in a terminal, every function that wants to
split the current window (describe-function, describe-variable and so
on) results in that error.

It seems to be connected to split-window-preferred-function (which is nil). 
When I set it to split-window-preferred-horizontally things sort-of work,
that means the window gets split vertically and not horizontally.

In an X-frame everything works as expected.

Tom


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/share/emacs/23.0.60/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.37 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2008-03-30 on walter
configured using `configure  '--with-x-toolkit=athena' 'CFLAGS=-march=prescott 
-O3 -pipe -fomit-frame-pointer''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: C
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_AT.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
ESC x c a l e n TAB RET ESC x r e p o r TAB RET

Recent messages:
("emacs" "-Q")
For information about GNU Emacs and the GNU system, type C-h C-a.
calendar-basic-setup: Wrong type argument: window-live-p, #<frame F1 0x83bddb0>




reply via email to

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