unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6349: 24.0.50; C-a doesn't work in tty
@ 2010-06-04  7:55 Katsumi Yamaoka
  2010-06-09  0:52 ` Katsumi Yamaoka
  2010-10-01 12:53 ` Kenichi Handa
  0 siblings, 2 replies; 5+ messages in thread
From: Katsumi Yamaoka @ 2010-06-04  7:55 UTC (permalink / raw)
  To: 6349

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'





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-01 17:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-04  7:55 bug#6349: 24.0.50; C-a doesn't work in tty Katsumi Yamaoka
2010-06-09  0:52 ` Katsumi Yamaoka
2010-06-18  7:46   ` Katsumi Yamaoka
2010-10-01 12:53 ` Kenichi Handa
2010-10-01 17:53   ` Eli Zaretskii

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).