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

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

[Emacs-bug-tracker] bug#6349: closed (24.0.50; C-a doesn't work in tty)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6349: closed (24.0.50; C-a doesn't work in tty)
Date: Fri, 01 Oct 2010 17:52:02 +0000

Your message dated Fri, 01 Oct 2010 19:53:39 +0200
with message-id <address@hidden>
and subject line Re: bug#6349: 24.0.50; C-a doesn't work in tty
has caused the GNU bug report #6349,
regarding 24.0.50; C-a doesn't work in tty
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6349: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6349
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; C-a doesn't work in tty Date: Fri, 04 Jun 2010 16:55:49 +0900 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)
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'



--- End Message ---
--- Begin Message --- Subject: Re: bug#6349: 24.0.50; C-a doesn't work in tty Date: Fri, 01 Oct 2010 19:53:39 +0200
> Resent-Sender: address@hidden
> From: Kenichi Handa <address@hidden>
> 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 <address@hidden>
> 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).


--- End Message ---

reply via email to

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