[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: opaque data types
From: |
Ted Zlatanov |
Subject: |
Re: opaque data types |
Date: |
Fri, 07 Jun 2013 13:48:33 -0400 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
On Fri, 07 Jun 2013 12:17:11 -0400 Stefan Monnier <address@hidden> wrote:
>> Currently auth-source.el uses a closure for that, which is not ideal.
SM> It can use the standard "opaque-at-print-time" object, i.e. the symbol
SM> (which is indeed what is used by lexical-let closures, but not by
SM> lexical-binding closures, where the password would be displayed in the
SM> printed representation).
Right. I think we can do better than just hide the data at print time.
Ted
- Re: plist-based package.el (was Re: cl-defstruct-based package.el, now with ert tests and no external tar!), (continued)
- Re: plist-based package.el (was Re: cl-defstruct-based package.el, now with ert tests and no external tar!), Ted Zlatanov, 2013/06/06
- Re: plist-based package.el (was Re: cl-defstruct-based package.el, now with ert tests and no external tar!), Stephen J. Turnbull, 2013/06/06
- opaque data types (was: plist-based package.el (was Re: cl-defstruct-based package.el, now with ert tests and no external tar!)), Ted Zlatanov, 2013/06/07
- Re: opaque data types, Christopher Schmidt, 2013/06/07
- Re: opaque data types, Ted Zlatanov, 2013/06/07
- Re: opaque data types, Christopher Schmidt, 2013/06/07
- Re: opaque data types, Ted Zlatanov, 2013/06/07
- Re: opaque data types, Christopher Schmidt, 2013/06/08
- Re: opaque data types, Ted Zlatanov, 2013/06/09
- Re: opaque data types, Stefan Monnier, 2013/06/07
- Re: opaque data types,
Ted Zlatanov <=
- opaque data types, Stephen J. Turnbull, 2013/06/08
- opaque data types [revise and resend], Stephen J. Turnbull, 2013/06/08
- Re: opaque data types [revise and resend], Ted Zlatanov, 2013/06/10
Re: plist-based package.el (was Re: cl-defstruct-based package.el, now with ert tests and no external tar!), Stefan Monnier, 2013/06/04