Re: [PATCH] extra space at the end of lines in source

2021-09-26 Thread Greg Minshall
Bastien, > Applied, thanks! thank *you*!

Re: [PATCH] extra space at the end of lines in source

2021-09-25 Thread Bastien
Hi Sébastien, Sébastien Miquel writes: > Here's a new patch that's smarter about indenting the current line, > and resolves this remaining issue. Applied, thanks!

Re: [PATCH] extra space at the end of lines in source

2021-07-10 Thread Greg Minshall
hi. i don't know who might merge Sébastien Miquel's fix into the source code, but i'd be a promoter of this happening whenever it's convenient. cheers, Greg Sébastien Miquel wrote: > Greg Minshall writes: > > thanks. my trivial test shows this works*except* in the particular > > case where,

Re: [PATCH] extra space at the end of lines in source

2021-06-26 Thread Greg Minshall
Sébastien Miquel, > > thanks. my trivial test shows this works*except* in the particular > > case where, when closing the Org Src buffer, `point` is on an empty > > line. in this case, that one empty line is given extra spaces. > Yes, I was aware of this, but didn't think we could do better in

Re: [PATCH] extra space at the end of lines in source

2021-06-26 Thread Sébastien Miquel
Greg Minshall writes: thanks. my trivial test shows this works*except* in the particular case where, when closing the Org Src buffer, `point` is on an empty line. in this case, that one empty line is given extra spaces. Yes, I was aware of this, but didn't think we could do better in this

Re: [PATCH] extra space at the end of lines in source

2021-06-24 Thread Greg Minshall
Sébastien Miquel, > If I try your original examples with `emacs -q' I do not get extra > whitespace in the org src buffer. Those two spaces in the original org > buffer -- that are due to `org-edit-src-content-indentation' -- are > removed in the org src buffer. If you do not find it to be the

Re: [PATCH] extra space at the end of lines in source

2021-06-23 Thread Sébastien Miquel
Greg Minshall writes: - the next time i open the Org Src buffer, whatever lint-like process is running for that language may complain about extra spaces at the end of a line. (does that mean my experience is different from yours, or at least from your expectation?) If I try your