[Top][All Lists]
[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)
- Re: Modifying Emacs to use the Mac OS X Keychain Services, (continued)
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Ben Key, 2011/06/05
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Ben Key, 2011/06/10
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Ben Key, 2011/06/11
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Ben Key, 2011/06/12
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Eli Zaretskii, 2011/06/12
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Ted Zlatanov, 2011/06/12
- Re: Modifying Emacs to use the Mac OS X Keychain Services,
Ben Key <=
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Stefan Monnier, 2011/06/13
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Ben Key, 2011/06/14
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Ted Zlatanov, 2011/06/15
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Andreas Schwab, 2011/06/15
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Ted Zlatanov, 2011/06/15
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Stefan Monnier, 2011/06/15
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Chong Yidong, 2011/06/17
- Re: Modifying Emacs to use the Mac OS X Keychain Services, Ted Zlatanov, 2011/06/12