unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Geoff Ferrari <geoffrey.ferrari@me.com>
To: Vladimir Murzin <murzin.v@gmail.com>
Cc: help-gnu-emacs@gnu.org, bug-gnu-emacs@gnu.org,
	help-gnu-emacs-bounces+murzin.v=gmail.com@gnu.org
Subject: Re: Emacs+Ansi-Term Display Glitches
Date: Mon, 02 Jan 2012 16:55:55 +0000	[thread overview]
Message-ID: <20120102165555.GA15697@debian.lan> (raw)
In-Reply-To: <CABV+yWu-4+YL1qx79nQWn0j4WENz3B-rfn7v+XU9YuD81FkiRw@mail.gmail.com>

Hi Vladimir,

Sincere thanks for your suggestions. I checked and the configuration value on my
machine for /apps/metacity/general/compositing_manager was already set
to false. Changing to true didn't help either.

Incidentally, my usual window manager is stumpwm and I get the display
glitches there, too, so it might not be a problem with metacity in
particular.

One thing that helps the first glitch (the jumpiness when one has a full
screen of output) is switching from char-mode to line-mode. There's
still some jumpiness, but it seems reduced.

Best wishes,

Geoff

On Mon, Jan 02, 2012 at 07:45:24PM +0300, Vladimir Murzin wrote:
> Hi Geoff
> 
> In my case (Gnome2+Metacity ) the following was enough:
> 
> $gconftool-2 --type boolean --set
> /apps/metacity/general/compositing_manager false
> 
> My environment:
> GNU Emacs 23.3.3
> Gnome 2.32.1
> 
> On Mon, Jan 2, 2012 at 8:33 PM, Geoff Ferrari <geoffrey.ferrari@me.com> wrote:
> > I tried disabling composite manager by adding the following to /etc/X11/xorg.conf
> >
> > Section "Extensions"
> >    Option "Composite" "Disable"
> > EndSection
> >
> > But it had no effect on the display glitches I mentioned. Any other
> > suggestions?
> >
> > Maybe this bug will be solved in Emacs 24...
> >
> > Geoffrey
> >
> >
> > On Tue, Dec 27, 2011 at 02:51:51AM +0000, Vladimir Murzin wrote:
> >> Hi!
> >>
> >> Have you tried disabling composite manager?
> >>
> >> I met similar problem several months ago. Turning of composite feature of Metacity solved this problem for me.
> >> Best wishes, Vladimir Murzin
> >>
> >> -----Original Message-----
> >> From: Geoff Ferrari <geoffrey.ferrari@me.com>
> >> Sender: help-gnu-emacs-bounces+murzin.v=gmail.com@gnu.orgDate: Mon, 26 Dec 2011 15:30:48
> >> To: <help-gnu-emacs@gnu.org>
> >> Cc: <bug-gnu-emacs@gnu.org>
> >> Subject: Emacs+Ansi-Term Display Glitches
> >>
> >> Hi,
> >>
> >> I'm experiencing some display glitches when using ansi-term to access a
> >> shell under the X11 version of emacs. There seem to be two separate
> >> glitches, and they're a little hard to describe so I've included a link
> >> to a video of the problem.
> >>
> >> FIRST GLITCH
> >>
> >> When I reach a full screen of text under ansi-term (i.e. once I've typed
> >> in a few commands and the history of these commands fills the screen, so
> >> that the input line is now at the bottom of the screen), the whole
> >> screen seems to either flash or jump every time I type a new character.
> >>
> >> SECOND GLITCH
> >>
> >> After I've either filled the screen using my own commands, or after I've
> >> used a programme such as top or mutt which takes over the whole screen,
> >> then the two lines at the top of the screen seem to persist. Running the
> >> "clear" command does not clear them, but they are cleared if I run the
> >> "reset" command.
> >>
> >> You can see a download a video (7.6MB) of these glitches from:
> >> http://cloud.geoffreyferrari.com/apps/files_sharing/get.php?token=db8e2a6726e03d1816548e17447a1df626215ac4
> >>
> >> Both of these problems occur on both the latest 64-bit versions of ubuntu and
> >> debian wheezy. With the terminal version of emacs I get the second
> >> problem (lines being left at the top of the screen) but not the first
> >> (no display jumpiness).
> >>
> >> My version of emacs as reported in Ubuntu 11.10 is
> >>
> >> "GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.5)
> >>  of 2011-08-14 on allspice, modified by Debian"
> >>
> >> I wonder if there's anything I can do to remove these annoying glitches,
> >> of whether they are a bug that should be reported.
> >>
> >> Geoff
> >>
> >>
> >>
> >
> > --
> > Geoffrey Ferrari
> > Lecturer in Philosophy
> > Lady Margaret Hall
> >
> > Office: 01865 [2]74381
> > Mobile: 07989 851364
> > web: geoffreyferrari.com

-- 
Geoffrey Ferrari
Lecturer in Philosophy
Lady Margaret Hall

Office: 01865 [2]74381
Mobile: 07989 851364
web: geoffreyferrari.com




  reply	other threads:[~2012-01-02 16:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-26 15:30 Emacs+Ansi-Term Display Glitches Geoff Ferrari
2011-12-27  2:51 ` Vladimir Murzin
     [not found]   ` <20120102163321.GD10290@debian.lan>
2012-01-02 16:45     ` Vladimir Murzin
2012-01-02 16:55       ` Geoff Ferrari [this message]
2020-11-25 10:24         ` bug#10372: " Stefan Kangas
2022-05-05 12:02           ` bug#10372: bug#11396: 24.1.50; ansi-term issues after full "page" of display Lars Ingebrigtsen

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=20120102165555.GA15697@debian.lan \
    --to=geoffrey.ferrari@me.com \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=help-gnu-emacs-bounces+murzin.v=gmail.com@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=murzin.v@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).