|
From: | Stefan Monnier |
Subject: | Re: Feature request : Tab-completion for 'shell-comand' |
Date: | Thu, 13 Mar 2008 10:54:58 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
>> `(remove-overlays)' won't remove it because it can't find this overlay >> in (overlays-in (point-min) (point-max)). > That seems like a problem in itself. Indeed. If (1+ (point-max)) works, then a solution is to let `remove-overlays' default to (1+ (point-max)) rather than just (point-max). Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |