From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+mail@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; Bug in BUF_SET_PT Date: Thu, 20 Mar 2008 17:21:02 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1206030249 13399 80.91.229.12 (20 Mar 2008 16:24:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2008 16:24:09 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 20 17:24:37 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JcNWb-0007YB-H3 for ged-emacs-devel@m.gmane.org; Thu, 20 Mar 2008 17:21:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcNW1-0000aH-2Q for ged-emacs-devel@m.gmane.org; Thu, 20 Mar 2008 12:21:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcNVx-0000a0-PZ for emacs-devel@gnu.org; Thu, 20 Mar 2008 12:21:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcNVv-0000Zb-AI for emacs-devel@gnu.org; Thu, 20 Mar 2008 12:21:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcNVv-0000ZU-3G for emacs-devel@gnu.org; Thu, 20 Mar 2008 12:21:11 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JcNVu-0007BK-Pi for emacs-devel@gnu.org; Thu, 20 Mar 2008 12:21:10 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JcNVu-0001Ey-JY for emacs-pretest-bug@gnu.org; Thu, 20 Mar 2008 12:21:10 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JcNVq-0007Aa-Uh for emacs-pretest-bug@gnu.org; Thu, 20 Mar 2008 12:21:09 -0400 Original-Received: from atum.ita.chalmers.se ([129.16.4.148]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JcNVq-0007A8-J4 for emacs-pretest-bug@gnu.org; Thu, 20 Mar 2008 12:21:06 -0400 Original-Received: from remote2.student.chalmers.se (remote2.student.chalmers.se [129.16.29.80]) by atum.ita.chalmers.se (Postfix) with ESMTP id 6E13885FC for ; Thu, 20 Mar 2008 17:21:03 +0100 (CET) Original-Received: by remote2.student.chalmers.se (Postfix, from userid 61540) id 59197809C; Thu, 20 Mar 2008 17:21:03 +0100 (CET) User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:93046 gmane.emacs.pretest.bugs:21628 Archived-At: [Trunk and branch] There is a problem with BUF_SET_PT (i.e. set_point_both with BUFFER !=3D current_buffer). It moves point in BUFFER, but properties and bindings are always taken from the current buffer. (BUF_SET_PT is used in two places in Emacs, Feval_buffer and Finsert_file_contents; maybe they should be using BUF_TEMP_SET_PT anyway? Also, could set_point_both use DEFAULT_INTERVAL_P instead of NULL_INTERVAL_P?) --=20 Johan Bockg=C3=A5rd