unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Masatake YAMATO <jet@gyve.org>
Subject: show buffer name im echo area when cvs-update is completed
Date: Thu, 05 Dec 2002 17:54:21 +0900 (JST)	[thread overview]
Message-ID: <20021205.175421.63130441.jet@gyve.org> (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)))))

             reply	other threads:[~2002-12-05  8:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-05  8:54 Masatake YAMATO [this message]
2002-12-05 15:25 ` show buffer name im echo area when cvs-update is completed Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021205.175421.63130441.jet@gyve.org \
    --to=jet@gyve.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).