Hi Hiltjo,
Hiltjo Posthuma wrote on Sun, Dec 23, 2018 at 03:34:12PM +0100:
> Shouldn't these kind of diffs be OK'd by other developers before
> committing though?
Not necessarily. When a developer focusses on work in a particular
area and takes responsibility to fix anything that breaks there,
On Sun, Dec 23, 2018 at 01:58:16PM +, Mark Lumsden wrote:
> On Sun, 23 Dec 2018, Hiltjo Posthuma wrote:
>
> > Date: Sun, 23 Dec 2018 13:43:32 +0100
> > From: Hiltjo Posthuma
> > To: Mark Lumsden
> > Cc: Leonid Bobrov , tech@openbsd.org
> > Subject: Re: mg
On Sun, 23 Dec 2018, Hiltjo Posthuma wrote:
Date: Sun, 23 Dec 2018 13:43:32 +0100
From: Hiltjo Posthuma
To: Mark Lumsden
Cc: Leonid Bobrov , tech@openbsd.org
Subject: Re: mg: Delete region
On Thu, Dec 20, 2018 at 06:44:15AM +, Mark Lumsden wrote:
hmm, you are correct. I'm tryi
> From: Leonid Bobrov
> > To: Mark Lumsden , tech@openbsd.org
> > Subject: Re: mg: Delete region
> >
> > I tried this in GNU Emacs and it didn't place the killed region into the
> > kill buffer. It only places it into the kill buffer if you pressed C-w
>
hmm, you are correct. I'm trying to remember which machine I tested
on that made me come to that conclusion.
On Thu, 20 Dec 2018, Leonid Bobrov wrote:
Date: Thu, 20 Dec 2018 06:43:02 +0200
From: Leonid Bobrov
To: Mark Lumsden , tech@openbsd.org
Subject: Re: mg: Delete region
I tried th
I tried this in GNU Emacs and it didn't place the killed region into the
kill buffer. It only places it into the kill buffer if you pressed C-w
Currently in mg, if the cursor is in a region and the 'delete' or
'backspace' keys are pressed mg will not behave any differently than
if the cursor wasn't in a region. The diff below makes mg behave
like emacs and kills the region and places it into the kill buffer.
ok?
Mark
Index: mg.1
==