unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: joakim@verona.se
To: Eli Zaretskii <eliz@gnu.org>
Cc: Yuan MEI <yuan.mei.list@gmail.com>, emacs-devel@gnu.org
Subject: Re: Redisplay issue
Date: Sat, 28 Nov 2015 22:44:03 +0100	[thread overview]
Message-ID: <m3bnadajfg.fsf@exodia.verona.se> (raw)
In-Reply-To: <83fuzqr1iz.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 28 Nov 2015 10:06:28 +0200")

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Fri, 27 Nov 2015 14:31:55 -0800
>> From: Yuan MEI <yuan.mei.list@gmail.com>
>> 
>>     Sometimes when I switch to another virtual desktop then come back
>> to emacs
>
> What is a "virtual desktop" in this case?
>
>> the entire frame shows only the background color, no letter
>> or only part of the frame is visible.  This does not happen all the
>> time though.  I just happened to capture a screenshot (attached, I
>> hope the mailing server accepts it.)
>
> The screenshot shows a text-mode Emacs frame, AFAICT.  Does this
> happen only with text-mode frames, or do you see that in GUI frames as
> well?
>
> If this happens with text-mode frames only, then that's not an Emacs
> problem.  It's a problem with the terminal emulator (xterm etc.) you
> are using: it should sense the switch and redraw the display on the
> low level.
>
> When Emacs runs on a TTY, it doesn't listen to any expose or conceal
> messages sent by the windowing system, so it has no idea that its
> display was concealed or exposed, and cannot initiate a redisplay in
> these situations.  From the Emacs POV, a TTY frame is the only thing
> displayed by the console device, and the only way such a frame can be
> concealed and exposed is by stopping Emacs (with the likes of "C-z")
> and then resuming it.  And these are the only cases a TTY frame will
> be completely redrawn.
>
> GUI frames are different: Emacs gets expose events for them, and
> should react by redrawing the exposed portion(s) of the frame.
>

FWIW I have also been experiencing redrawing issues lately.
I have believed this was some problem with my desktop remoting software,
x2go, but I'm beginning to suspect Emacs has some issue.

I have used x2go and emacs for years with no problems whatsoever, but I
can't rule out recent upgrades of my operating system as the source of
my problem.

I think I run the same window manager as Yuan as well.

-- 
Joakim Verona



  parent reply	other threads:[~2015-11-28 21:44 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-27 22:31 Redisplay issue Yuan MEI
2015-11-28  8:06 ` Eli Zaretskii
2015-11-28  8:27   ` Yuan MEI
2015-11-28  9:44     ` Eli Zaretskii
2015-11-28 20:19       ` Yuan MEI
2015-11-28 20:49         ` Eli Zaretskii
2015-11-29  2:54           ` Yuan MEI
2015-11-29 15:42             ` Eli Zaretskii
2015-11-29 23:35               ` Yuan MEI
2015-11-30 16:16                 ` Eli Zaretskii
2015-12-01  4:51                   ` Yuan MEI
2015-12-01 16:01                     ` Eli Zaretskii
2015-12-02  4:35                       ` Yuan MEI
2015-12-02 13:57                         ` Eli Zaretskii
2015-12-03  4:55                           ` Yuan MEI
2015-12-03  7:47                             ` Eli Zaretskii
2015-12-03  8:09                               ` Yuan MEI
2015-12-03 10:23                                 ` Eli Zaretskii
2015-12-03 18:16                                 ` martin rudalics
2015-12-03 21:23                                   ` Yuan MEI
2015-12-04  8:08                                     ` martin rudalics
2015-12-04  8:30                                       ` Yuan MEI
2015-12-04  8:48                                         ` martin rudalics
2015-12-04  8:54                                           ` Yuan MEI
2015-12-04  8:56                                           ` martin rudalics
2015-12-04  9:00                                             ` Yuan MEI
2015-12-04  9:05                                               ` martin rudalics
2015-12-04  9:47                                                 ` Eli Zaretskii
2015-12-04 10:21                                                   ` martin rudalics
2015-12-04 11:01                                                     ` Eli Zaretskii
2015-12-04 11:12                                                       ` Eli Zaretskii
2015-12-05  0:25                                                   ` YAMAMOTO Mitsuharu
2015-12-05  9:17                                                     ` Eli Zaretskii
2015-12-06  0:49                                                       ` Yuan MEI
2015-12-07  3:33                                                         ` YAMAMOTO Mitsuharu
2015-12-07 17:19                                                           ` Eli Zaretskii
2015-12-08  4:03                                                             ` YAMAMOTO Mitsuharu
2015-12-11  8:48                                                               ` Eli Zaretskii
2015-11-28 21:44   ` joakim [this message]
2015-11-29  0:14     ` Yuan MEI

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3bnadajfg.fsf@exodia.verona.se \
    --to=joakim@verona.se \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=yuan.mei.list@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).