[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
wl-demo should not define make-extent
- To: wl-en@lists.airs.net
- Subject: wl-demo should not define make-extent
- From: Daniel Clemente <dcl441-bugs@yahoo.com>
- Date: Fri, 17 Sep 2010 00:28:38 -0700 (PDT)
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1284708518; bh=vCvZPDfn0nuW7IzysCB7HfTImibpr1+aBovXJZpLzeE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=0MO/BBZZPfR1Fqdxa5QI/roa9PPStdOazd2iM4yDcsOwy1TT7nKhQNcMip1Bz9d/Kq2+hSkfOefHZBN07p1LNVtPDLEFjE/vFgvr812dbRyhQZDMVbUnOkeKsk9E9IcRUmr688twQnG4WbJ5sliRssEU00fHFS0dwOupmvzdBZo=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=WSgmVtT9hoXWoPL5CZr2qmfNSnKLJf7nuwmSclgkMBVqLJ2Fr5rS0vlJk1Yrm/PFRsLKAVsFT5px1jZjz0JDN080QTg5Pmh00Ji2poTy9x9WqPCvKKXu51uP/ZjBWrcTX5k6tG3GGKCrqz3Hvd01DLLAv7v7751bmcP79WGOAA8=;
- List-help: <mailto:wl-en-ctl@lists.airs.net?body=help>
- List-id: wl-en.lists.airs.net
- List-owner: <mailto:wl-en-admin@lists.airs.net>
- List-post: <mailto:wl-en@lists.airs.net>
- List-software: fml [fml stable 20011102.2100]
- List-unsubscribe: <mailto:wl-en-ctl@lists.airs.net?body=unsubscribe>
- Reply-to: dcl441-bugs@yahoo.com
Hi. There is a particular line in wl-demo.el which says:
(eval-when-compile
…
(defalias-maybe 'make-extent 'ignore)
…
)
This should not be made, as stated in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6748#10
It confuses packages like ansi.el and things stop working. For me, it made eshell's "ls --color" crash (see that bug report).
Thanks,
Daniel