From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: bug in ielm: patch. Related problem with end-of-line. Date: Mon, 23 Sep 2002 19:16:43 -0500 (CDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200209240016.TAA09898@eel.dms.auburn.edu> References: <200209230244.VAA07692@eel.dms.auburn.edu> <200209232140.QAA09746@eel.dms.auburn.edu> <200209232355.SAA09873@eel.dms.auburn.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1032826689 17065 127.0.0.1 (24 Sep 2002 00:18:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Sep 2002 00:18:09 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17tdOw-0004Qp-00 for ; Tue, 24 Sep 2002 02:18:06 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17te5S-0007YC-00 for ; Tue, 24 Sep 2002 03:02:02 +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 17tdOz-0007so-00; Mon, 23 Sep 2002 20:18:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17tdNb-0007qq-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 20:16:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17tdNZ-0007qe-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 20:16:42 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tdNZ-0007qa-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 20:16:41 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) by manatee.dms.auburn.edu (8.9.1a/8.9.1) with ESMTP id TAA08228; Mon, 23 Sep 2002 19:16:40 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id TAA09898; Mon, 23 Sep 2002 19:16:43 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200209232355.SAA09873@eel.dms.auburn.edu> (message from Luc Teirlinck on Mon, 23 Sep 2002 18:55:16 -0500 (CDT)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8134 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8134 >From my previous message: I was confused by the fact that in emacs-21.3.50 comint used overlays instead of text properties. Of course, I meant: in emacs-21.2.90 comint used overlays instead ot text-properties (for fields). Sincerely, Luc.