emacs-devel
[Top][All Lists]
Advanced

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

Re: old-style backquotes now generates void macro


From: David Engster
Subject: Re: old-style backquotes now generates void macro
Date: Fri, 17 Dec 2010 20:01:44 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (darwin)

Leo writes:
> On 2010-12-17 03:28 +0000, Stefan Monnier wrote:
>> "obsolete" basically means "unsupported". But in order not to alienate
>> our users who don't always have the ability to fix the code they use,
>> we tend to keep obsolete features working, sometimes far too long.
>
> I think packages most users use are well supported i.e. any trivial bugs
> like these are fixed promptly. The thing though is they don't know when
> the obsolete features are going, so they sometimes keep using them until
> absolutely have to change.

The problem is that it is sometimes not clear to me what exactly has to
change.

Currently, the change to lread.c broke the grammar generation in CEDET.

The culprit is that

(read "( ,(cons $1 $3 ) )")

used to return

(\, (cons $1 $3))

but now returns

((\, (cons $1 $3)))

Does CEDET depend on some obsoleted feature here, meaning this should
rather be fixed in CEDET than emacs?

-David



reply via email to

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