From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030198AbbE2OR2 (ORCPT ); Fri, 29 May 2015 10:17:28 -0400 Received: from mail.kernel.org ([198.145.29.136]:50783 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752054AbbE2ORV (ORCPT ); Fri, 29 May 2015 10:17:21 -0400 Date: Fri, 29 May 2015 11:17:16 -0300 From: Arnaldo Carvalho de Melo To: Martin =?utf-8?B?TGnFoWth?= Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Paul Mackerras , Jiri Olsa Subject: Re: [PATCH] perf annotate: fix -i option, which is currently ignored. Message-ID: <20150529141716.GV24859@kernel.org> References: <55685654.2010209@suse.cz> <20150529124241.GL24859@kernel.org> <20150529124353.GM24859@kernel.org> <55685FEB.9090706@suse.cz> <20150529130806.GO24859@kernel.org> <55686504.70402@suse.cz> <20150529135933.GU24859@kernel.org> <55687142.9000701@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <55687142.9000701@suse.cz> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, May 29, 2015 at 04:01:38PM +0200, Martin Liška escreveu: > On 05/29/2015 03:59 PM, Arnaldo Carvalho de Melo wrote: > >Em Fri, May 29, 2015 at 03:09:24PM +0200, Martin Liška escreveu: > >>>I failed to find the problem, ouch, the patches looks the same, applying > >>>by hand... > >>That's really strange ;) > >>Anyway, thanks for application. > >I ended up wasting^Winvesting some more time on that, it seems it was > >all thansk to Thunderbird ;-\ > Ok, thank you. > I'm going to double check my preferences. Are there any recommended settings > in case of sending kernel patches? I think there are recommendation somewhere, perhaps in Documentation/? Lemme check... [acme@zoo linux]$ find Documentation/ -type f | xargs grep -i thunderbird Documentation/email-clients.txt:Thunderbird (GUI) Documentation/email-clients.txt:Thunderbird is an Outlook clone that likes to mangle text, but there are ways Documentation/email-clients.txt: The easiest thing to do with Thunderbird and patches is to use an Documentation/email-clients.txt:- Edit your Thunderbird config settings so that it won't use format=flowed. Documentation/email-clients.txt: thunderbird's registry editor. Documentation/zh_CN/email-clients.txt:Thunderbird (GUI) Documentation/zh_CN/email-clients.txt:默认情况下,thunderbird很容易损坏文本,但是还有一些方法可以强制它变得更好。 Documentation/zh_CN/email-clients.txt:- 编辑你的Thunderbird配置设置来使它不要拆行使用:user_pref("mailnews.wraplength", 0); Documentation/zh_CN/email-clients.txt:- 编辑你的Thunderbird配置设置,使它不要使用"format=flowed"格式:user_pref("mailnews. Documentation/zh_CN/email-clients.txt:- 你需要使Thunderbird变为预先格式方式: Documentation/zh_CN/email-clients.txt: 针对Thunderbird打补丁最简单的方法就是使用一个"external editor"扩展,然后使用你最喜欢的 [acme@zoo linux]$ Heya! Even in chinese: "Thunderbird (GUI) Thunderbird is an Outlook clone that likes to mangle text, but there are ways to coerce it into behaving." So, go read that and coerce it! :-P - Arnaldo