All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] uemacs doesn't clear ixon termios flag?
Date: Wed, 02 May 2012 00:07:44 +0200	[thread overview]
Message-ID: <87lilbzhan.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <jn9ock$htn$1@dough.gmane.org> (Grant Edwards's message of "Wed,  25 Apr 2012 20:55:49 +0000 (UTC)")

>>>>> "Grant" == Grant Edwards <grant.b.edwards@gmail.com> writes:

Hi,

 Grant> This appears to be bug in uemacs that's been known about for
 Grant> several years.  The fix below is from the busybox mailing list 3
 Grant> years ago
 Grant> http://lists.busybox.net/pipermail/busybox/2009-February/068304.html:

 Grant>   Or you could install this one:
 Grant>   ftp://ftp.kernel.org/pub/software/editors/uemacs/em-4.0.15-lt.tar.bz2
 Grant>   but beware that this version also has a problem with ^S/^Q because
 Grant>   it doesn't clear IXON.  You'll need the following patch before ^S/^Q
 Grant>   will work at all:

That's afaik the uemacs upstream we're using.

 Grant> --- posix.c     2009/02/01 13:31:09     1.1
 Grant> +++ posix.c     2009/02/01 13:32:12
 Grant> @@ -51,6 +51,7 @@
 Grant>         /* raw CR/NL etc input handling, but keep ISTRIP if we're on a 7-bit line */
 Grant>         ntermios.c_iflag &= ~(IGNBRK | BRKINT | IGNPAR | PARMRK
 Grant>                               | INPCK | INLCR | IGNCR | ICRNL);
 Grant> +       ntermios.c_iflag &= ~IXON;
 
 Grant>         /* raw CR/NR etc output handling */
 Grant>         ntermios.c_oflag &= ~(OPOST | ONLCR | OLCUC | OCRNL | ONOCR | ONLRET);


 Grant> If I submitted a patch and a modified uemacs.mk would it likely be
 Grant> accepted?

Sure! Notice that I recently converted the uemacs package to gentargets,
but it should be functionally equivalent.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-05-01 22:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-25 14:24 [Buildroot] uemacs doesn't clear ixon termios flag? Grant Edwards
2012-04-25 20:55 ` Grant Edwards
2012-05-01 22:07   ` Peter Korsgaard [this message]
2012-05-01 23:51     ` Grant Edwards

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=87lilbzhan.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /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.
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.