From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: bug: move-beginning-of-line fails to respect fields in custom buffers Date: Wed, 08 Feb 2006 14:03:49 -0500 Message-ID: References: <87slqylikk.fsf@catnip.gol.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139434919 9474 80.91.229.2 (8 Feb 2006 21:41:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Feb 2006 21:41:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 08 22:41:52 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 1F6x49-000470-HD for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 22:41:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6x47-0003WM-L5 for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 16:41:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6ucW-0005d5-5c for emacs-devel@gnu.org; Wed, 08 Feb 2006 14:04:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6ucU-0005cJ-U5 for emacs-devel@gnu.org; Wed, 08 Feb 2006 14:04:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6ubW-0005EP-TR for emacs-devel@gnu.org; Wed, 08 Feb 2006 14:03:50 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F6ueu-0007q2-6b for emacs-devel@gnu.org; Wed, 08 Feb 2006 14:07:20 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F6ubV-0003ZC-Ns; Wed, 08 Feb 2006 14:03:49 -0500 Original-To: Miles Bader In-reply-to: (message from Miles Bader on Tue, 7 Feb 2006 18:09:04 +0900) 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:50214 Archived-At: I've committed a change to make constrain-to-field use Fget_char_property instead of Fget_text_property, which appears to fix this problem. Thanks. Could you verify that the doc string and Lisp Manual doc for constrain-to-field are correct?