help-gnu-emacs
[Top][All Lists]
Advanced

[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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]