GNU bug report logs - #26087
24.5; 'emacs -nw' - graphical glitches when splitting window

Previous Next

Package: emacs;

Reported by: Joey Arthur <jgarthur <at> stanford.edu>

Date: Mon, 13 Mar 2017 18:26:01 UTC

Severity: minor

Tags: moreinfo

Found in version 24.5

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26087 in the body.
You can then email your comments to 26087 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#26087; Package emacs. (Mon, 13 Mar 2017 18:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Joey Arthur <jgarthur <at> stanford.edu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 13 Mar 2017 18:26:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Joey Arthur <jgarthur <at> stanford.edu>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.5; graphical glitches when splitting window
Date: Mon, 13 Mar 2017 11:17:57 -0700
[Message part 1 (text/plain, inline)]
I'm running emacs over ssh on a computing cluster, using an interactive job
from the SLURM scheduler. When editing files outside of this interactive
compute session, there is no problem.

Simply doing the following causes some graphical glitches, e.g., gaps in
the pane border and missing lines in the buffer (see attached):

emacs
C-x 3

Thanks,
Joey Arthur



In GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.23)
 of 2015-08-26 on localhost.localdomain
System Description: CentOS release 6.7 (Final)

Configured using:
 `configure --build=x86_64-redhat-linux-gnu
 --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu
 --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
 --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
 --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec
 --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man
 --infodir=/usr/share/info --with-dbus --with-gif --with-jpeg --with-png
 --with-rsvg --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk
 --with-gpm=no build_alias=x86_64-redhat-linux-gnu
 host_alias=x86_64-redhat-linux-gnu target_alias=x86_64-redhat-linux-gnu
 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64
 -mtune=generic' LDFLAGS=-Wl,-z,relro'

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

Major mode: Fundamental

Minor modes in effect:
  tooltip-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
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message idna format-spec
rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util help-fns mail-prsvr mail-utils xterm time-date
matlab-mode-autoloads tea-time-autoloads package epg-config tooltip
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode prog-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 nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind gfilenotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)

Memory information:
((conses 16 81028 6859)
 (symbols 48 18007 0)
 (miscs 40 77 99)
 (strings 32 10925 4668)
 (string-bytes 1 310825)
 (vectors 16 7581)
 (vector-slots 8 346174 28357)
 (floats 8 65 191)
 (intervals 56 201 0)
 (buffers 960 12)
 (heap 1024 37466 1475))
[Message part 2 (text/html, inline)]
[Screen Shot 2017-03-13 at 11.11.16 AM.png (image/png, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#26087; Package emacs. (Mon, 13 Mar 2017 20:44:01 GMT) Full text and rfc822 format available.

Message #8 received at 26087 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Joey Arthur <jgarthur <at> stanford.edu>
Cc: 26087 <at> debbugs.gnu.org
Subject: Re: bug#26087: 24.5; graphical glitches when splitting window
Date: Mon, 13 Mar 2017 22:43:01 +0200
> From: Joey Arthur <jgarthur <at> stanford.edu>
> Date: Mon, 13 Mar 2017 11:17:57 -0700
> 
> I'm running emacs over ssh on a computing cluster, using an interactive job from the SLURM scheduler.
> When editing files outside of this interactive compute session, there is no problem.
> 
> Simply doing the following causes some graphical glitches, e.g., gaps in the pane border and missing lines in
> the buffer (see attached):
> 
> emacs
> C-x 3

Is that a text-mode session?  Looks like bug#17497, or something
similar.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#26087; Package emacs. (Mon, 13 Mar 2017 21:31:01 GMT) Full text and rfc822 format available.

Message #11 received at 26087 <at> debbugs.gnu.org (full text, mbox):

From: Joey Arthur <jgarthur <at> stanford.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 26087 <at> debbugs.gnu.org, Joey Arthur <jgarthur <at> stanford.edu>
Subject: Re: bug#26087: 24.5; graphical glitches when splitting window
Date: Mon, 13 Mar 2017 14:29:55 -0700
On Mon, Mar 13, 2017 at 1:43 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>
> > From: Joey Arthur <jgarthur <at> stanford.edu>
> > Date: Mon, 13 Mar 2017 11:17:57 -0700
> >
> > I'm running emacs over ssh on a computing cluster, using an interactive job from the SLURM scheduler.
> > When editing files outside of this interactive compute session, there is no problem.
> >
> > Simply doing the following causes some graphical glitches, e.g., gaps in the pane border and missing lines in
> > the buffer (see attached):
> >
> > emacs
> > C-x 3
>
> Is that a text-mode session?  Looks like bug#17497, or something
> similar.

I don't believe so -- this happens when splitting the window from the
initial *GNU Emacs* buffer, which looks to be in fundamental-mode.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#26087; Package emacs. (Tue, 14 Mar 2017 03:30:02 GMT) Full text and rfc822 format available.

Message #14 received at 26087 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Joey Arthur <jgarthur <at> stanford.edu>
Cc: 26087 <at> debbugs.gnu.org
Subject: Re: bug#26087: 24.5; graphical glitches when splitting window
Date: Tue, 14 Mar 2017 05:28:38 +0200
> From: Joey Arthur <jgarthur <at> stanford.edu>
> Date: Mon, 13 Mar 2017 14:29:55 -0700
> Cc: Joey Arthur <jgarthur <at> stanford.edu>, 26087 <at> debbugs.gnu.org
> 
> > Is that a text-mode session?  Looks like bug#17497, or something
> > similar.
> 
> I don't believe so -- this happens when splitting the window from the
> initial *GNU Emacs* buffer, which looks to be in fundamental-mode.

Sorry for being unclear: I meant text-mode session, as in
"emacs -nw", s opposed to a GUI session.  That is, the display
is on a text terminal, right?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#26087; Package emacs. (Tue, 14 Mar 2017 16:59:02 GMT) Full text and rfc822 format available.

Message #17 received at 26087 <at> debbugs.gnu.org (full text, mbox):

From: Joey Arthur <jgarthur <at> stanford.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 26087 <at> debbugs.gnu.org, Joey Arthur <jgarthur <at> stanford.edu>
Subject: Re: bug#26087: 24.5; graphical glitches when splitting window
Date: Tue, 14 Mar 2017 09:58:49 -0700
Thanks for the clarification.

Yes, this problem only happens in a text mode-session -- the GUI
session is fine.

I've checked the report-emacs-bug template while running on our login
node (which works fine) and the computation node (which gives the
graphical glitches). The only difference outside of memory usage is
this line under "Recent messages" which only appears in the fully
functioning session:

Loading /usr/share/emacs/site-lisp/site-start.d/rpmdev-init.el (source)...done

Seems pretty innocuous though

On Mon, Mar 13, 2017 at 8:28 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> From: Joey Arthur <jgarthur <at> stanford.edu>
>> Date: Mon, 13 Mar 2017 14:29:55 -0700
>> Cc: Joey Arthur <jgarthur <at> stanford.edu>, 26087 <at> debbugs.gnu.org
>>
>> > Is that a text-mode session?  Looks like bug#17497, or something
>> > similar.
>>
>> I don't believe so -- this happens when splitting the window from the
>> initial *GNU Emacs* buffer, which looks to be in fundamental-mode.
>
> Sorry for being unclear: I meant text-mode session, as in
> "emacs -nw", s opposed to a GUI session.  That is, the display
> is on a text terminal, right?





Changed bug title to '24.5; 'emacs -nw' - graphical glitches when splitting window' from '24.5; graphical glitches when splitting window' Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Wed, 29 Nov 2017 02:49:02 GMT) Full text and rfc822 format available.

Severity set to 'minor' from 'normal' Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Wed, 29 Nov 2017 02:49:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#26087; Package emacs. (Wed, 01 Dec 2021 18:56:01 GMT) Full text and rfc822 format available.

Message #24 received at 26087 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Joey Arthur <jgarthur <at> stanford.edu>
Cc: 26087 <at> debbugs.gnu.org
Subject: Re: bug#26087: 24.5; 'emacs -nw' - graphical glitches when
 splitting window
Date: Wed, 01 Dec 2021 19:55:08 +0100
Joey Arthur <jgarthur <at> stanford.edu> writes:

> Simply doing the following causes some graphical glitches, e.g., gaps in the pane
> border and missing lines in the buffer (see attached):
>
> emacs
> C-x 3

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

Are you still seeing this issue in more recent Emacs versions?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 01 Dec 2021 18:56:02 GMT) Full text and rfc822 format available.

Reply sent to Stefan Kangas <stefan <at> marxist.se>:
You have taken responsibility. (Wed, 29 Dec 2021 03:06:02 GMT) Full text and rfc822 format available.

Notification sent to Joey Arthur <jgarthur <at> stanford.edu>:
bug acknowledged by developer. (Wed, 29 Dec 2021 03:06:02 GMT) Full text and rfc822 format available.

Message #31 received at 26087-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 26087-done <at> debbugs.gnu.org, Joey Arthur <jgarthur <at> stanford.edu>
Subject: Re: bug#26087: 24.5;
 'emacs -nw' - graphical glitches when splitting window
Date: Tue, 28 Dec 2021 19:05:53 -0800
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Joey Arthur <jgarthur <at> stanford.edu> writes:
>
>> Simply doing the following causes some graphical glitches, e.g., gaps in the pane
>> border and missing lines in the buffer (see attached):
>>
>> emacs
>> C-x 3
>
> (I'm going through old bug reports that unfortunately weren't resolved
> at the time.)
>
> Are you still seeing this issue in more recent Emacs versions?

More information was requested, but none was given within 4 weeks, so
I'm closing this bug.  If this is still an issue, please reply to this
email (use "Reply to all" in your email client) and we can reopen the
bug report.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#26087; Package emacs. (Wed, 29 Dec 2021 03:22:01 GMT) Full text and rfc822 format available.

Message #34 received at 26087 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 26087 <at> debbugs.gnu.org
Subject: Re: bug#26087: 24.5;
 'emacs -nw' - graphical glitches when splitting window
Date: Tue, 28 Dec 2021 19:21:16 -0800
Stefan Kangas <stefan <at> marxist.se> writes:

> More information was requested, but none was given within 4 weeks, so
> I'm closing this bug.

(For posterity, that email bounced.)




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 26 Jan 2022 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.