all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* What is the deal with vc-stay-local-p and async?
@ 2007-07-15 19:39 David Kastrup
  2007-07-16 15:02 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: David Kastrup @ 2007-07-15 19:39 UTC (permalink / raw)
  To: emacs-devel


Hi,

in vc-cvs.el there are a number of operations that are done
asynchronously only if vc-stay-local-p is true.  What is the idea with
that?  Why would other operations be done synchronously?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

* Re: What is the deal with vc-stay-local-p and async?
  2007-07-15 19:39 What is the deal with vc-stay-local-p and async? David Kastrup
@ 2007-07-16 15:02 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2007-07-16 15:02 UTC (permalink / raw)
  To: David Kastrup; +Cc: emacs-devel

> in vc-cvs.el there are a number of operations that are done
> asynchronously only if vc-stay-local-p is true.  What is the idea with
> that?  Why would other operations be done synchronously?

The idea is that, as long as the operation is quick it's better to do
it synchronously.


        Stefan

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

end of thread, other threads:[~2007-07-16 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-15 19:39 What is the deal with vc-stay-local-p and async? David Kastrup
2007-07-16 15:02 ` Stefan Monnier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.