Hi all,
The below change is a small tweak to
p4-sync-call-process that will change the buffer
'stack' - the order of which buffers are displayed to
the user after the p4 form is submitted. The below
change changes the displayed buffers such that the top
buffer is now the original file (when for example C-x
p-S is keyed) and the bottom buffer is the "*P4
Output*" buffer (in the default 2 buffer display mode).
IMHO, this seems better, but in any case here it is...
2413a2414,2420
> ;; kill the current buffer (the p4 form?) -
it has already been saved
> ;; Note: since there are two windows now up,
delete the other
> ;; window first, then kill this buffer.
This will leave
> ;; things as they should be after
p4-refresh-files-in-buffers below
> (delete-other-windows)
> (kill-buffer nil)
> ;; stuff the above message into
p4-output-buffer-name, saving current buffer state
2418d2424
< (kill-buffer nil)
Thanks!
Logged In: YES
user_id=402463
Originator: NO
v11.0 should handle things reasonably well. I had incorporated your suggestion into the p4.el on which I applied many other changes. I hope the result is good.
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).