[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug #25608 and the comment-cache branch
From: |
Eli Zaretskii |
Subject: |
Re: Bug #25608 and the comment-cache branch |
Date: |
Mon, 13 Feb 2017 21:34:12 +0200 |
> Date: Mon, 13 Feb 2017 18:09:19 +0000
> From: Alan Mackenzie <address@hidden>
> Cc: address@hidden
>
> Both the Lisp and C parts of Emacs use narrowing and widening "all
> the time"
Are you sure? In C code, I see exactly 2 calls to 'widen' and 4 calls
to 'narrow-to-region', something that doesn't really fit "all the time"
description. (Most of the above few calls are to support auto-saving
and process-filters, and the rest are in set-buffer-multibyte -- it
should be clear to anyone that all of the above must override any
narrowing.)
- Re: Bug #25608 and the comment-cache branch, (continued)
- RE: Bug #25608 and the comment-cache branch, Drew Adams, 2017/02/13
- Re: Bug #25608 and the comment-cache branch, zhanghj, 2017/02/13
- Re: Bug #25608 and the comment-cache branch, Dmitry Gutov, 2017/02/13
- Re: Bug #25608 and the comment-cache branch, zhanghj, 2017/02/13
- Re: Bug #25608 and the comment-cache branch, Stefan Monnier, 2017/02/12
- Re: Bug #25608 and the comment-cache branch, Alan Mackenzie, 2017/02/13
- Re: Bug #25608 and the comment-cache branch,
Eli Zaretskii <=
- Re: Bug #25608 and the comment-cache branch, Stefan Monnier, 2017/02/13
Re: Bug #25608 and the comment-cache branch, Dmitry Gutov, 2017/02/02