all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Glenn Morris <rgm@gnu.org>
Cc: dmantipov@yandex.ru, 17497@debbugs.gnu.org
Subject: bug#17497: 24.4.50; TTY menu glitches
Date: Sat, 17 May 2014 12:56:04 +0300	[thread overview]
Message-ID: <83egzsenkb.fsf@gnu.org> (raw)
In-Reply-To: <ka9ahd8ts.fsf@fencepost.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1223 bytes --]

> From: Glenn Morris <rgm@gnu.org>
> Cc: dmantipov@yandex.ru,  17497@debbugs.gnu.org
> Date: Fri, 16 May 2014 11:47:27 -0400
> 
> > Does this problem go away if you enlarge the terminal window such that
> > the entire File and Tools menus can be displayed without overlaying
> > the mode line? 
> 
> I maximized the xterm before starting Emacs, and still very quickly got
> into the state where there is a duplicate "--" off to the right of the
> real menu (same as my "1.png" from earlier). It does seem less common
> with a bigger terminal though.
> 
> > Does this happen if you use the menu "reasonably", i.e. without
> > leaning on arrow keys? 
> 
> So far no, IME.
> 
> > Does it happen if you use C-p instead of the down arrow?
> 
> Leaning on C-p produces glitches, yes. Here's a fun one:

Could both of you please record the terminal commands issued while you
reproduce the problem in a termscript, and then replay that termscript
to the same terminal (outside Emacs) with the attached shell script?
I'm interested to see whether the problem is reproduced by sending the
same commands at a low rate.

If sleeping for 2 seconds doesn't reproduce the problem, maybe try
decreasing the sleep time until it does.

TIA


