From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: ewoc--adjust ugliness Date: Fri, 26 May 2006 12:49:59 +0200 Message-ID: <7dbe73ed0605260349v104c2d7al17f59064c303f8ac@mail.gmail.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1148640628 9402 80.91.229.2 (26 May 2006 10:50:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 May 2006 10:50:28 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 26 12:50:25 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FjZtY-0003AC-5C for ged-emacs-devel@m.gmane.org; Fri, 26 May 2006 12:50:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjZtX-0005mR-OO for ged-emacs-devel@m.gmane.org; Fri, 26 May 2006 06:50:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FjZtL-0005mM-RP for emacs-devel@gnu.org; Fri, 26 May 2006 06:50:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FjZtJ-0005m9-CO for emacs-devel@gnu.org; Fri, 26 May 2006 06:50:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjZtJ-0005m4-2o for emacs-devel@gnu.org; Fri, 26 May 2006 06:50:01 -0400 Original-Received: from [64.233.184.235] (helo=wr-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FjZyB-0003Rd-0J for emacs-devel@gnu.org; Fri, 26 May 2006 06:55:03 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 37so405777wra for ; Fri, 26 May 2006 03:50:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GW4D1OHOy+fVD8fKnFbXc1B0yuXL+08faoHD3vcljhca5oipk5I6YTevXNeAVdZvfqGL6E+463BuJ/wU1FhPQ/n7ryH2EnC+Sh5dvvCiOMQP3ElBxX/ieA5xBGsjsES1IsiOjI3IlX5/HLqkj0msvx0lfRFnLWhi2nUybt2Pa3A= Original-Received: by 10.54.110.11 with SMTP id i11mr388183wrc; Fri, 26 May 2006 03:49:08 -0700 (PDT) Original-Received: by 10.54.118.19 with HTTP; Fri, 26 May 2006 03:49:59 -0700 (PDT) Original-To: "Thien-Thi Nguyen" In-Reply-To: Content-Disposition: inline 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:55321 Archived-At: > > ewoc--adjust refers to a free variable `dll'. This is not > > clean, because that name is short and has no defvar. > > thanks for pointing this out. i have installed a fix. There seems to be quite a few things happening with ewoc right now, has anyone looked into the recent bug in ewoc that Magnus found? See below: -- From: Magnus Henoch Subject: ewoc misbehaves Newsgroups: gmane.emacs.pretest.bugs Date: Sun, 21 May 2006 16:14:00 +0200 Revision 1.26 of ewoc.el changes its behavior in backwards-incompatible ways. Specifically: - A newline is no longer inserted between items, and after header and footer. - Markers after the ewoc structure are not advanced, but suddenly point before it after an item is inserted. Magnus -- No one has responded, as far as I can see, but maybe someone is working on it? I for one cannot use the latest CVS Emacs because of this as it breaks the nice jabber.el package. Sorry if this seems like nagging (it is, kind of... :).