bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13831: 24.3.50; [PATCH] net-utils-mode have no revert-buffer functio


From: Stefan Monnier
Subject: bug#13831: 24.3.50; [PATCH] net-utils-mode have no revert-buffer function
Date: Thu, 28 Feb 2013 22:05:06 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Indeed yes, tried this very early this morning.
> Just tried now and it is working,

Thanks.

> but point move at eof, it should stay on top of buffer.

I think the difference between the initial run and the revert is that
for the initial run, the traceroute buffer is not in the
selected-window, whereas in the revert case, it is the selected-window.

Apparently the behavior is partly on purpose, since
net-utils-remove-ctrl-m-filter (which, BTW, should use
with-current-buffer rather than unwind-protect) explicitly moves point.


        Stefan





reply via email to

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