emacs-devel
[Top][All Lists]
Advanced

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

Re: small issue with emacs customization


From: Stefan Monnier
Subject: Re: small issue with emacs customization
Date: Sun, 09 Mar 2008 23:33:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> when I enter the emacs-customization menu, move forward from wp-group to 
> tex to auctex and try to modify Tex Pdf Mode from "off" to "on" and say "save 
> for future sessions" I get an error about unmatched parentheses.

> The Message buffer tells me:
> forward-sexp: Scan error: "Unbalanced parentheses", 996, 7860

> The error is caused by the modify-syntax-entry - line in .gnu-emacs-custom:
> <more commands>
>          ;; several comments here ...
>          (modify-syntax-entry ?" "w")

You need to escape the " in ?" -> ?\"

Sadly enough Emacs's syntax-tables aren't powerful enough to describe
email lisp syntax.


        Stefan




reply via email to

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