Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Christian Gollwitzer Newsgroups: comp.lang.python Subject: Re: Global indent Date: Sat, 23 Aug 2014 18:09:16 +0200 Organization: A noiseless patient Spider Lines: 30 Message-ID: References: <20140822125414.1fe9eb5c@rg.highlandtechnology.com> <87oavc9tde.fsf@elektro.pacujo.net> <53f859fb$0$29983$c3e8da3$5496439d@news.astraweb.com> <53f8ab8b$0$29999$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 23 Aug 2014 16:09:17 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="0ca390f552aaaca2fd2a25e51821864b"; logging-data="15452"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ONW9UYs/Aph6r6SPjDigBuLLOGLWlb3w=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <53f8ab8b$0$29999$c3e8da3$5496439d@news.astraweb.com> Cancel-Lock: sha1:+ncKxSe+4yniiMybAV9lJ7dkWKg= Xref: csiph.com comp.lang.python:76877 Hi Steven, I agree with all you said. Am 23.08.14 16:56, schrieb Steven D'Aprano: > Christian Gollwitzer wrote: >> There are ways to put these editors into Beginner's mode, for vim there >> is "evim", and for sure emacs has something similar, where the editor >> behaves more like you expect. In evim, this means you can't go to >> command mode, and you need to use the menus and toolbars to save/load >> text. But if you do that, you also loose the functionality that comes >> from the command mode - it's actually better to recommend Notepad++ or >> kate. > > I'm especially annoyed and/or amused by the tendency of many people to > assume that there are only three editors: Emacs, Vim (one of which is used > by all right-thinking people, the other being sent by the Devil to tempt us > from righteousness) and Notepad (which is used only by the most primitive, > deprived savages who are barely capable of bashing out "Hello World" using > one finger). Just in case that was misleading: Notepad++ is a different editor than Notepad: http://notepad-plus-plus.org/ This one I actually recommend to people on Windows, who ask me, which editor should they use. Christian