From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?q?Gustav_H=E5llberg?= Newsgroups: gmane.emacs.bugs Subject: Re: vc-annotate does not copy truncate-lines from the origin buffer Date: 17 Apr 2003 11:48:26 +0200 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso8859-1 X-Trace: main.gmane.org 1050572927 25023 80.91.224.249 (17 Apr 2003 09:48:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2003 09:48:47 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 17 11:48:46 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19660c-0006VQ-00 for ; Thu, 17 Apr 2003 11:48:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19660a-0002E0-02 for gnu-bug-gnu-emacs@m.gmane.org; Thu, 17 Apr 2003 05:48:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19660N-0002Df-00 for bug-gnu-emacs@gnu.org; Thu, 17 Apr 2003 05:48:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19660L-0002D8-00 for bug-gnu-emacs@gnu.org; Thu, 17 Apr 2003 05:48:30 -0400 Original-Received: from gorgon.vtab.com ([62.20.90.195]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19660L-0002Bf-00 for bug-gnu-emacs@gnu.org; Thu, 17 Apr 2003 05:48:29 -0400 Original-Received: from virtutech.se (ash.hq.vtech [10.0.0.90]) by gorgon.vtab.com (8.11.7/8.11.0) with ESMTP id h3H9mQR31920; Thu, 17 Apr 2003 11:48:26 +0200 Original-Received: (from gustav@localhost) by virtutech.se (8.11.6/8.11.6) id h3H9mQY15816; Thu, 17 Apr 2003 11:48:26 +0200 Original-To: bug-gnu-emacs@gnu.org In-Reply-To: Original-Lines: 6 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4828 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4828 Hupp, accidentally left some printfdebugging in my patch. Feel free to remove: - (message "Annotating...") + (message "Annotating... %s" temp-truncate-lines) - Gustav