Closed vspinu closed 8 years ago
I am adding some more minor changes to this branch. I think they should be quite non-controversial.
First one is to fix a range of checkdoc
errrors, most notably first line must be a complete sentence with < 80 chars.
Second one is to add .dir-locals.el
with indent-tabs-mode
set to nil. This allows all collaborators and github pages to see the same code. The code was really badly indented on my machine with tab-width of 4.
I merged the first commit last week, but I realized rewriting some descriptions for checkdoc would be a better idea than simply adding some punctuation.
Well, I didn't just add punctuation here and there. I also rewrote a bunch of them. It should have had you started with a reasonable cleanup. If you plan for a complete rewrite, that's surely fine by me.
On Sat, Feb 27 2016, Vitalie Spinu notifications@github.com wrote:
Well, I didn't just add punctuation here and there. I also rewrote a bunch of them. It should have had you started with a reasonable cleanup. If you plan for a complete rewrite, that's surely fine by me.
Ok, I missed those. I'm slowly going over them again.
Problem: If point is between two paragraphs,
python-shell-send-paragraph
will send two paragraphs.Fix: Make all evaluation commands forward-looking, in a sense that if evaluation portion is ambiguous send the next one.