From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kin Cho Newsgroups: gmane.emacs.bugs Subject: ediff-windows-wordwise problem Date: 21 Sep 2002 13:55:50 -0700 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <7i7khft63t.fsf@neoscale.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032642148 5400 127.0.0.1 (21 Sep 2002 21:02:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 21 Sep 2002 21:02:28 +0000 (UTC) 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 17srOV-0001Ox-00 for ; Sat, 21 Sep 2002 23:02:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17srOT-0002yP-00; Sat, 21 Sep 2002 17:02:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17srNy-0002tm-00 for bug-gnu-emacs@prep.ai.mit.edu; Sat, 21 Sep 2002 17:01:54 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17srNw-0002tZ-00 for bug-gnu-emacs@prep.ai.mit.edu; Sat, 21 Sep 2002 17:01:53 -0400 Original-Received: from ashd1-1.relay.mail.uu.net ([199.171.54.245]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17srNw-0002tV-00 for bug-gnu-emacs@prep.ai.mit.edu; Sat, 21 Sep 2002 17:01:52 -0400 Original-Received: from mail.fu-berlin.de by mr0.ash.ops.us.uu.net with ESMTP (peer crosschecked as: mail.fu-berlin.de [160.45.11.165]) id QQnhia18380 for ; Sat, 21 Sep 2002 21:01:51 GMT Original-Received: by mail.fu-berlin.de (Smail3.2.0.98) from Curry.ZEDAT.FU-Berlin.DE (160.45.10.36) with esmtp id ; Sat, 21 Sep 2002 23:01:47 +0200 (MEST) Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Sat, 21 Sep 2002 23:01:47 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 12.24.46.66!not-for-mail Original-Newsgroups: gnu.emacs.help,gnu.emacs.bug Original-Lines: 30 X-Orig-NNTP-Posting-Host: 12.24.46.66 X-Orig-X-Trace: fu-berlin.de 1032642106 6655087 12.24.46.66 (16 [151019]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3544 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3544 Hi, I have been using ediff for files and buffers for a long time and really appreciate how well it works. Today, I tried ediff on windows for the first time, and it doesn't work for me. My application is to find the difference between two similar functions in a file. So I opened the file, split the window in the frame into 2 windows, positioned the windows in the functions in question, then evaluated this: (let ((wl (window-list))) (ediff-windows-wordwise t (car wl) (cadr wl))) I got this error: ediff-windows: Wrong type argument: window-live-p, t I found that ediff-get-next-window called by ediff-windows seems to have a bug -- it returns t if a window is passed to to it. I used an ugly defadvice to workaround this problem. Now that ediff-windows runs, but it doesn't work right. It's not obvious what the problem is so I didn't try further. -kin emacs-version's value is "21.2.1"