[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vc-version-other-window
From: |
Stefan Monnier |
Subject: |
Re: vc-version-other-window |
Date: |
Wed, 06 Oct 2004 09:05:29 -0400 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) |
> vc-version-other-window seems to be losing small chunk(s) of
> files. To reproduce it, retrieve the working version of gdb-ui.el or
> fortran.el with this command (see a diff below). I think an earlier thread
> discussed a similar problem with a different command. I've not noticed
> this problem before but I'm baffled because it seems to also happen with
> an old Emacs (21.2).
Known bad interaction between SSH, CVS and libc.
The problem is independent from Emacs.
You can use the script below as your CVS_RSH to work around the bug:
#!/bin/sh
(ssh "$@" 2>&1 1>&3 | cat) 3>&1 1>&2
A recent discussion about it on the CVS mailing list can be found around
http://lists.gnu.org/archive/html/bug-cvs/2004-09/msg00008.html
Stefan
- vc-version-other-window, Nick Roberts, 2004/10/06
- Re: vc-version-other-window,
Stefan Monnier <=
- Re: vc-version-other-window, Richard Stallman, 2004/10/07
- Re: vc-version-other-window, Stefan Monnier, 2004/10/07
- Re: vc-version-other-window, Kim F. Storm, 2004/10/07
- Re: vc-version-other-window, Richard Stallman, 2004/10/08
- Re: vc-version-other-window, Stefan, 2004/10/09
- Re: vc-version-other-window, Richard Stallman, 2004/10/10
- Re: vc-version-other-window, Stefan, 2004/10/10
- Re: vc-version-other-window, Richard Stallman, 2004/10/11
- Re: vc-version-other-window, Simon Josefsson, 2004/10/11
- Re: vc-version-other-window, Miles Bader, 2004/10/11