From: Drew Adams <drew.adams@oracle.com>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: RE: byte-compilation woes (cont'd)
Date: Wed, 26 Mar 2014 06:56:45 -0700 (PDT) [thread overview]
Message-ID: <60e8e46c-6566-4395-99c9-7e78d89285a9@default> (raw)
In-Reply-To: <CAAeL0SQVWBPpJr0vMcuRhbpVDvdZq41iW4XD9009vVF9H1fVvA@mail.gmail.com>
> Do your functions use cl-style :keyword args? There's been two recent
> changes related to &key parsing, and your snapshot only includes the
> first one (the second one is revno:116871).
No, except:
I use `define-button-type', to which I pass :type or :supertype.
And I use `defface', with face specs that use keyword args.
And my redefinition of `describe-variable', like the original, uses
an error handler of (error :help-eval-error).
And I use a predicate that calls (widget-get type :match),
(widget-apply type :match value), (widget-get type :validate), and
(widget-put type :value value).
And my command `describe-file' uses '(:margin 10) as part of a
`display' property value with `propertize'.
next prev parent reply other threads:[~2014-03-26 13:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-25 23:19 byte-compilation woes (cont'd) Drew Adams
2014-03-25 23:41 ` Juanma Barranquero
2014-03-25 23:45 ` Daniel Colascione
2014-03-26 13:56 ` Drew Adams [this message]
2014-03-25 23:42 ` Daniel Colascione
2014-03-25 23:51 ` Daniel Colascione
2014-03-26 13:57 ` Drew Adams
2014-03-26 13:56 ` Drew Adams
2014-03-26 20:17 ` Drew Adams
2014-03-26 20:18 ` Daniel Colascione
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=60e8e46c-6566-4395-99c9-7e78d89285a9@default \
--to=drew.adams@oracle.com \
--cc=emacs-devel@gnu.org \
--cc=lekktu@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).