From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752726Ab1GMWiA (ORCPT ); Wed, 13 Jul 2011 18:38:00 -0400 Received: from casper.infradead.org ([85.118.1.10]:49027 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752579Ab1GMWh7 convert rfc822-to-8bit (ORCPT ); Wed, 13 Jul 2011 18:37:59 -0400 Subject: Re: [PATCH 1/6] sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED' From: Peter Zijlstra To: Jiri Kosina Cc: "Jan H." =?ISO-8859-1?Q?Sch=F6nherr?= , Ingo Molnar , linux-kernel@vger.kernel.org In-Reply-To: References: <1310580816-10861-1-git-send-email-schnhrr@cs.tu-berlin.de> <1310580816-10861-2-git-send-email-schnhrr@cs.tu-berlin.de> <1310590281.2586.34.camel@twins> <1310595172.2586.48.camel@twins> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Thu, 14 Jul 2011 00:37:43 +0200 Message-ID: <1310596663.2586.55.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2011-07-14 at 00:25 +0200, Jiri Kosina wrote: > On Thu, 14 Jul 2011, Peter Zijlstra wrote: > > > > > > From: =?UTF-8?q?Jan=20H=2E=20Sch=C3=B6nherr?= > > > > > > > > WTF am I to do with crap like that?! > > > > > > Peter, > > > > > > well, umm, get a decent e-mai client? :) > > > > its my apply scripts that create rubbish, also I'll take recommendations > > for a decent MUA, afaict they're all crap, mutt, claws, thunderbird, > > evolution all suck rocks and its basically picking the one that sucks > > least for your particular workflow. > > Well, probably it's just your locale setting that sucks rocks :) > > For example pine, mutt and thunderbird (and the later two I almost never > launch) all show everything correctly for me. > > Basically whatever you have in place on your side seems to violate RFC > 2047, which shouldn't cause problems to anybody these days. > > Really seems like misconfiguration on your side. They show the utf8 string without problems, but calling any one of them a decent MUA is far beyond where I can go, they're barely usable piles of crap. > > > git-am can also apply such thing without any problems with proper accents. > > > > that's assuming I actually use git at that stage, I find git to be an > > utter pain to gather patches with. > > Okay, event quilt doesn't chuckle on that patch. I'm sure, quilt doesn't care about what's before the --- line, and in fact they applied just fine. But my cobbled together script doesn't do horrid utf8 demunging and thus had this terrible mess as a From: field. Also isn't the kernel source in LANG=C (aka ASCII?).