all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Mackenzie <acm@muc.de>
To: help-gnu-emacs@gnu.org
Subject: Re: auto-fill in message mode filling with prefix "> "
Date: Wed, 3 Jan 2018 19:26:44 +0000 (UTC)	[thread overview]
Message-ID: <p2japk$25ug$1@news.muc.de> (raw)
In-Reply-To: 871sj6bzep.fsf@127.0.0.1

HASM <hasm@example.invalid> wrote:
> Eric S Fraga <e.fraga@ucl.ac.uk> writes:

>> filladapt.el:79:1:Error: Loading ‘nil’: old-style backquotes detected!
>> This is with emacs snapshot version 2:20171231 on buster.
>> The same package compiles fine with emacs25 however.

> On my emacs 25.3.1, filladapt.el complains of the backquotes problem,
> but compiles (after I fix another small problem, elsewhere) and seems to
> run.

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

This is actually simple - you don't need to know lisp.

Replace (` x) with `x.
Replace (, y) with ,y.

So that entire last line should become:

    `(defvar ,var ,value ,doc))))

.

> -- HASM

-- 
Alan Mackenzie (Nuremberg, Germany).



  reply	other threads:[~2018-01-03 19:26 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 [this message]
2018-01-03 20:42         ` HASM
2018-01-03 22:23       ` Stefan Monnier
     [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='p2japk$25ug$1@news.muc.de' \
    --to=acm@muc.de \
    --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.