[MERGE][bzr-email] Implement mail sending using smtplib
Marius Gedminas
marius at pov.lt
Fri Jan 26 17:40:38 GMT 2007
On Fri, Jan 26, 2007 at 11:23:31AM -0600, John Arbash Meinel wrote:
> No. It was just a mistake. I have my editor set to show trailing
> whitespace as well, but apparently:
> let python_highlight_space_errors = 1
>
> Doesn't show whitespace only lines. It only shows when you have trailing
> whitespace at the end of a real line (and I've seen that it doesn't show
> trailing whitespace in strings either.
...
> Unfortunately you've now pointed out that my vim setup is incomplete.
> Vim itself seems a little schizo as to whether a blank line gets
> whitespace indentation or not.
I use
set list listchars=tab:>-,trail:.
to see tabs and trailing spaces in vim. I also have
highlight NonText ctermfg=gray guifg=gray term=standout
to make trailing spaces less visible so I don't confuse them with spaces.
I also have
match Error /\%>79v.\+/
in an autocommand for *.py files, to highlight long lines.
HTH,
Marius Gedminas
--
Prediction is very difficult, especially of the future.
-- Niels Bohr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070126/aecbab68/attachment-0001.pgp
More information about the bazaar
mailing list