Deutsch English Français Italiano |
<varc7h$b7bo$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc Subject: Re: Python (was Re: I did not inhale) Date: Fri, 30 Aug 2024 02:53:37 -0000 (UTC) Organization: A noiseless patient Spider Lines: 8 Message-ID: <varc7h$b7bo$1@dont-email.me> References: <uu54la$3su5b$6@dont-email.me> <v9m4gd$14scu$1@dont-email.me> <20240815182717.189@kylheku.com> <v9npls$1fjus$1@dont-email.me> <v9t204$2dofg$1@dont-email.me> <va28pi$3dldm$1@dont-email.me> <va2ro9$3gd7v$1@dont-email.me> <va2vt0$3h3gj$1@dont-email.me> <va44rh$3p1l6$1@dont-email.me> <va45eq$3pkt9$1@dont-email.me> <va4aut$3q4g0$1@dont-email.me> <va4fbr$3qvij$1@dont-email.me> <va5108$3tmmd$1@dont-email.me> <va51ok$3tqr9$1@dont-email.me> <va5ec2$3vluh$1@dont-email.me> <va6q4g$c1a7$1@dont-email.me> <va6rpa$c6bg$1@dont-email.me> <va6se9$cb8e$1@dont-email.me> <20240826083330.00004760@gmail.com> <vaises$2k7o6$2@dont-email.me> <20240826155113.000005ba@gmail.com> <wwvo75eicla.fsf@LkoBDZeT.terraraq.uk> <vak9k9$2ujrs$1@dont-email.me> <valgpu$34s18$1@dont-email.me> <vannkg$3ig72$1@dont-email.me> <vanrd8$3j0vv$1@dont-email.me> <vap7vq$3sr7b$1@dont-email.me> <vappl3$3v4l8$4@dont-email.me> <vaq8hk$1qbm$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 30 Aug 2024 04:53:37 +0200 (CEST) Injection-Info: dont-email.me; posting-host="c509a17e16dee277c625dc90ee6d135d"; logging-data="367992"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/nEyHsfMZlt7XFG9eq8z2Y" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:dK7pHXl9Xa9gvX4iKCfH5ggpQdo= On Thu, 29 Aug 2024 18:44:35 +0200, Janis Papanagnou wrote: > Vim is an editor that has the most simple and also very powerful > indenting for well structured data and programs I've yet seen. (Not > mentioning its equally powerful other editing facilities.) Vim is only good for text-editing, though. It assumes a file is split into lines. Emacs makes no such assumption, and can also edit non-text files.