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 16:59:26 -0500 (CDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200209232159.QAA09771@eel.dms.auburn.edu> References: <200209230244.VAA07692@eel.dms.auburn.edu> <200209232140.QAA09746@eel.dms.auburn.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1032818485 27292 127.0.0.1 (23 Sep 2002 22:01:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Sep 2002 22:01:25 +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 17tbGc-000763-00 for ; Tue, 24 Sep 2002 00:01:22 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17tbx6-0004Cm-00 for ; Tue, 24 Sep 2002 00:45:16 +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 17tbGb-0001DX-00; Mon, 23 Sep 2002 18:01:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17tbEk-0001A0-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 17:59:26 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17tbEi-00019o-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 17:59:25 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tbEi-00019k-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 17:59:24 -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 QAA08091; Mon, 23 Sep 2002 16:59:22 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id QAA09771; Mon, 23 Sep 2002 16:59:26 -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: <200209232140.QAA09746@eel.dms.auburn.edu> (message from Luc Teirlinck on Mon, 23 Sep 2002 16:40:57 -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:8131 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8131 More precisely, the function that got modified between 21.2.90 and the latest CVS is `field-end'. At the beginning of a shell buffer, (field-end) returns 1 in the latest CVS and the position of the end of the prompt in emacs-21.2.90. Sincerely, Luc.