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: Dmitry Antipov
Subject: Re: [RFC, experimental] save_{excursion,restriction}
Date: Thu, 26 Jul 2012 09:14:05 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0

On 07/26/2012 03:44 AM, Stefan Monnier wrote:

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.

Dmitry

Attachment: excursion_5.patch
Description: Text document


reply via email to

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