all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stuart D. Herring" <herring@lanl.gov>
Cc: emacs-devel@gnu.org
Subject: Re: PCL-CVS: "Can not run two cvs processes simultaneously"
Date: Tue, 1 Aug 2006 09:32:19 -0700 (PDT)	[thread overview]
Message-ID: <40090.128.165.123.18.1154449939.squirrel@webmail.lanl.gov> (raw)
In-Reply-To: <871ws0fn1y.fsf@pacem.orebokech.com>

>   (defvar cvs-temp-buffer-name
> !   ;; If uniquification is done `forward' the buffer becomes non-hidden,
> !   ;; so force a hidden buffer in that case.  Note that having a unique
> !   ;; name here prevents concurrent runs of CVS, even in different *cvs*
> !   ;; buffers!
> !   '(if (and (boundp 'uniquify-buffer-name-style)
> ! 	    (eq uniquify-buffer-name-style 'forward))
> !        " *cvs-tmp*"
> !      (expand-file-name " *cvs-tmp*" dir))
>     "*Name of the cvs temporary buffer.
>   Output from cvs is placed here for asynchronous commands.")

I haven't been following this thread closely, but there has to be a better
way than to just say that forward uniquification loses.  Isn't there a
mechanism to disable uniquification for some buffer?  I see
`uniquify-ignore-buffers-re' at least; perhaps there should also be a way
to disable it via a local variable or so?

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.

  reply	other threads:[~2006-08-01 16:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-31 18:26 PCL-CVS: "Can not run two cvs processes simultaneously" Romain Francoise
2006-08-01 16:17 ` Romain Francoise
2006-08-01 16:32   ` Stuart D. Herring [this message]
2006-08-01 16:52     ` Romain Francoise

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

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

  git send-email \
    --in-reply-to=40090.128.165.123.18.1154449939.squirrel@webmail.lanl.gov \
    --to=herring@lanl.gov \
    --cc=emacs-devel@gnu.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 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.