bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18: Fine-grained revert-buffer


From: Richard Stallman
Subject: bug#18: Fine-grained revert-buffer
Date: Thu, 02 May 2019 17:27:08 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > >> When I bumped into the problem of the marker being sent to the
  > >> beginning of the hunk, I started looking for something to get the
  > >> markers of the buffer, but didn't found anything at the Lisp level.
  > >
  > > We could introduce a function 'marker-list' based on BUF_MARKERS.

There is a reason why you can't get a copy of that list: if anything
else pointed to a copy of it, no marker in that buffer could be
garbage collected.  We should look for some other way to solve your
problem.

-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]