unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: David Masterson <dsmasterson92630@outlook.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: help-gnu-emacs@gnu.org
Subject: Re: suggestion for user-emacs-directory
Date: Sun, 06 Sep 2020 15:22:11 -0700	[thread overview]
Message-ID: <SN6PR01MB4493CF1A2C4245B401166F2A9B2B0@SN6PR01MB4493.prod.exchangelabs.com> (raw)
In-Reply-To: <jwvh7scdzex.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Sat, 05 Sep 2020 11:20:18 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> How do you deal with packages that don't exist in earlier Emacsen?
>
> Usually with
>
>     (if (fboundp '<something>)
>       ...)
>
> or
>
>     (if (boundp '<something>)
>       ...)
>
> or even
>
>     (ignore-errors ...)

Ah, thanks.

-- 
David Masterson



  reply	other threads:[~2020-09-06 22:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-04 10:51 suggestion for user-emacs-directory Dieter Faulbaum
2020-09-04 13:56 ` Stefan Monnier
2020-09-05  5:58   ` David Masterson
2020-09-05 15:20     ` Stefan Monnier
2020-09-06 22:22       ` David Masterson [this message]
2020-09-10  4:24   ` Bob Newell

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=SN6PR01MB4493CF1A2C4245B401166F2A9B2B0@SN6PR01MB4493.prod.exchangelabs.com \
    --to=dsmasterson92630@outlook.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.
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).