From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Ediff regression Date: Wed, 13 Jun 2007 14:59:44 -0400 Message-ID: <87d4zz65pb.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181761204 20844 80.91.229.12 (13 Jun 2007 19:00:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 19:00:04 +0000 (UTC) To: emacs-devel@gnu.org, Michael Kifer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 13 21:00:02 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HyY4X-0007Rp-VJ for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 21:00:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyY4X-00029t-KR for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 15:00:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyY4V-00029o-AN for emacs-devel@gnu.org; Wed, 13 Jun 2007 14:59:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyY4T-00029I-Gu for emacs-devel@gnu.org; Wed, 13 Jun 2007 14:59:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyY4T-00029F-AJ for emacs-devel@gnu.org; Wed, 13 Jun 2007 14:59:57 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HyY4S-0000gN-Ue for emacs-devel@gnu.org; Wed, 13 Jun 2007 14:59:57 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 134444E5CA; Wed, 13 Jun 2007 14:59:44 -0400 (EDT) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72799 Archived-At: Something in the following checkin broke patch highlighting: 2007-06-12 Michael Kifer * ediff-mult.el (ediff-meta-buffer-brief-message,ediff-meta-buffer-verbose-message): new variables. (ediff-meta-buffer-message): variable deleted. (ediff-verbose-help-enabled): new variable. (ediff-toggle-verbose-help-meta-buffer): new function. (ediff-redraw-directory-group-buffer): made aware of short/verbose message options * ediff-ptch.el (ediff-context-diff-label-regexp): better regexp. (ediff-fixup-patch-map): improved heuristic. To see this, save the following diff to a file foo.patch and open it. The body of the patch will be highlighted as though it were a header. The problem did not exist before the checkin. diff -c configure.in.\~1.452.\~ /home/cyd/emacs/configure.in *** configure.in.~1.452.~ 2007-06-12 13:07:07.000000000 -0400 --- configure.in 2007-06-13 13:20:27.000000000 -0400 *************** *** 1874,1880 **** case "${with_x_toolkit}" in athena | lucid ) USE_X_TOOLKIT=LUCID ;; motif ) USE_X_TOOLKIT=MOTIF ;; - dnl open-look ) USE_X_TOOLKIT=OPEN_LOOK ;; gtk ) with_gtk=yes dnl Dont set this for GTK. A lot of tests below assumes Xt when dnl USE_X_TOOLKIT is set. --- 1874,1879 ----