unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#52128: 29.0.50; column-number-mode causes point to jump around
@ 2021-11-26 19:50 Joseph Mingrone
  2021-11-27  5:46 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Joseph Mingrone @ 2021-11-26 19:50 UTC (permalink / raw)
  To: 52128

If emacs is started with:

emacs -nw -q -l /home/jrm/.emacs.d/custom-lite.el blah

with custom-lite.el only containing

(custom-set-variables
  '(column-number-mode t))

Then typing characters will cause the point to move around in unexpected
ways.  For example, when typing

12345678

into the scratch buffer, after the 8 in entered, the point is moved back
to the second column (over the 3).


In GNU Emacs 29.0.50 (build 1, amd64-portbld-freebsd13.0, GTK+ Version 3.24.30, cairo version 1.17.4)
Repository revision: 11860f8
Repository branch: master
System Description: 13.0-RELEASE-p4

Configured using:
 'configure --disable-build-details --localstatedir=/var
 --without-libsystemd --without-selinux --with-x --enable-acl
 --with-cairo --without-dbus --without-gconf --with-gif --with-gnutls
 --without-gsettings --with-x-toolkit=gtk3 --with-harfbuzz --with-jpeg
 --with-json --with-file-notification=kqueue --with-lcms2
 --with-m17n-flt --without-imagemagick --without-mailutils
 --with-modules --without-native-compilation --with-sound=oss
 --with-libotf --with-png --with-toolkit-scroll-bars --with-rsvg
 --with-threads --with-tiff --with-webp --with-xft --with-xim
 --with-xml2 --with-xpm --with-xwidgets --x-libraries=/usr/local/lib
 --x-includes=/usr/local/include --prefix=/usr/local
 --mandir=/usr/local/man --disable-silent-rules
 --infodir=/usr/local/share/emacs/info/
 --build=amd64-portbld-freebsd13.0 'CFLAGS=-O2 -pipe
 -fstack-protector-strong -isystem /usr/local/include
 -fno-strict-aliasing ' 'CPPFLAGS=-isystem /usr/local/include' 'LDFLAGS=
 -fstack-protector-strong -L/usr/local/lib ''

Configured features:
ACL CAIRO FREETYPE GIF GLIB GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBOTF
LIBXML2 M17N_FLT MODULES NOTIFY KQUEUE PDUMPER PNG RSVG SOUND THREADS
TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XPM XWIDGETS GTK3 ZLIB

Important settings:
  value of $LANG: C.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-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-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media rmc puny
dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068
epg-config gnus-util rmail rmail-loaddefs auth-source cl-seq eieio
eieio-core cl-macs eieio-loaddefs password-cache json map
text-property-search time-date seq mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils vc-git diff-mode
easy-mmode vc-dispatcher help-mode cl-loaddefs cl-lib term/screen
term/xterm xterm gv subr-x byte-opt bytecomp byte-compile cconv
iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks
lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice button loaddefs faces cus-face macroexp files
window text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget keymap hashtable-print-readable backquote threads
xwidget-internal kqueue lcms2 dynamic-setting font-render-setting cairo
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 61100 8854)
 (symbols 48 7383 1)
 (strings 32 21035 2184)
 (string-bytes 1 667848)
 (vectors 16 11777)
 (vector-slots 8 139727 9901)
 (floats 8 27 231)
 (intervals 56 259 0)
 (buffers 992 11))





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

* bug#52128: 29.0.50; column-number-mode causes point to jump around
  2021-11-26 19:50 bug#52128: 29.0.50; column-number-mode causes point to jump around Joseph Mingrone
@ 2021-11-27  5:46 ` Eli Zaretskii
  2021-11-28  3:56   ` Joseph Mingrone
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2021-11-27  5:46 UTC (permalink / raw)
  To: Joseph Mingrone; +Cc: 52128

