From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH 5/6] whitespace: more accurate initial-indent highlighting Date: Mon, 17 Dec 2007 16:51:02 -0800 Message-ID: <7v3au04yh5.fsf@gitster.siamese.dyndns.org> References: <1197822702-5262-1-git-send-email-bfields@citi.umich.edu> <1197822702-5262-2-git-send-email-bfields@citi.umich.edu> <1197822702-5262-3-git-send-email-bfields@citi.umich.edu> <1197822702-5262-4-git-send-email-bfields@citi.umich.edu> <1197822702-5262-5-git-send-email-bfields@citi.umich.edu> <1197822702-5262-6-git-send-email-bfields@citi.umich.edu> <7vwsrdd9wa.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Wincent Colaiuta , "J. Bruce Fields" , Git Mailing List To: Jakub Narebski X-From: git-owner@vger.kernel.org Tue Dec 18 01:51:51 2007 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1J4QgX-0005ii-Of for gcvg-git-2@gmane.org; Tue, 18 Dec 2007 01:51:50 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752635AbXLRAvW (ORCPT ); Mon, 17 Dec 2007 19:51:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754014AbXLRAvW (ORCPT ); Mon, 17 Dec 2007 19:51:22 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:34634 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752395AbXLRAvV (ORCPT ); Mon, 17 Dec 2007 19:51:21 -0500 Received: from a-sasl-quonix (localhost [127.0.0.1]) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id AC4C94443; Mon, 17 Dec 2007 19:51:14 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id 2C06E4442; Mon, 17 Dec 2007 19:51:10 -0500 (EST) In-Reply-To: (Jakub Narebski's message of "Mon, 17 Dec 2007 16:32:09 -0800 (PST)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jakub Narebski writes: > By the way, does "trailing empty lines at the end of file" whitespace > error get detected and hightlighted with refactored whitespace checking? Did you read the whole thread yet?