GNU bug report logs -
#6349
24.0.50; C-a doesn't work in tty
Previous Next
Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date: Fri, 4 Jun 2010 07:57:02 UTC
Severity: normal
Found in version 24.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#6349: 24.0.50; C-a doesn't work in tty
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 6349 <at> debbugs.gnu.org.
--
6349: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6349
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> Resent-Sender: help-debbugs <at> gnu.org
> From: Kenichi Handa <handa <at> m17n.org>
> Date: Fri, 01 Oct 2010 21:53:13 +0900
> Cc:
>
> I found that this bug was introduced to the trunk by this
> change:
>
> ------------------------------------------------------------
> revno: 99771 [merge]
> committer: Eli Zaretskii <eliz <at> gnu.org>
> branch nick: trunk
> timestamp: Tue 2010-03-30 05:13:07 -0400
> message:
> Initial support for bidirectional editing.
>
> Makefile.in (obj): Include bidi.o.
> (bidi.o): New target.
> makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
> [...]
> ------------------------------------------------------------
>
> So, Eli, could you please take a look at it?
Should be fixed now (revno 101714).
[Message part 3 (message/rfc822, inline)]
Hi,
If a long line, of which the left side is truncated, begins with
a wide character in the window, the `C-a' command doesn't move
the cursor. It happens in Emacs launched as `emacs -nw -Q'.
Please try this form:
(let ((buffer (get-buffer-create "*testing*")))
(pop-to-buffer buffer)
(erase-buffer)
(insert-char (make-char 'japanese-jisx0208 36 34) 256)
(setq truncate-lines t)
(end-of-line))
In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2010-06-04 on ******
Windowing system distributor `Fedora Project', version 11.0.10800000
configured using `configure '--with-x-toolkit=lucid' '--without-xim'
This bug report was last modified 14 years and 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.