> From: Joseph Mingrone <jrm@ftfl.ca>
> Date: Fri, 26 Nov 2021 15:50:52 -0400
> 
> If emacs is started with:
> 
> emacs -nw -q -l /home/jrm/.emacs.d/custom-lite.el blah
> 
> with custom-lite.el only containing
> 
> (custom-set-variables
>   '(column-number-mode t))
> 
> Then typing characters will cause the point to move around in unexpected
> ways.  For example, when typing
> 
> 12345678
> 
> into the scratch buffer, after the 8 in entered, the point is moved back
> to the second column (over the 3).

I cannot reproduce this.  Does it happen with "emacs -Q"?  If not,
some of your site-init files could be related to this.





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

* bug#52128: 29.0.50; column-number-mode causes point to jump around
  2021-11-27  5:46 ` Eli Zaretskii
@ 2021-11-28  3:56   ` Joseph Mingrone
  2021-11-28  8:07     ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Joseph Mingrone @ 2021-11-28  3:56 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 52128

On Sat, 2021-11-27 at 07:46, Eli Zaretskii <eliz@gnu.org> wrote:

>> From: Joseph Mingrone <jrm@ftfl.ca>
>> Date: Fri, 26 Nov 2021 15:50:52 -0400

>> If emacs is started with:

>> emacs -nw -q -l /home/jrm/.emacs.d/custom-lite.el blah

>> with custom-lite.el only containing

>> (custom-set-variables
>>   '(column-number-mode t))

>> Then typing characters will cause the point to move around in unexpected
>> ways.  For example, when typing

>> 12345678

>> into the scratch buffer, after the 8 in entered, the point is moved back
>> to the second column (over the 3).

> I cannot reproduce this.  Does it happen with "emacs -Q"?  If not,
> some of your site-init files could be related to this.

It does happen with

   emacs -nw -Q -l /home/jrm/.emacs.d/custom-lite.el blah

as well.  One correction from my report above is that I said 'the
scratch buffer' above.  That's not correct.  Specifying some empty, or
non-existent file (blah above) is required.





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

* bug#52128: 29.0.50; column-number-mode causes point to jump around
  2021-11-28  3:56   ` Joseph Mingrone
@ 2021-11-28  8:07     ` Eli Zaretskii
  2021-11-28 12:04       ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2021-11-28  8:07 UTC (permalink / raw)
  To: Joseph Mingrone; +Cc: 52128

> From: Joseph Mingrone <jrm@ftfl.ca>
> Cc: 52128@debbugs.gnu.org
> Date: Sat, 27 Nov 2021 23:56:24 -0400
> 
> > I cannot reproduce this.  Does it happen with "emacs -Q"?  If not,
> > some of your site-init files could be related to this.
> 
> It does happen with
> 
>    emacs -nw -Q -l /home/jrm/.emacs.d/custom-lite.el blah
> 
> as well.  One correction from my report above is that I said 'the
> scratch buffer' above.  That's not correct.  Specifying some empty, or
> non-existent file (blah above) is required.

Thanks, but I still cannot reproduce this strange problem on my
system, not with the current master branch anyway.

Does anyone else see this?





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

* bug#52128: 29.0.50; column-number-mode causes point to jump around
  2021-11-28  8:07     ` Eli Zaretskii
@ 2021-11-28 12:04       ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-11-28 16:25         ` Joseph Mingrone
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-11-28 12:04 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Joseph Mingrone, 52128

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Joseph Mingrone <jrm@ftfl.ca>
>> Cc: 52128@debbugs.gnu.org
>> Date: Sat, 27 Nov 2021 23:56:24 -0400
>> 
>> > I cannot reproduce this.  Does it happen with "emacs -Q"?  If not,
>> > some of your site-init files could be related to this.
>> 
>> It does happen with
>> 
>>    emacs -nw -Q -l /home/jrm/.emacs.d/custom-lite.el blah
>> 
>> as well.  One correction from my report above is that I said 'the
>> scratch buffer' above.  That's not correct.  Specifying some empty, or
>> non-existent file (blah above) is required.
>
> Thanks, but I still cannot reproduce this strange problem on my
> system, not with the current master branch anyway.
>
> Does anyone else see this?

I cannot reproduce the problem either.  I used the macOS version, and
the way I compiled Emacs from sources is not exactly the same as in the
bug report, if that makes any difference.





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

* bug#52128: 29.0.50; column-number-mode causes point to jump around
  2021-11-28 12:04       ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-11-28 16:25         ` Joseph Mingrone
  2021-11-28 17:00           ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Joseph Mingrone @ 2021-11-28 16:25 UTC (permalink / raw)
  To: Daniel Martín; +Cc: 52128

On Sun, 2021-11-28 at 13:04, Daniel Martín <mardani29@yahoo.es> wrote:
> I cannot reproduce the problem either.  I used the macOS version, and
> the way I compiled Emacs from sources is not exactly the same as in the
> bug report, if that makes any difference.

I should have mentioned that the terminal was alacritty and it was
within a tmux session.  I just tried again with xterm and didn't see the
problem.  I just ended the tmux session in alacritty and started a new
one and no longer see the problem.

The problem _was_ reproducible, but unfortunately I have no idea what
circumstances caused it to be reproducible.  Given that restarting the
tmux session solved the problem, maybe we can close this and I can
re-open if necessary if I discover more information that pins the
problem to Emacs.





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

* bug#52128: 29.0.50; column-number-mode causes point to jump around
  2021-11-28 16:25         ` Joseph Mingrone
@ 2021-11-28 17:00           ` Eli Zaretskii
  0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2021-11-28 17:00 UTC (permalink / raw)
  To: Joseph Mingrone; +Cc: mardani29, 52128

tags 52128 unreproducible
close 52128
thanks

> From: Joseph Mingrone <jrm@ftfl.ca>
> Cc: Eli Zaretskii <eliz@gnu.org>,  52128@debbugs.gnu.org
> Date: Sun, 28 Nov 2021 12:25:20 -0400
> 
> I should have mentioned that the terminal was alacritty and it was
> within a tmux session.  I just tried again with xterm and didn't see the
> problem.  I just ended the tmux session in alacritty and started a new
> one and no longer see the problem.
> 
> The problem _was_ reproducible, but unfortunately I have no idea what
> circumstances caused it to be reproducible.  Given that restarting the
> tmux session solved the problem, maybe we can close this and I can
> re-open if necessary if I discover more information that pins the
> problem to Emacs.

Done.

Thanks.





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

end of thread, other threads:[~2021-11-28 17:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 19:50 bug#52128: 29.0.50; column-number-mode causes point to jump around Joseph Mingrone
2021-11-27  5:46 ` Eli Zaretskii
2021-11-28  3:56   ` Joseph Mingrone
2021-11-28  8:07     ` Eli Zaretskii
2021-11-28 12:04       ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-28 16:25         ` Joseph Mingrone
2021-11-28 17:00           ` 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).