all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: auto-fill in message mode filling with prefix "> "
Date: Wed, 03 Jan 2018 17:23:35 -0500	[thread overview]
Message-ID: <jwvefn660ui.fsf-monnier+gmane.emacs.help@gnu.org> (raw)
In-Reply-To: 871sj6bzep.fsf@127.0.0.1

> Don't know enough elisp to fully replace the `, construct here
>   (defmacro defcustom (var value doc &rest args)
>      (` (defvar (, var) (, value) (, doc))))))
> with non-deprecated code.

For this particular case, the right fix is to remove the whole (defmacro
...) since it's only there for compatibility with versions of Emacs that
don't have `defcustom`.  This macro was introduced in Emacs-19 or
Emacs-20, can't remember which but it's highly unlikely that you still
have such an Emacs on your machine.


        Stefan




  parent reply	other threads:[~2018-01-03 22:23 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.6710.1514910241.27995.help-gnu-emacs@gnu.org>
2018-01-03  9:16 ` auto-fill in message mode filling with prefix "> " Gijs Hillenius
2018-01-03 17:07   ` Eric S Fraga
     [not found]   ` <mailman.6775.1514999293.27995.help-gnu-emacs@gnu.org>
2018-01-03 17:55     ` HASM
2018-01-03 19:26       ` Alan Mackenzie
2018-01-03 20:42         ` HASM
2018-01-03 22:23       ` Stefan Monnier [this message]
     [not found]       ` <mailman.6785.1515018235.27995.help-gnu-emacs@gnu.org>
2018-01-04  2:24         ` HASM
2018-01-04 18:41           ` Stefan Monnier
     [not found] <mailman.6778.1515010834.27995.help-gnu-emacs@gnu.org>
2018-01-03 20:43 ` HASM
2018-01-03 20:53   ` Emanuel Berg
2018-01-02 16:23 Eric S Fraga
2018-01-02 16:34 ` Eric Abrahamsen
2018-01-02 16:43   ` Eli Zaretskii
2018-01-02 16:46     ` Eric Abrahamsen
2018-01-02 17:01     ` Eric S Fraga
2018-01-02 16:47   ` Eric S Fraga
     [not found]   ` <mailman.6713.1514911411.27995.help-gnu-emacs@gnu.org>
2018-01-02 18:38     ` HASM
2018-01-02 18:44       ` Eric S Fraga
     [not found]       ` <mailman.6724.1514918672.27995.help-gnu-emacs@gnu.org>
2018-01-03  1:29         ` HASM
2018-01-03 20:20           ` Robert Thorpe
2018-01-02 17:46 ` Narendra Joshi
2018-01-02 18:14   ` Eric S Fraga

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=jwvefn660ui.fsf-monnier+gmane.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --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.