comparison lisp/pcvs.el @ 49688:372d20665473

Comment update.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 10 Feb 2003 21:48:38 +0000
parents e88404e8f2cf
children 93622ce43bdd d7ddb3e565de
comparison
equal deleted inserted replaced
49687:c2ff7876bd60 49688:372d20665473
12 ;; (Stefan Monnier) monnier@cs.yale.edu 12 ;; (Stefan Monnier) monnier@cs.yale.edu
13 ;; (Greg Klanderman) greg@alphatech.com 13 ;; (Greg Klanderman) greg@alphatech.com
14 ;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com 14 ;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com
15 ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu 15 ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu
16 ;; Keywords: CVS, version control, release management 16 ;; Keywords: CVS, version control, release management
17 ;; Revision: $Id: pcvs.el,v 1.46 2002/12/05 15:23:37 monnier Exp $ 17 ;; Revision: $Id: pcvs.el,v 1.47 2003/02/04 11:57:37 lektu Exp $
18 18
19 ;; This file is part of GNU Emacs. 19 ;; This file is part of GNU Emacs.
20 20
21 ;; GNU Emacs is free software; you can redistribute it and/or modify 21 ;; GNU Emacs is free software; you can redistribute it and/or modify
22 ;; it under the terms of the GNU General Public License as published by 22 ;; it under the terms of the GNU General Public License as published by
539 args 539 args
540 files)) 540 files))
541 ;; If process-connection-type is nil and the repository 541 ;; If process-connection-type is nil and the repository
542 ;; is accessed via SSH, a bad interaction between libc, 542 ;; is accessed via SSH, a bad interaction between libc,
543 ;; CVS and SSH can lead to garbled output. 543 ;; CVS and SSH can lead to garbled output.
544 ;; It might be a glibc-specific problem. 544 ;; It might be a glibc-specific problem (but it also happens
545 ;; under Mac OS X, it seems).
545 ;; Until the problem is cleared, we'll use a pty rather than 546 ;; Until the problem is cleared, we'll use a pty rather than
546 ;; a pipe. 547 ;; a pipe.
547 ;; (process-connection-type nil) ; Use a pipe, not a pty. 548 ;; (process-connection-type nil) ; Use a pipe, not a pty.
548 (process 549 (process
549 ;; the process will be run in the selected dir 550 ;; the process will be run in the selected dir