emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pcvs.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs.el
Date: Mon, 10 Feb 2003 16:48:38 -0500

Index: emacs/lisp/pcvs.el
diff -c emacs/lisp/pcvs.el:1.47 emacs/lisp/pcvs.el:1.48
*** emacs/lisp/pcvs.el:1.47     Tue Feb  4 06:57:37 2003
--- emacs/lisp/pcvs.el  Mon Feb 10 16:48:38 2003
***************
*** 14,20 ****
  ;;    (Jari Aalto+mail.emacs) address@hidden
  ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/address@hidden
  ;; Keywords: CVS, version control, release management
! ;; Revision: $Id: pcvs.el,v 1.47 2003/02/04 11:57:37 lektu Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 14,20 ----
  ;;    (Jari Aalto+mail.emacs) address@hidden
  ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/address@hidden
  ;; Keywords: CVS, version control, release management
! ;; Revision: $Id: pcvs.el,v 1.48 2003/02/10 21:48:38 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 541,547 ****
               ;; If process-connection-type is nil and the repository
               ;; is accessed via SSH, a bad interaction between libc,
               ;; CVS and SSH can lead to garbled output.
!              ;; It might be a glibc-specific problem.
               ;; Until the problem is cleared, we'll use a pty rather than
               ;; a pipe.
               ;; (process-connection-type nil) ; Use a pipe, not a pty.
--- 541,548 ----
               ;; If process-connection-type is nil and the repository
               ;; is accessed via SSH, a bad interaction between libc,
               ;; CVS and SSH can lead to garbled output.
!              ;; It might be a glibc-specific problem (but it also happens
!              ;; under Mac OS X, it seems).
               ;; Until the problem is cleared, we'll use a pty rather than
               ;; a pipe.
               ;; (process-connection-type nil) ; Use a pipe, not a pty.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]