guile-devel
[Top][All Lists]
Advanced

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

Re: Unrecognized \ sequences and Elisp


From: Paul Jarc
Subject: Re: Unrecognized \ sequences and Elisp
Date: Mon, 26 Jan 2004 21:45:47 -0500
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Neil Jerram <address@hidden> wrote:
> The recent change to signal an error for "unrecognized" \ sequences
> has negatively affected the Elisp translator, because Elisp code often
> uses "\(" in doc strings.  (I think this is when the "(" would
> otherwise be in column 0, to avoid Emacs thinking that it is the start
> of a new defun.)

Would it work to change the Emacs docstrings to look like this?
"foo...\
\n(bar...)"

> Is it reasonable to again allow "\(" as a special case

That would avoid the need to edit the Emacs sources, though it's a bit
ugly.  I guess the Right Way would be to fix Emacs so it doesn't get
confused by parentheses inside strings.


paul




reply via email to

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