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

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

Error during ask-user-about-lock


From: Marshall, Simon
Subject: Error during ask-user-about-lock
Date: Mon, 7 Aug 2006 15:25:41 +0100

src/emacs -Q and eval:

(setq
 debug-on-error t
 special-display-frame-alist
 '((name . nil)
   (unsplittable . t)
   (menu-bar-lines . 0) (tool-bar-lines . 0)
   (minibuffer . nil)
   (left . 10) (top . 50) (user-position . t)
   (width . 80) (height . 11)
   (reverse . t)
   (font . "7x13bold"))
 special-display-buffer-names '("*Help*"))

Visit a file that you have modified in another emacs session.  Emacs asks
what you want to do about the lock.  Hit "?" to popup the *Help* window in a
new frame.  After the frame has appeared, I get an immediate:

Debugger entered--Lisp error: (error "Non-character input-event")
  read-char()
  byte-code(...)
 
ask-user-about-lock("/rvcarma/marshals/carma/data/20577/FIMAT/3/Simulation3_
V5.4p9f/R21JUN05.09.37.59.329256_CONTRACT.TXT" "address@hidden (pid 10713)")
  delete-and-extract-region(1 301)
  filter-buffer-substring(1 301 t)
  byte-code(...)
  kill-region(1 301)
  call-interactively(kill-region)

This is emacs updated from CVS Aug 7.

In GNU Emacs 22.0.50.15 (sparc-sun-solaris2.8, Motif Version 2.1.0)
 of 2006-08-07 on perth
X server distributor `Hummingbird Ltd.', version 11.0.100015
configured using `configure
'--prefix=/rvcarma/marshals/software/slash/usr/local'
'--with-x-toolkit=motif' 'CFLAGS=-g''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: en_GB.ISO8859-1
  value of $LC_CTYPE: en_GB.ISO8859-1
  value of $LC_MESSAGES: C
  value of $LC_MONETARY: en_GB.ISO8859-1
  value of $LC_NUMERIC: en_GB.ISO8859-1
  value of $LC_TIME: en_GB.ISO8859-1
  value of $LANG: en_GB.ISO8859-1
  locale-coding-system: iso-8859-1
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t




reply via email to

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