Re: [PATCH] mg: {beginning,end}-of-buffer don't set marks in Emacs

2019-05-23 Thread Kjell Wooding
> Note: I only wanted to point out something that bothered me. I'm not > using mg(1) these days and I don't plan to spend time on this issue. That’s pretty much the modern internet, summarized in two sentences

Re: [PATCH] mg: {beginning,end}-of-buffer don't set marks in Emacs

2019-05-23 Thread Jeremie Courreges-Anglas
On Wed, May 22 2019, Jeremie Courreges-Anglas wrote: [...] > So if you're pushing for a change here we'd need a better explanation. Note: I only wanted to point out something that bothered me. I'm not using mg(1) these days and I don't plan to spend time on this issue. -- jca | PGP :

Re: [PATCH] mg: {beginning,end}-of-buffer don't set marks in Emacs

2019-05-22 Thread Kjell Wooding
Regardless of the decision on which way the behavior should go, it is a documentation bug either way. (E.g. beginning-of-buffer is missed entirely). Probably my fault (from a lng time ago.) On Wed, May 22, 2019 at 8:53 AM Leonid Bobrov wrote: > On Wed, May 22, 2019 at 01:36:41PM +0200,

Re: [PATCH] mg: {beginning,end}-of-buffer don't set marks in Emacs

2019-05-22 Thread Leonid Bobrov
On Wed, May 22, 2019 at 01:36:41PM +0200, Jeremie Courreges-Anglas wrote: > On Wed, May 22 2019, Leonid Bobrov wrote: > > It seems that nobody cares about compatibility with GNU Emacs. Besides > > this behaviour is annoying because when I set a mark, scroll a buffer, > > and decide to go to the

Re: [PATCH] mg: {beginning,end}-of-buffer don't set marks in Emacs

2019-05-22 Thread Jeremie Courreges-Anglas
On Wed, May 22 2019, Leonid Bobrov wrote: > It seems that nobody cares about compatibility with GNU Emacs. Besides > this behaviour is annoying because when I set a mark, scroll a buffer, > and decide to go to the end of buffer that overwrites my mark and I have > to start over. Also besides that

Re: [PATCH] mg: {beginning,end}-of-buffer don't set marks in Emacs

2019-05-22 Thread Leonid Bobrov
It seems that nobody cares about compatibility with GNU Emacs. Besides this behaviour is annoying because when I set a mark, scroll a buffer, and decide to go to the end of buffer that overwrites my mark and I have to start over. Also besides that you have to figure out this behavior because

Re: [PATCH] mg: {beginning,end}-of-buffer don't set marks in Emacs

2019-02-14 Thread Leonid Bobrov
Ping. On Wed, Feb 06, 2019 at 11:29:47PM +0200, Leonid Bobrov wrote: > Hi! > > Going to end and begging of buffer doesn't set marks in Emacs. > > Index: basic.c > === > RCS file: /cvs/src/usr.bin/mg/basic.c,v > retrieving revision

[PATCH] mg: {beginning,end}-of-buffer don't set marks in Emacs

2019-02-06 Thread Leonid Bobrov
Hi! Going to end and begging of buffer doesn't set marks in Emacs. Index: basic.c === RCS file: /cvs/src/usr.bin/mg/basic.c,v retrieving revision 1.47 diff -u -p -u -p -r1.47 basic.c --- basic.c 10 Oct 2015 09:13:14 -