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

> 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 ...)


-- Stefan




  reply	other threads:[~2020-09-05 15:20 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 [this message]
2020-09-06 22:22       ` David Masterson
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvh7scdzex.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=dsmasterson92630@outlook.com \
    --cc=help-gnu-emacs@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.