Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] coq library std++ 1.3 / coq 8.11

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] coq library std++ 1.3 / coq 8.11


Chronological Thread 
  • From: Ian Zimmerman <itz AT very.loosely.org>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] coq library std++ 1.3 / coq 8.11
  • Date: Tue, 24 Mar 2020 16:55:15 -0700
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=itz AT very.loosely.org; spf=Pass smtp.mailfrom=root AT very.loosely.org; spf=Pass smtp.helo=postmaster AT very.loosely.org
  • Ironport-phdr: 9a23:iqXCTxC+1e1VqyKIzj4+UyQJP3N1i/DPJgcQr6AfoPdwSP3+oMbcNUDSrc9gkEXOFd2Crakb26yL6+jJYi8p39WoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6i760TlHERLmcAFxO+7dG4jIjs3x2frh1YfUZlBpjTz1U7J3KRisqAzX/p0XnZlKNKsr213NpXxTduBHg2RyKgTAzF7H+s6s8cs7oGxrsPU7+psYCPioT+EDVbVdSQ8eHSU16cns7EmRUwaV9z0YVWINnx5ZRQ/f40OjB8ajgm7BruN4nRKiE4jzRLEwVy6l6v47GgHlkjZBMzk+62zTm4p3lq0J+Uv99Sw6+JbdZcSuDNQ7ZrnUJINIW2dbT4BVUCtaD4etKYwVALhZMA==

On 2020-03-23 20:17, Jason -Zhong Sheng- Hu wrote:

> it's also more convenient to switch between switches in emacs too.

You got my attention there, but what do you mean?

My experience has been rather the opposite. If I have multiple
switches, I get confused all the time about which is the current one for
Emacs. It may be relevant that I'm using Emacs the server way: I start
it once when I start my X11 session, and then I just connect to it with
emacsclient. So, since opam depends on environment variables to know
about the current switch, what matters is the current switch at the
start session time.

This reliance on the environment may have been a mistake; it is at least
possible to imagine a different design where the current switch is
defined by a symlink (or a simulated symlink on systems that lack real
ones). Then again, there is an advantage to the environment way too: it
is possible to have two sessions with different switches active at once.

--
Ian



Archive powered by MHonArc 2.6.18.

Top of Page