all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 24124@debbugs.gnu.org, modem <modem@member.fsf.org>
Subject: bug#24124: emacs terminal escape command error
Date: Fri, 08 Nov 2019 04:54:53 +0100	[thread overview]
Message-ID: <871rujvx82.fsf@marxist.se> (raw)
In-Reply-To: <83k2fzmb76.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 02 Aug 2016 18:39:57 +0300")

Eli Zaretskii <eliz@gnu.org> writes:

> [Please keep the bug address on the CC list.]
>
>> From: modem <modem@member.fsf.org>
>> Date: Tue, 2 Aug 2016 11:47:55 +0200
>> 
>> Thanks you for your advises.
>> 
>> My terminfo: "echo $TERM" return "screen". Is that it ?
>
> Probably.
>
>> I recompiled emacs after commenting a few optimization in src/cm.c (cmgoto).
>> Unfortunately I can still reproduce the bug with this binary.
>> 
>> I am attaching you the patch I did.
>
> I think you disabled the wrong code.  What you need is force Emacs to
> always do this:
>
>       if (cost <= relcost)
> 	{	/* really is cheaper */
> 	  emacs_tputs (tty, p, 1, cmputc);
> 	  curY (tty) = row, curX (tty) = col;
> 	  return;
> 	}

That was 3 years ago.  Did you ever get a chance to try the suggested
fix by Eli above?

Best regards,
Stefan Kangas





  reply	other threads:[~2019-11-08  3:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <57A06C4B.70603@member.fsf.org>
2016-08-02 15:39 ` bug#24124: emacs terminal escape command error Eli Zaretskii
2019-11-08  3:54   ` Stefan Kangas [this message]
2020-01-18 10:51     ` Stefan Kangas
2016-08-01 14:34 modem
2016-08-01 15:18 ` Eli Zaretskii
2016-08-03 13:21 ` modem
2016-08-04 17:07   ` 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=871rujvx82.fsf@marxist.se \
    --to=stefan@marxist.se \
    --cc=24124@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=modem@member.fsf.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.