GNU bug report logs -
#5943
24.0.50; C-e doesn't work
Previous Next
Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date: Wed, 14 Apr 2010 00:38:01 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
Launch Emacs with the -Q option, evaluate the following form, and
type `C-e'. The cursor doesn't move. Is it only for me?
(let ((buffer (get-buffer-create "*testing*")))
(pop-to-buffer buffer)
(erase-buffer)
(setq truncate-lines t)
(insert "The quick brown fox jumps over the lazy dog.\
The quick brown fox jumps over the lazy dog.\
The quick brown fox jumps over the lazy dog.\
The quick brown fox jumps over the lazy dog.\
The quick brown fox jumps over the lazy dog.\n")
(goto-char (point-min)))
In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2010-04-14 on xxxxxx
Windowing system distributor `Fedora Project', version 11.0.10706000
configured using `configure '--with-x-toolkit=lucid' '--without-xim''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: C
value of $LC_CTYPE: ja_JP.UTF-8
value of $LC_MESSAGES: C
value of $LC_MONETARY: C
value of $LC_NUMERIC: C
value of $LC_TIME: C
value of $LANG: C
value of $XMODIFIERS: @im=SCIM
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
This bug report was last modified 15 years and 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.