[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: auto-fill in message mode filling with prefix "> "
From: |
HASM |
Subject: |
Re: auto-fill in message mode filling with prefix "> " |
Date: |
Wed, 03 Jan 2018 09:55:10 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
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.
-- HASM
- Re: auto-fill in message mode filling with prefix "> ", (continued)
- Re: auto-fill in message mode filling with prefix "> ", Narendra Joshi, 2018/01/02
- Re: auto-fill in message mode filling with prefix "> ", Gijs Hillenius, 2018/01/03
- Re: auto-fill in message mode filling with prefix "> ", Eric S Fraga, 2018/01/03
- Message not available
- Re: auto-fill in message mode filling with prefix "> ",
HASM <=
- Re: auto-fill in message mode filling with prefix "> ", Alan Mackenzie, 2018/01/03
- Re: auto-fill in message mode filling with prefix "> ", HASM, 2018/01/03
- Re: auto-fill in message mode filling with prefix "> ", Stefan Monnier, 2018/01/03
- Message not available
- Re: auto-fill in message mode filling with prefix "> ", HASM, 2018/01/03
- Re: auto-fill in message mode filling with prefix "> ", Stefan Monnier, 2018/01/04
- Re: auto-fill in message mode filling with prefix "> ", HASM, 2018/01/03