Deutsch   English   Français   Italiano  
<vappl3$3v4l8$4@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: David Brown <david.brown@hesbynett.no>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Python (was Re: I did not inhale)
Date: Thu, 29 Aug 2024 14:30:27 +0200
Organization: A noiseless patient Spider
Lines: 36
Message-ID: <vappl3$3v4l8$4@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>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 29 Aug 2024 14:30:27 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="737b96d1a4f94365fbc2f60b2f2e5810";
	logging-data="4166312"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/pF+yQp6QwXvLNuLgZaeg89FrHpXiB4vA="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
 Thunderbird/102.11.0
Cancel-Lock: sha1:kVt0/a5xhhtJSFgNMTHt3VURvGA=
Content-Language: en-GB
In-Reply-To: <vap7vq$3sr7b$1@dont-email.me>
Bytes: 3657

On 29/08/2024 09:28, Muttley@dastardlyhq.com wrote:
> On Wed, 28 Aug 2024 20:48:08 +0200
> David Brown <david.brown@hesbynett.no> wrote:
>> On 28/08/2024 19:43, Muttley@dastardlyhq.com wrote:
>>> Writing editor editor macros in order to work around fundamentally bad
>>> language design is not something a programmer should have to waste 
>>> time on.
>>>
>>>
>>
>> I don't know about Emacs, but in most editors the way you indent a 
>> block of code is to select the lines, then press "Tab".  Unindenting 
>> is "shift-Tab".  Changing tabs to spaces or spaces to tabs is done by 
>> selecting "Tabs to spaces" from the Edit menu, or something equally 
>> simple and obvious.  Many editor can be set to convert tabs to spaces 
>> (or vice versa) when saving files, perhaps specific to the file type 
>> (so you don't muck up your makefiles).
>>
>> It takes a special kind of genius to be able to program, and yet still 
>> have trouble with this kind of thing.
> 
> Don't be a patronising prick, it doesn't help your argument. Personally I
> have better things to do that figure out some obscure functionality of vim
> to achieve something I shouldn't have to do in the first place if the 
> language was designed properly. Thankfully I don't have to use Python much.
> 

Then don't use vim - use an editor that suits your needs.

If you are trying to claim that you do software development, and that 
the editor(s) you use regularly do not have easily available functions 
for indenting and un-indenting sections of code, then you are either 
lying, or you /are/ an aforementioned special kind of genius.

Presumably you are /not/ trying to claim that - you are just trolling.