From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266655AbUG0WFM (ORCPT ); Tue, 27 Jul 2004 18:05:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266657AbUG0WFM (ORCPT ); Tue, 27 Jul 2004 18:05:12 -0400 Received: from mustang.oldcity.dca.net ([216.158.38.3]:8870 "HELO mustang.oldcity.dca.net") by vger.kernel.org with SMTP id S266655AbUG0WFF (ORCPT ); Tue, 27 Jul 2004 18:05:05 -0400 Subject: Re: [PATCH 2.6.8-rc2] intel8x0.c to include CK804 audio support From: Lee Revell To: Denis Vlasenko Cc: Paul Jackson , Andrew Morton , achew@nvidia.com, linux-kernel , jgarzik@pobox.com In-Reply-To: <200407270943.23292.vda@port.imtp.ilyichevsk.odessa.ua> References: <1090902426.1094.33.camel@mindpipe> <20040726215738.5c4a8b42.pj@sgi.com> <200407270943.23292.vda@port.imtp.ilyichevsk.odessa.ua> Content-Type: text/plain Message-Id: <1090965918.1094.122.camel@mindpipe> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 27 Jul 2004 18:05:18 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2004-07-27 at 02:43, Denis Vlasenko wrote: > On Tuesday 27 July 2004 07:57, Paul Jackson wrote: > > > For now the only fix for people using an X environment ... insert file > > > ... > > > > Another fix is to copy from a non-brain damaged window, such as a gui > > text editor window (nedit, for example). > > > > I'm guessing that the tabs are lost in the cut or copy operation, not in > > the paste operation. > > because 'cut' in a xterm cannot know that those eight spaces > once were a tab. xterm is probably storing screen as a char+attr > two-dimensional array. There are no tabs, only spaces. > > > But file insertion is, in general, a sufficiently winning choice that I > > think it's better just to get in the habit of always inserting patches > > that way, at least on email clients that support it. > > I do it all the time. The easiest suggestion I have seen so far is: diff foo bar | xclip Much easier than 'insert file', works perfectly. This is not installed on Debian by default for some reason. Might be a useful FAQ addition. Lee