On Wed, Dec 14, 2005 at 11:39:48AM +0100, Samuel Mimram wrote: > The x-symbol mode won't launch here. The first error I get is: > > Debugger entered--Lisp error: (error "Value out of range for variable > `gc-cons-threshold'")
After some more investigations, this seems to be the culprit. Indeed, if I change the following lines in x-symbol.el (let ((gc-cons-threshold most-positive-fixnum) (quail-ignore (regexp-quote x-symbol-quail-suffix-string))) to (let ((quail-ignore (regexp-quote x-symbol-quail-suffix-string))) the problem *almost* vanishes. I can see my \alpha as real alphas. However, the electric input isn't working: I have to manually use "Decode buffer" to turn \alpha into a real alpha. Cheers, Samuel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]