From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: suggested feature -- console-mode frame title sets Xterm title Date: 02 Oct 2003 16:00:58 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87r8j9n6v4.fsf@blarg.net> <200206152147.g5FLlUB10968@aztec.santafe.edu> <20030929051617.GB7359@vexed.ozlabs.hp.com> <20031002063338.GA25969@vexed.ozlabs.hp.com> Reply-To: Miles Bader NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1065078263 6949 80.91.224.253 (2 Oct 2003 07:04:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2003 07:04:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Oct 02 09:04:21 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4xVd-0001zs-00 for ; Thu, 02 Oct 2003 09:04:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4xVc-0005KD-00 for ; Thu, 02 Oct 2003 09:04:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A4xTr-0005uZ-Vg for emacs-devel@quimby.gnus.org; Thu, 02 Oct 2003 03:02:31 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A4xTW-0005tS-Vn for emacs-devel@gnu.org; Thu, 02 Oct 2003 03:02:10 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A4xT0-0005qT-4j for emacs-devel@gnu.org; Thu, 02 Oct 2003 03:02:10 -0400 Original-Received: from [202.32.8.214] (helo=TYO201.gate.nec.co.jp) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A4xSR-0005mE-Jj; Thu, 02 Oct 2003 03:01:03 -0400 Original-Received: from mailgate3.nec.co.jp (mailgate53.nec.co.jp [10.7.69.194]) by TYO201.gate.nec.co.jp (8.11.7/3.7W01080315) with ESMTP id h92710g26359; Thu, 2 Oct 2003 16:01:00 +0900 (JST) Original-Received: from mailsv4.nec.co.jp (mailgate52.nec.co.jp [10.7.69.191]) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) with ESMTP id h92710f07453; Thu, 2 Oct 2003 16:01:00 +0900 (JST) Original-Received: from edtmg02.lsi.nec.co.jp ([10.26.16.202]) by mailsv4.nec.co.jp (8.11.7/3.7W-MAILSV4-NEC) with ESMTP id h9270xX10051; Thu, 2 Oct 2003 16:00:59 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) by edtmg02.lsi.nec.co.jp (8.9.3p2+3.2W/3.7W_EDC_Ver.1.0) with ESMTP id QAA22958; Thu, 2 Oct 2003 16:00:59 +0900 (JST) Original-Received: from mcspd15.ucom.lsi.nec.co.jp (mcspd15 [10.30.114.174]) by mcsss2.ucom.lsi.nec.co.jp (8.12.10/8.12.8/EDcg v2.01-mc/1046780839) with ESMTP id h9270w7Q004423; Thu, 2 Oct 2003 16:00:58 +0900 (JST) Original-Received: by mcspd15.ucom.lsi.nec.co.jp (Postfix, from userid 31295) id 882013732; Thu, 2 Oct 2003 16:00:58 +0900 (JST) Original-To: Martin Pool System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: <20031002063338.GA25969@vexed.ozlabs.hp.com> Original-Lines: 42 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16854 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16854 This patch seems to have been generated against an old version of emacs; when I tried to apply it against (roughly) CVS HEAD, I got many failed hunks (note the -l which causes patch to ignore whitespace problems): (emacs--cvs-trunk) patch --dry-run -l -p1 < $ls/emacs-xterm-title.patch patching file lisp/cus-start.el Hunk #1 succeeded at 258 with fuzz 2 (offset 14 lines). patching file lisp/term/xterm.el Hunk #1 FAILED at 48. 1 out of 1 hunk FAILED -- saving rejects to file lisp/term/xterm.el.rej patching file src/dispextern.h Hunk #1 succeeded at 2544 with fuzz 2 (offset 320 lines). Hunk #2 succeeded at 2715 (offset 347 lines). patching file src/term.c Hunk #1 succeeded at 276 (offset -9 lines). Hunk #2 FAILED at 363. Hunk #3 succeeded at 448 (offset -31 lines). Hunk #4 succeeded at 2332 (offset -33 lines). 1 out of 4 hunks FAILED -- saving rejects to file src/term.c.rej patching file src/xdisp.c Hunk #1 FAILED at 1. Hunk #2 succeeded at 755 with fuzz 2 (offset 459 lines). Hunk #3 FAILED at 1154. Hunk #4 succeeded at 7758 with fuzz 2 (offset 609 lines). Hunk #5 FAILED at 7826. Hunk #6 FAILED at 7877. Hunk #7 succeeded at 7871 (offset 539 lines). Hunk #8 succeeded at 7880 (offset 539 lines). Hunk #9 FAILED at 14630. Hunk #10 succeeded at 20993 with fuzz 2 (offset 6013 lines). Hunk #11 FAILED at 21179. Hunk #12 FAILED at 21186. 7 out of 12 hunks FAILED -- saving rejects to file src/xdisp.c.rej It would be nice if you could try to use a development version of emacs when sending patches. Thanks, -Miles -- "1971 pickup truck; will trade for guns"