>> On Mon, Mar 21 2016 20:18, Vitalie Spinu wrote: >>> This is outside of use cases that I have in mind. >> Indeed, it's a different case, but one where the narrowing should be >> hard as well. > Ok. This part is trickier but it might not be that hard. Will keep this in mind. I have pushed the proposed change to `widen-limits` branch. The C level consequences are fairly innocuous. There are only 3 instances of calls to Fwiden in the whole emacs. Given that there seem to be use cases of permanent limiting I kept it as buffer local variable. I also switched to milder name buffer-widen-limits. Vitalie