Path: csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail From: Daniel Colascione Newsgroups: gnu.bash.bug Subject: Re: [PATCH] Add active mark, face support; activate mark on paste Date: Wed, 8 Jan 2020 11:38:35 -0800 Lines: 26 Approved: bug-bash@gnu.org Message-ID: References: <20180310075024.196515-1-dancol@google.com> <9dd461f8-9a65-10c7-f21d-e274446cc411@case.edu> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1578512358 31384 209.51.188.17 (8 Jan 2020 19:39:18 GMT) X-Complaints-To: action@cs.stanford.edu Cc: "bash.bug list" To: Chester Ramey Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hWoke3d/RjaGHd2BSwACEhyCqdolJlQfIZ/3MaGUDxo=; b=XvCPHln3xtMhOK44KirY/9aAyRoogy2+uOGp3DBC4hf0dAFZS9AYBt0XF9TYAvAttS fTMcoJJbBntpyHNrrDHSuCkBDRPezQVTzBh/M0iGkaqzlBshVs7EgZJCwcJIuWVEAbjZ kfbVbAgFZJ0bvlgeG2IGB+IZlAp8SKQESKcNHz9k/NhXqR6DORyCy6FMnkca3YjvZC4z ey95NvG1xNQvQHNHw+4wDY6OJmf9tA0syUjp1evu97tC3DEC/osjuvNJaRg5g27zLvev uKhpprX9ey0SXrYI5IfNmNgPT8px1DmR6USc7B3CpumSECpWwJ6UXviZnduJIyPE8xki 4r8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hWoke3d/RjaGHd2BSwACEhyCqdolJlQfIZ/3MaGUDxo=; b=JOFI/bg1aKfGGpZZM8VmWY1/F+52WAvP454TzW3r4c4FpE9KbupZqRApeGuF0n8eNV 9PfRsLQ3piM0sYA8KgbqDNqbYHkuLZMV0nbMh8HNvZjblQs6G6mebdOwDOUFrxjIChl7 k4WInazUx/lv15GAjUGcOb+pRoocRxHNtxtaTCw36UsqRb65nK8p6kN1EU7uUGql6aEu JkS1mJ0VqAfFa1b0dLsQfMxW/tVbrlUzEVvUqHJw2lm46akkwACVvqtBq5glzjtUk5pg u1/OcgkMorV1MZi7EYfcqH6JMumhemPdZzvpERvfuWOO1Jm5dDA0nrLWlk8/elcDC9Dq 62Fg== X-Gm-Message-State: APjAAAX4BfDeG8gqk9DjLm0xfbZKGQHRistcv3Epyg4Vev3eWOfZZGCZ ZPSZZZgSms7oIIE/Jpgt3E5Ne0MhWQiQ7ZXvQH6csg== X-Google-Smtp-Source: APXvYqwr+cDUxjwqDqiqeY/WziPCCFjmTXaIgxYnpBswZDffVE3lsPLjRoaAD579F6BtXnIvUPi3g7VH32jdzLVNpL8= X-Received: by 2002:a2e:97d9:: with SMTP id m25mr3891737ljj.146.1578512351529; Wed, 08 Jan 2020 11:39:11 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::243 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <20180310075024.196515-1-dancol@google.com> <9dd461f8-9a65-10c7-f21d-e274446cc411@case.edu> Xref: csiph.com gnu.bash.bug:15795 On Tue, Sep 24, 2019 at 10:20 PM Daniel Colascione wrote: > > On Mon, Sep 23, 2019 at 6:36 AM Chet Ramey wrote: > > > > On 9/23/19 7:32 AM, Daniel Colascione wrote: > > > On Wed, Jan 9, 2019 at 12:37 PM Chet Ramey wrote: > > >> > > >> On 1/9/19 2:39 PM, Daniel Colascione wrote: > > >>> Any chance we can revive this patch now that Bash 5 is out? (The patch > > >>> itself, of course, would need to be rebased.) > > >> > > >> Yes, I plan to. > > > > > > Have you had a chance to look at the patch? > > > > Sorry, I have not. I need a bigger chunk of time than I've had available > > to figure out the intent of the patches, and whether they're a good idea > > to include in readline, before looking closely at the code. > > I've had a people tell me that this patch is very useful for helping > them understand editing operations and pasting. I sent this patch over > a year and a half ago. Should I expect another year and a half of > pinging this thread? :-) Is there anything I can do to get this patch looked at?