unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Steve Youngs <steve@sxemacs.org>
To: emacs-devel@gnu.org
Subject: Re: [PATCH] New convenience macros
Date: Thu, 23 Aug 2007 20:54:10 +1000	[thread overview]
Message-ID: <microsoft-free.874piq4j3h.fsf@youngs.au.com> (raw)
In-Reply-To: E1INC1e-0000oV-1r@fencepost.gnu.org


[-- Attachment #1.1: Type: text/plain, Size: 1216 bytes --]

* Richard Stallman <rms@gnu.org> writes:

  > However, Stefan wrote:

  >     The advantage over a macro is that the elisp code will work regardless of
  >     whether this optimization is implemented (it only affects byte-compiler
  >     warnings anyway), so it's trivially backward&forward compatible.

  > This is a good argument for _using_ featurep rather than the macros.

  > That doesn't mean we can't also install the macros.  But maybe you
  > will agree it is better to use featurep.

Yes, I agree.  I'm even going to add a similar optimisation to SXEmacs
and XEmacs.  However, there are situations where this optimisation won't
work, here's an example...

  (if (and (featurep 'simple) (featurep 'xemacs)) a b)

warns about free variables for both `a' and `b'.  So I think having the
macros as well as the optimisation is a good idea.  Can you please add
them, Richard? (with the updated names of course)

Thanks very much.

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|       SXEmacs - The only _______ you'll ever need.       |
|         Fill in the blank, yes, it's THAT good!          |
|------------------------------------<steve@sxemacs.org>---|

[-- Attachment #1.2: Type: application/pgp-signature, Size: 312 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  reply	other threads:[~2007-08-23 10:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-18 14:30 [PATCH] New convenience macros Steve Youngs
2007-08-19 15:52 ` Richard Stallman
2007-08-20  2:06   ` Steve Youngs
2007-08-20 10:58     ` Kim F. Storm
2007-08-20 18:30     ` Richard Stallman
2007-08-23 10:54       ` Steve Youngs [this message]
2007-08-23 14:12         ` Johan Bockgård
2007-08-23 14:47         ` Stefan Monnier
2007-08-23 18:24           ` Steve Youngs
2007-08-23 19:12             ` Stefan Monnier
2007-08-26 14:52               ` Steve Youngs
2007-08-26 22:47                 ` Richard Stallman
2007-08-27  3:20                   ` Steve Youngs
2007-08-20  4:09 ` Stefan Monnier
2007-08-23 11:13   ` Steve Youngs
2007-08-23 15:11     ` Stefan Monnier
2007-08-23 18:24       ` Steve Youngs

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=microsoft-free.874piq4j3h.fsf@youngs.au.com \
    --to=steve@sxemacs.org \
    --cc=emacs-devel@gnu.org \
    /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).