emacs-devel
[Top][All Lists]
Advanced

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

Re: The rest of xVARs


From: Stefan Monnier
Subject: Re: The rest of xVARs
Date: Thu, 09 Aug 2012 08:52:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> I can't continue without solving (B|K)VARs issue, and X = B->field/
> BSET(B, field, X) is enough for my purposes;

You can split the BVAR into a BGET and BSET for now.

> So you should hate DEFUN which receives function pointer, Lisp_Subr name
> and even a comment as parameters :-). I dislike it too, but consider them
> as the smallest possible evil rather than a nightmare.

I'm not fond of DEFUN, but since it's placed at the top-level, it's
syntactically obvious that it's not a function call, so there's no
expectation that its arguments be valid expressions.


        Stefan



reply via email to

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