GNU bug report logs - #5943
24.0.50; C-e doesn't work

Previous Next

Package: emacs;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 5943 in the body.
You can then email your comments to 5943 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5943; Package emacs. (Wed, 14 Apr 2010 00:38:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Katsumi Yamaoka <yamaoka <at> jpl.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 14 Apr 2010 00:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Katsumi Yamaoka <yamaoka <at> jpl.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; C-e doesn't work
Date: Wed, 14 Apr 2010 09:37:17 +0900
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





Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5943; Package emacs. (Wed, 14 Apr 2010 03:18:02 GMT) Full text and rfc822 format available.

Message #8 received at 5943 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Katsumi Yamaoka <yamaoka <at> jpl.org>
Cc: 5943 <at> debbugs.gnu.org
Subject: Re: bug#5943: 24.0.50; C-e doesn't work
Date: Wed, 14 Apr 2010 06:17:25 +0300
> Date: Wed, 14 Apr 2010 09:37:17 +0900
> From: Katsumi Yamaoka <yamaoka <at> jpl.org>
> 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?

I will look into this, it's possible it's again a problem with the
rewritten cursor-positioning code.  Thanks for reporting this.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5943; Package emacs. (Wed, 14 Apr 2010 03:34:02 GMT) Full text and rfc822 format available.

Message #11 received at 5943 <at> debbugs.gnu.org (full text, mbox):

From: Katsumi Yamaoka <yamaoka <at> jpl.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 5943 <at> debbugs.gnu.org
Subject: Re: bug#5943: 24.0.50; C-e doesn't work
Date: Wed, 14 Apr 2010 12:32:05 +0900
>>>>> Eli Zaretskii wrote:
>> Date: Wed, 14 Apr 2010 09:37:17 +0900
>> From: Katsumi Yamaoka <yamaoka <at> jpl.org>
>> 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.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5943; Package emacs. (Wed, 14 Apr 2010 11:40:03 GMT) Full text and rfc822 format available.

Message #14 received at 5943 <at> debbugs.gnu.org (full text, mbox):

From: Štěpán Němec <stepnem <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Katsumi Yamaoka <yamaoka <at> jpl.org>, 5943 <at> debbugs.gnu.org
Subject: Re: bug#5943: 24.0.50; C-e doesn't work
Date: Wed, 14 Apr 2010 13:39:25 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:
>> 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 will look into this, it's possible it's again a problem with the
> rewritten cursor-positioning code. [...]

Not necessarily; or not only that, anyway. I've been occasionaly
experiencing similar problems (in GUI, but I rarely use -nw) with
23.1.91.1, i.e. before the bidi merge.

Unfortunately I haven't been able to narrow it down (it occurs only
rarely), and the above recipe does not show the problem for me (so,
sorry for not being very helpful, but I figured I'd mention that
anyway).


  Štěpán




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5943; Package emacs. (Wed, 14 Apr 2010 12:41:02 GMT) Full text and rfc822 format available.

Message #17 received at 5943 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Štěpán Němec <stepnem <at> gmail.com>
Cc: yamaoka <at> jpl.org, 5943 <at> debbugs.gnu.org
Subject: Re: bug#5943: 24.0.50; C-e doesn't work
Date: Wed, 14 Apr 2010 08:40:29 -0400
> From: Štěpán Němec <stepnem <at> gmail.com>
> Cc: Katsumi Yamaoka <yamaoka <at> jpl.org>,  5943 <at> debbugs.gnu.org
> Date: Wed, 14 Apr 2010 13:39:25 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> >> 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 will look into this, it's possible it's again a problem with the
> > rewritten cursor-positioning code. [...]
> 
> Not necessarily; or not only that, anyway. I've been occasionaly
> experiencing similar problems (in GUI, but I rarely use -nw) with
> 23.1.91.1, i.e. before the bidi merge.

It's good to know.  I will look into it, anyway.

> the above recipe does not show the problem for me

Really?  Is that with -Q?  On what platform?  For me, it happens every
time I try that recipe.

Thanks.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5943; Package emacs. (Wed, 14 Apr 2010 15:12:02 GMT) Full text and rfc822 format available.

Message #20 received at 5943 <at> debbugs.gnu.org (full text, mbox):

From: Štěpán Němec <stepnem <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: yamaoka <at> jpl.org, 5943 <at> debbugs.gnu.org
Subject: Re: bug#5943: 24.0.50; C-e doesn't work
Date: Wed, 14 Apr 2010 17:11:38 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:
>> the above recipe does not show the problem for me
>
> Really?  Is that with -Q?  On what platform?  For me, it happens every
> time I try that recipe.

Yes, but I still use 23.1.91.1:


In GNU Emacs 23.1.91.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2010-01-21 on headley
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
configured using `configure  '--with-x-toolkit=lucid''

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

Major mode: Fundamental

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
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t



With this configuration, the `let' form provided does not reproduce the problem.

  Štěpán




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Fri, 16 Apr 2010 20:47:01 GMT) Full text and rfc822 format available.

Notification sent to Katsumi Yamaoka <yamaoka <at> jpl.org>:
bug acknowledged by developer. (Fri, 16 Apr 2010 20:47:01 GMT) Full text and rfc822 format available.

Message #25 received at 5943-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Katsumi Yamaoka <yamaoka <at> jpl.org>
Cc: 5943-done <at> debbugs.gnu.org
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 <yamaoka <at> jpl.org>
> Cc: 5943 <at> debbugs.gnu.org
> 
> >>>>> Eli Zaretskii wrote:
> >> Date: Wed, 14 Apr 2010 09:37:17 +0900
> >> From: Katsumi Yamaoka <yamaoka <at> jpl.org>
> >> 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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 15 May 2010 11:24:03 GMT) Full text and rfc822 format available.

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.