* bug#9530: 24.0.50; incorrect cursor moving
@ 2011-09-17 12:41 Kenichi Handa
2011-09-17 18:31 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2011-09-17 12:41 UTC (permalink / raw)
To: 9530
With the trunk Emacs, cursor jumps around in the following
testcase.
% emacs -Q
;; Now we are in *scratch* buffer which contains ";; This
bufffer is..." comment at the head.
ESC : (insert (propertize "\t" 'display '(space :align-to 77)) "a "(propertize "\t" 'display '(space :align-to 79)) "b") RET
;; Now the last line fo *scratch* buffer is showing "a" at
;; column 77, and showingg "b" at column 0 of the continuing line.
C-a C-f C-f
;; The cursor is at the right of character "a". This is normal.
C-f
;; The cursor jumps to the end of the first line;
;; i.e. the right of "for List evaluation."
C-f
;; The cursor moves back to the character "b" of the
;; original line; i.e. the line inserted by the above "ESC : ... RET".
---
handa@m17n.org
In GNU Emacs 24.0.50.3 (i686-pc-linux-gnu, X toolkit)
of 2011-09-15 on ubuntu
Windowing system distributor `The X.Org Foundation', version 11.0.10706000
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: ja_JP.utf8
value of $XMODIFIERS: @im=ibus
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
Major mode: Shell
Minor modes in effect:
shell-dirtrack-mode: t
display-time-mode: t
tooltip-mode: t
mouse-wheel-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
Recent input:
d SPC d C-p u n d d d C-e M-b M-b M-b M-b M-b M-b M-b
M-b M-b M-b M-b M-b M-b M-b M-b M-b M-b M-f M-b C-s
C-w C-w C-r C-r C-a C-a a <return> C-l SPC n d d SPC
d a <return> n d d SPC d d d d d d d d d d d d d d
d d d SPC a <return> n d d d d d d d d d d d d d d
d d d d d d n d p a m u s t r e <tab> a <tab> <return>
n p n d d d d d d n d d d d d d d d d d d d d d d d
d d d d d d SPC d d d d d d d d d d d d d d d d d d
d d d C-x o C-h c C-h H SPC C-x o n d d d d d d SPC
d d d d d d d d SPC d d d d d d d d d d d d d d d d
d d d d d d d d d SPC C-x o C-n C-n C-n C-n C-n C-n
C-e M-b M-b M-b M-b M-b M-b <return> C-x 1 C-l j C-g
x C-x C-a C-g h <escape> > C-r m u s t r e C-a C-n
C-n n n n C-n d d d d d d d d d d d d d d d d d s y
SPC p C-x o C-x k <return> C-x b R M <tab> C-g C-x
m C-x k <return> M-x r e p o r t <tab> <return>
Recent messages:
Quit [2 times]
Computing summary lines...done
Mark set
Mark saved where search started
Erase deleted messages from Rmail file? (y or n) y
Expunging deleted messages...done
Computing summary lines...done
Saving file /home/handa/RMAIL...
Wrote /home/handa/RMAIL [2 times]
Computing summary lines...done
Quit
Load-path shadows:
None found.
Features:
(shadow emacsbug cc-mode cc-fonts cc-guess cc-menus cc-cmds
cc-styles cc-align cc-engine cc-vars cc-defs compile
goto-addr thingatpt noutline outline easy-mmode mule-diag
iso-transl rmailout debug qp rmailkwd rmailmm help-fns
vc-bzr edmacro kmacro pp wid-edit descr-text ind-util
tar-mode dabbrev pcmpl-gnu image-mode multi-isearch
pcmpl-unix ansi-color shell pcomplete comint ring newcomment
ja-dic mule-util kkc ja-dic-utl quail sgml-mode
network-stream starttls tls mailalias smtpmail auth-source
eieio byte-opt bytecomp byte-compile cconv macroexp assoc
password-cache jka-compr mail-extr sort mailcap help-mode
view gnus-util message format-spec rfc822 mml mml-sec
mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader time sendmail regexp-opt
rmail-spam-filter easymenu rmailsum rmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils time-date
japan-util tooltip ediff-hook vc-hooks lisp-float-type
mwheel x-win x-dnd tool-bar dnd fontset image fringe
lisp-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu
font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew
greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer loaddefs button faces cus-face
files text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget hashtable-print-readable
backquote make-network-process dynamic-setting
font-render-setting x-toolkit x multi-tty emacs)
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#9530: 24.0.50; incorrect cursor moving
2011-09-17 12:41 bug#9530: 24.0.50; incorrect cursor moving Kenichi Handa
@ 2011-09-17 18:31 ` Eli Zaretskii
2011-09-18 2:59 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2011-09-17 18:31 UTC (permalink / raw)
To: Kenichi Handa; +Cc: 9530-done
> From: Kenichi Handa <handa@m17n.org>
> Date: Sat, 17 Sep 2011 21:41:31 +0900
>
> % emacs -Q
> ;; Now we are in *scratch* buffer which contains ";; This
> bufffer is..." comment at the head.
> ESC : (insert (propertize "\t" 'display '(space :align-to 77)) "a "(propertize "\t" 'display '(space :align-to 79)) "b") RET
> ;; Now the last line fo *scratch* buffer is showing "a" at
> ;; column 77, and showingg "b" at column 0 of the continuing line.
> C-a C-f C-f
> ;; The cursor is at the right of character "a". This is normal.
> C-f
> ;; The cursor jumps to the end of the first line;
> ;; i.e. the right of "for List evaluation."
> C-f
> ;; The cursor moves back to the character "b" of the
> ;; original line; i.e. the line inserted by the above "ESC : ... RET".
Fixed in revision 105808 on the trunk.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-18 2:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-17 12:41 bug#9530: 24.0.50; incorrect cursor moving Kenichi Handa
2011-09-17 18:31 ` Eli Zaretskii
2011-09-18 2:59 ` 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).