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, 25 Mar 2020 10:14:56 -0700 Lines: 33 Approved: bug-bash@gnu.org Message-ID: References: <20180310075024.196515-1-dancol@google.com> <9dd461f8-9a65-10c7-f21d-e274446cc411@case.edu> <4bc4cc5a-7223-805b-a9ef-0a6be91e4af5@case.edu> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1585156540 6762 209.51.188.17 (25 Mar 2020 17:15:40 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=3gTRacwSrplqniXmzUuqH8Iw5K1bC8k7xGTgnkjf+6I=; b=d53tKWP4D8w/JNcb6jNT5ofdA8i61u7MEubLGpW7SoVmisgioaEz0c3S2eyT9BbR39 0v2oNIYJfw8EP1E3hYTf4OOUZqfugW4b6Z4vS1WCskpOcDbYOthYpC2HrvqBuO4Qx8jl KyBC3xzRMC6yYbRiCuN9JzgxSb38YYa/PDHoxFLms/aHMv4jsUDmNmcdN1icfSVz0hWh NfZSCPreTWuma2UJgtKwN1vh+RRo/J+lxxYlHt6UBRAh7l/cwbOH9xpZSwIUMPF4MKwp xYUAGxZ5fe48CvqDXY47He8WPxRXpoHDbCIn0mvgavKpD9sLOm/LEbQRKysxeNyUDKz0 AluQ== 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=3gTRacwSrplqniXmzUuqH8Iw5K1bC8k7xGTgnkjf+6I=; b=jAnQfOxKquiUs38b/W8OqFUl5VNlxUSX7vawWHZGgxhKRQfIHGlPCYTHNR84Q4z+LL lybCbRpaJ2+njxqrJN751obUyfPBuagxCySLZD0ePHbzAqMxcMWYvGrOZTIKry12Q9gB 8YZYmivvwYMIF1IaPC/tuplqcNH8dJOwF2dfmiz3pF9IbvKeKNhdUMa05Mcm6JfI9U1s 6Nty5PNgaDsrZBOI8Y2IbVcYB074Y+B10WWf4EHG5PAKCxZ69cM7vyZsYpcqS4TYa7LU cMbiDWpbZYphsLNDEaX0sUeMkLg42BIRcRP24IkRanY7OxUot6FgT0gt2mF+f0xMebED mJUQ== X-Gm-Message-State: ANhLgQ0zBMVcwF06EU9B9EnnNp7Vx5rS2KaTmctFjow5CV6t89TjSEjb VO06GoHn6RRJG0YF4h6Ft9T0hDoJlB/aMy1YW/gEgQ== X-Google-Smtp-Source: ADFU+vtybhs/4NmqimCXTM+NDQjrin5oWMLAiz2te/Hw2/FwtduVlt2SiE1ohy2Q2/pplBb72HPwkEeUNUC08Qf+utQ= X-Received: by 2002:a05:6512:308e:: with SMTP id z14mr3037096lfd.110.1585156533259; Wed, 25 Mar 2020 10:15:33 -0700 (PDT) In-Reply-To: <4bc4cc5a-7223-805b-a9ef-0a6be91e4af5@case.edu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::141 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> <4bc4cc5a-7223-805b-a9ef-0a6be91e4af5@case.edu> Xref: csiph.com gnu.bash.bug:16042 On Fri, Jan 10, 2020 at 5:34 AM Chet Ramey wrote: > > On 1/8/20 2:38 PM, Daniel Colascione wrote: > > 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? > > I haven't taken the time to sit down and look at it. That's my bad. Ping? Anything I can do to help?