From: Antoine Levy-Lambert <Antoine@db...>.com>
BUG REPORT: XEmacs-P4 Integration v10.1
2002-09-04
04:19
This bug report will be sent to the P4-Emacs
Integration Maintainer,
p4.el maintainers <p4el-
bugs@li...>
XEmacs 21.4 (patch 6) "Common Lisp
(Windows [1])" [Lucid] (i686-pc-cygwin) of Sun Jan 20
2002
on TSUNAMI
A brief description of the problem and how
to reproduce it:
this is not a bug report, rather a suggestion
:
could you add a function to sync just the current buffer
without
syncing all files ?
Could you also change find files
in depot, so that if you did not
fetch the file from the depot
already and that it exists in Perforce,
that you automatically
sync the file requested to the head revision,
then open it as
usual.
Recent messages:
History item: 1
History
item: 1
/cygdrive/d/levyant/perforce/perforce/clientspecs/
/cygdrive/d/levyant/perforce/perforce/clientspecs/
Loading passwd...
Loading passwd...done
History
item: 1
History item: 2
Type `C-x #' to finish editing
Save file /cygdrive/c/TEMP/tmp.947.0? (y or n)
Save file
/cygdriv
Logged In: YES
user_id=402463
Originator: NO
I added p4-sync-file to my local p4.el.
Logged In: YES
user_id=143321
Originator: NO
(defp4cmd p4-sync-visited-file ()
"sync-visited-file"
"To synchronise the visited file with the depot, type \\[p4-sync-visited-file].\n"
(interactive)
(p4-noinput-buffer-action "sync" t 's (list (buffer-file-name (current-buffer))) t))
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).
Logged In: YES
user_id=402463
Originator: NO
I've expanded the p4 sync support for the next release. This functionality will be included.