unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* show buffer name im echo area when cvs-update is completed
@ 2002-12-05  8:54 Masatake YAMATO
  2002-12-05 15:25 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Masatake YAMATO @ 2002-12-05  8:54 UTC (permalink / raw)


Sometimes you may want to run cvs-update or something other pcl-cvs
functions in multiple directories at a time. However pcl-cvs reports
only "CVS process has completed" when a function is completed. User
might want to know the directory name in which the function run.

2002-11-24  Masatake YAMATO  <jet@gyve.org>

	* pcvs.el (cvs-sentinel): included buffer name into
	cvs result message.

Index: lisp/pcvs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/pcvs.el,v
retrieving revision 1.45
diff -u -r1.45 pcvs.el
--- lisp/pcvs.el	18 Nov 2002 20:53:24 -0000	1.45
+++ lisp/pcvs.el	5 Dec 2002 08:38:20 -0000
@@ -647,7 +647,7 @@
 	    (buffer-enable-undo)
 	    (with-current-buffer cvs-buffer
 	      (cvs-update-header nil nil) ;FIXME: might need to be inline
-	      (message "CVS process has completed"))))
+	      (message "CVS process has completed(%s)" (buffer-name)))))
 	;; This might not even be necessary
 	(set-buffer obuf)))))

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: show buffer name im echo area when cvs-update is completed
  2002-12-05  8:54 show buffer name im echo area when cvs-update is completed Masatake YAMATO
@ 2002-12-05 15:25 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2002-12-05 15:25 UTC (permalink / raw)
  Cc: emacs-devel

> --- lisp/pcvs.el	18 Nov 2002 20:53:24 -0000	1.45
> +++ lisp/pcvs.el	5 Dec 2002 08:38:20 -0000
> @@ -647,7 +647,7 @@
>  	    (buffer-enable-undo)
>  	    (with-current-buffer cvs-buffer
>  	      (cvs-update-header nil nil) ;FIXME: might need to be inline
> -	      (message "CVS process has completed"))))
> +	      (message "CVS process has completed(%s)" (buffer-name)))))
>  	;; This might not even be necessary
>  	(set-buffer obuf)))))

Thanks, installed.


	Stefan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-05 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-05  8:54 show buffer name im echo area when cvs-update is completed Masatake YAMATO
2002-12-05 15:25 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).