emacs-devel
[Top][All Lists]
Advanced

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

Re: Modifying Emacs to use the Mac OS X Keychain Services


From: Ben Key
Subject: Re: Modifying Emacs to use the Mac OS X Keychain Services
Date: Sun, 12 Jun 2011 22:14:37 -0500

Eli Zaretskii wrote:
> It's tempting, but I don't think it's TRT.  I think we generally use
> pseudovectors for this.  The advantage is that you can then use
> standard macros to access it, and developers can use commands in
> .gdbinit to debug the code that involves these objects.

Thanks.

Ted Zlatanov wrote:
> Another approach is to do what frames do; see `frame-parameters' for
> instance.

It looks like frames do use a pseudovector.  For example.

#define XSETFRAME(a, b) (XSETPSEUDOVECTOR (a, b, PVEC_FRAME))
#define FRAMEP(x) PSEUDOVECTORP (x, PVEC_FRAME)



reply via email to

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