Hello, Paul Kinnucan <[EMAIL PROTECTED]> writes:
> "Albert, Jürgen" writes: > > I am trying to check in a .emacs file with CVS. My .emacs contains the > > stored jde-key-bindings in the following format: > > > > '(jde-key-bindings (quote (("[?^C ?^V ?^Z]" ... > > > > Unfortunatelly CVS stops at the ^Z character (yes ***one*** character and > > perhaps EOF?) and only half of my .emacs gets into the CVS repository. > > > > Odd. Why would CVS interpret ^Z as a single control character instead > of two noncontrol characters (i.e., caret and Z)? Paul, when you press \C-q \C-z emacs inserts a Control-Z (EOF) control character into the file. This might be the case here. An alternative way of defining it, which works with emacs and xemacs is: [(control c) (control v) (control z)] that's what we use here. Ole -- Ole Arndt http://www.sugarshark.com -------------------------------------------------------