all messages for Emacs-related lists mirrored at yhetil.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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.