[-- Attachment #2: script --]
[-- Type: application/octet-stream, Size: 179 bytes --]

#! /bin/sh
# Invoke as "script FILE"
l=`wc -l $1 | awk '{ print $1 }'`
i=1
while (expr $i "<=" $l > /dev/null); do
  sed -n -e `echo $i`p $1 && sleep 2 && i=`expr $i "+" 1`;
done

  parent reply	other threads:[~2014-05-17  9:56 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-18  9:50 The text-mode menu looks very broken in emacs-24 Mario Lang
2014-06-18  9:57 ` Dmitry Antipov
2014-06-18 11:14   ` Mario Lang
     [not found]     ` <mailman.3892.1403102296.1147.bug-gnu-emacs@gnu.org>
2014-05-15 12:26       ` bug#17497: 24.4.50; TTY menu glitches Dmitry Antipov
2014-05-15 17:37         ` Eli Zaretskii
2014-05-16  6:36           ` Glenn Morris
2014-05-16  6:38             ` Glenn Morris
2014-05-16  6:53               ` Glenn Morris
2014-05-16  8:48                 ` Eli Zaretskii
2014-05-16 15:47                   ` Glenn Morris
2014-05-16 20:21                     ` Eli Zaretskii
2014-05-17  9:56                     ` Eli Zaretskii [this message]
2014-05-22  2:49                       ` Eli Zaretskii
2014-05-22  5:44                         ` Glenn Morris
2014-05-22  7:51                           ` Andreas Schwab
2014-05-22 15:58                             ` Glenn Morris
2014-05-22 17:19                               ` Andreas Schwab
2014-05-22 17:29                                 ` Glenn Morris
2014-05-22 17:53                                   ` Eli Zaretskii
2014-05-22 16:19                           ` Eli Zaretskii
2014-05-22 16:26                             ` Glenn Morris
2014-05-22 16:46                               ` Eli Zaretskii
2014-05-30  9:22                                 ` Eli Zaretskii
2014-05-31  2:22                                   ` Glenn Morris
2014-05-31  8:20                                     ` Eli Zaretskii
2014-05-31 17:35                                       ` Glenn Morris
2014-06-01 15:11                                       ` Eli Zaretskii
2014-06-03  4:51                                         ` Glenn Morris
2014-06-03  7:03                                           ` Eli Zaretskii
2014-05-22 16:43                             ` Eli Zaretskii
2014-05-22 16:54                               ` Glenn Morris
2014-05-22 17:07                                 ` Eli Zaretskii
2014-05-16  9:42                 ` Dmitry Antipov
2014-05-16 10:26                   ` Eli Zaretskii
2014-05-16 10:46                   ` Eli Zaretskii
2014-05-16 14:59                     ` Dmitry Antipov
2014-05-16 15:26                       ` Eli Zaretskii
2014-06-19 14:11         ` bug#17497: The text-mode menu looks very broken in emacs-24 Alan Mackenzie
2014-06-19 15:07           ` Eli Zaretskii
2014-06-19 16:33             ` Alan Mackenzie
2015-03-18 11:45         ` Martin Trojer
2015-03-18 16:40           ` Eli Zaretskii
2015-03-18 16:51             ` Martin Trojer
2015-03-18 17:11               ` Eli Zaretskii
2015-03-18 17:13                 ` Martin Trojer
2017-10-07  9:38                   ` Eli Zaretskii
2017-10-07 11:41                     ` Eli Zaretskii
2019-06-25 23:32                       ` Lars Ingebrigtsen
2019-06-26  2:40                         ` Eli Zaretskii
2014-06-18 14:37     ` Eli Zaretskii
2014-06-21 10:14       ` Mario Lang
2014-06-21 11:26         ` Eli Zaretskii
2014-06-18 14:33   ` Eli Zaretskii
2014-06-18 14:29 ` Eli Zaretskii
2014-06-18 18:29   ` Mario Lang
2014-06-18 18:44     ` Eli Zaretskii
     [not found] <83vbslbuqr.fsf@gnu.org>
     [not found] ` <20140531200947.GA779@aerie.jexium-island.net>
     [not found]   ` <83lhtgbrd6.fsf@gnu.org>
     [not found]     ` <20140601152657.GA15078@aerie.jexium-island.net>
2014-06-01 16:25       ` bug#17497: 24.4.50; TTY menu glitches Eli Zaretskii
2014-06-01 17:12         ` Thomas Dickey
2014-06-01 17:18           ` Thomas Dickey
2014-06-01 18:45             ` Eli Zaretskii
2014-06-01 19:46               ` Thomas Dickey
2014-06-02 15:17                 ` Eli Zaretskii
2014-06-02 16:14                   ` Glenn Morris
2014-06-02 16:43                     ` Eli Zaretskii
2014-06-02 16:46                       ` Glenn Morris
2014-06-02 16:56                         ` Eli Zaretskii
2014-06-02 17:05                           ` Glenn Morris
2014-06-03 13:43             ` Stefan Monnier
2014-06-03 18:47               ` Thomas Dickey
2014-06-03 21:07                 ` Eli Zaretskii
2014-06-03 22:21                   ` Thomas Dickey
2014-06-04  6:54                     ` Eli Zaretskii
2014-06-04  3:03                 ` Stefan Monnier
2014-06-04  8:31                   ` Thomas Dickey
2014-06-04  9:10                     ` Thomas Dickey
2014-06-04  9:38                       ` Eli Zaretskii
2014-06-04 10:16                         ` Eli Zaretskii
2014-06-04 16:08                           ` Glenn Morris
2014-06-04 16:15                             ` Eli Zaretskii
2014-06-04 16:09                         ` Glenn Morris
2014-06-04 16:23                           ` Eli Zaretskii
2014-06-04 17:10                           ` Eli Zaretskii
2014-06-04 13:06                     ` Stefan Monnier
2014-06-04 20:26                       ` Thomas Dickey
2014-06-05  0:47                         ` Stefan Monnier
2014-06-05  8:21                           ` Thomas Dickey
2014-06-05  8:29                             ` Andreas Schwab
2014-06-05 15:02                               ` Eli Zaretskii
2014-06-05 13:44                             ` Stefan Monnier
2014-06-05 13:47                             ` Stefan Monnier
2014-06-05 15:00                             ` Eli Zaretskii
2014-06-01 18:39           ` Eli Zaretskii

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

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

  git send-email \
    --in-reply-to=83egzsenkb.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=17497@debbugs.gnu.org \
    --cc=dmantipov@yandex.ru \
    --cc=rgm@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.