unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; Bug in BUF_SET_PT
@ 2008-03-20 16:21 Johan Bockgård
  2008-03-22 23:56 ` Johan Bockgård
  0 siblings, 1 reply; 5+ messages in thread
From: Johan Bockgård @ 2008-03-20 16:21 UTC (permalink / raw)
  To: emacs-pretest-bug


[Trunk and branch]

There is a problem with BUF_SET_PT (i.e. set_point_both with BUFFER !=
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?)


-- 
Johan Bockgård




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 23.0.60; Bug in BUF_SET_PT
  2008-03-20 16:21 23.0.60; Bug in BUF_SET_PT Johan Bockgård
@ 2008-03-22 23:56 ` Johan Bockgård
  2008-03-23  1:06   ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Johan Bockgård @ 2008-03-22 23:56 UTC (permalink / raw)
  To: emacs-devel; +Cc: emacs-pretest-bug

bojohan+mail@dd.chalmers.se (Johan Bockgård) writes:

> [Trunk and branch]

Stefan has checked in a fix on the trunk, but the problem exists on the
Emacs 22 branch as well.

> There is a problem with BUF_SET_PT (i.e. set_point_both with BUFFER !=
> 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?)

-- 
Johan Bockgård





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 23.0.60; Bug in BUF_SET_PT
  2008-03-22 23:56 ` Johan Bockgård
@ 2008-03-23  1:06   ` Stefan Monnier
  2008-03-23 11:32     ` Johan Bockgård
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2008-03-23  1:06 UTC (permalink / raw)
  To: emacs-devel

>> [Trunk and branch]

> Stefan has checked in a fix on the trunk, but the problem exists on the
> Emacs 22 branch as well.

Like lots of other problems.
Do you have a real case where it introduces real breakage?


        Stefan




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 23.0.60; Bug in BUF_SET_PT
  2008-03-23  1:06   ` Stefan Monnier
@ 2008-03-23 11:32     ` Johan Bockgård
  2008-03-24  1:18       ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Johan Bockgård @ 2008-03-23 11:32 UTC (permalink / raw)
  To: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>> [Trunk and branch]
>
>> Stefan has checked in a fix on the trunk, but the problem exists on the
>> Emacs 22 branch as well.
>
> Like lots of other problems.
> Do you have a real case where it introduces real breakage?

Yes, I have run into args-out-of-range errors in revert-buffer (that's
how I found the problem).  It's very rare though.

Debugger entered--Lisp error: (args-out-of-range 720381)
  insert-file-contents("[...]" t nil nil t)
  revert-buffer(nil t)

(If you want to be conservative on the branch, just make the BUF_SET_PT
--> BUF_TEMP_SET_PT change.)

-- 
Johan Bockgård





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 23.0.60; Bug in BUF_SET_PT
  2008-03-23 11:32     ` Johan Bockgård
@ 2008-03-24  1:18       ` Stefan Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2008-03-24  1:18 UTC (permalink / raw)
  To: emacs-devel

>>>> [Trunk and branch]
>> 
>>> Stefan has checked in a fix on the trunk, but the problem exists on the
>>> Emacs 22 branch as well.
>> 
>> Like lots of other problems.
>> Do you have a real case where it introduces real breakage?

> Yes, I have run into args-out-of-range errors in revert-buffer (that's
> how I found the problem).  It's very rare though.

> Debugger entered--Lisp error: (args-out-of-range 720381)
>   insert-file-contents("[...]" t nil nil t)
>   revert-buffer(nil t)

I expect this to be very rare indeed, since the problem has been around
for ages.

> (If you want to be conservative on the branch, just make the BUF_SET_PT
> --> BUF_TEMP_SET_PT change.)

Of course, that's the only part I'd commit.  But even this will have to
wait for after-22.2.


        Stefan





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-24  1:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-20 16:21 23.0.60; Bug in BUF_SET_PT Johan Bockgård
2008-03-22 23:56 ` Johan Bockgård
2008-03-23  1:06   ` Stefan Monnier
2008-03-23 11:32     ` Johan Bockgård
2008-03-24  1:18       ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).