emacs-devel
[Top][All Lists]
Advanced

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

Re: [RFC, experimental] save_{excursion,restriction}


From: Stefan Monnier
Subject: Re: [RFC, experimental] save_{excursion,restriction}
Date: Thu, 26 Jul 2012 19:24:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

>> If the excursion is made into a Lisp_Object (as a pseudovector of
>> lisp_misc), then you don't need to have an `excursions' field in
>> `struct buffer', save_excursion_save can just return the excursion
>> object (i.e. the PVEC_EXCURSION in your code).

> Argh, yes.

Looks OK, thanks,


        Stefan



reply via email to

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