Re: Status on Elisp and special variable handling

2009-10-07 Thread Neil Jerram
Daniel Kraft writes: > Hi all, Hi Daniel, > Apart from that, I think some items I could work on next are defalias > and foolocal variables. I have to admit that I still need to look-up > and think about the very details of those, but I think for both of > that we could add some other special v

Re: Status on Elisp and special variable handling

2009-10-07 Thread Daniel Kraft
Ken Raeburn wrote: On Oct 6, 2009, at 16:05, Daniel Kraft wrote: If any such value is hit when reading/setting a variable, we do the needed stuff for handling aliases/foolocal variables instead of doing the operation directly. While this should work, I fear that it hits performance once again

Re: Status on Elisp and special variable handling

2009-10-06 Thread Ken Raeburn
On Oct 6, 2009, at 16:05, Daniel Kraft wrote: If any such value is hit when reading/setting a variable, we do the needed stuff for handling aliases/foolocal variables instead of doing the operation directly. While this should work, I fear that it hits performance once again... But I do not

Status on Elisp and special variable handling

2009-10-06 Thread Daniel Kraft
Hi all, it's been some time since I last worked on guile/elisp, but I hope to get back to it soon (gcc recently went to bug-fix only mode before the next release and I wanted to implement some stuff before the dead-line over the last weeks). Andy, what's your status on looking through my eli