unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: 5943@debbugs.gnu.org
Subject: bug#5943: 24.0.50; C-e doesn't work
Date: Wed, 14 Apr 2010 09:37:17 +0900	[thread overview]
Message-ID: <b4md3y2c1j6.fsf@jpl.org> (raw)

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







             reply	other threads:[~2010-04-14  0:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-14  0:37 Katsumi Yamaoka [this message]
2010-04-14  3:17 ` bug#5943: 24.0.50; C-e doesn't work Eli Zaretskii
2010-04-14  3:32   ` Katsumi Yamaoka
2010-04-16 20:45     ` Eli Zaretskii
2010-04-14 11:39   ` Štěpán Němec
2010-04-14 12:40     ` Eli Zaretskii
2010-04-14 15:11       ` Štěpán Němec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4md3y2c1j6.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=5943@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).