|
From: | Stefan Monnier |
Subject: | Re: electric-indent-mode: abolition of `newline' function is not the Right Thing. |
Date: | Mon, 14 Oct 2013 09:21:16 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> For the same reason it is impossible to write Python code with both > python-skeleton-autoinsert' set to t and Electric Indent mode enabled... > Say a buffer contains the following three lines: > class base(object): pass > -!- > Now you hit c l a s s SPC d e r i v e d RET b a s e RET RET > which results in: > class base(object): pass > class derived(base): > """-!-""" > Unexpected isn't it? I can't reproduce it on trunk, probably thanks to the new electric-indent-inhibit, which is set in python-mode. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |