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

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

[Emacs-bug-tracker] bug#5943: marked as done (24.0.50; C-e doesn't work)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5943: marked as done (24.0.50; C-e doesn't work)
Date: Fri, 16 Apr 2010 20:47:01 +0000

Your message dated Fri, 16 Apr 2010 23:45:56 +0300
with message-id <address@hidden>
and subject line Re: bug#5943: 24.0.50; C-e doesn't work
has caused the GNU bug report #5943,
regarding 24.0.50; C-e doesn't work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
5943: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5943
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; C-e doesn't work Date: Wed, 14 Apr 2010 09:37:17 +0900 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#5943: 24.0.50; C-e doesn't work Date: Fri, 16 Apr 2010 23:45:56 +0300
> Date: Wed, 14 Apr 2010 12:32:05 +0900
> From: Katsumi Yamaoka <address@hidden>
> Cc: address@hidden
> 
> >>>>> Eli Zaretskii wrote:
> >> Date: Wed, 14 Apr 2010 09:37:17 +0900
> >> From: Katsumi Yamaoka <address@hidden>
> >> Cc:
> >> Launch Emacs with the -Q option, evaluate the following form, and
> >> type `C-e'.  The cursor doesn't move.  Is it only for me?
> 
> > I see this on MS-Windows in a GUI session, but not in -nw: it works in
> > the latter case.  Does it work for you with -nw?
> 
> Yes, no problem with -nw.
> 
> > I will look into this, it's possible it's again a problem with the
> > rewritten cursor-positioning code.  Thanks for reporting this.
> 
> Thanks.

Found the problem.  It was my fault, after all.  I installed a fix,
and the problem should be gone now.  Please try again.


--- End Message ---

reply via email to

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