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

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

bug#44375: Always give a message when flashing the screen


From: Lars Ingebrigtsen
Subject: bug#44375: Always give a message when flashing the screen
Date: Mon, 02 Nov 2020 17:26:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> (defun pop-mark ()
>   "Pop off mark ring into the buffer's actual mark.
> Does not set point.  Does nothing if mark ring is empty."
>   (when mark-ring
>     (setq mark-ring (nconc mark-ring (list (copy-marker (mark-marker)))))
>     (set-marker (mark-marker) (car mark-ring))

And this is the bit that unsets the mark -- the first entry in mark-ring
is a mark that points to no buffer.

Is it obvious to anybody what's going wrong here?  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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