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 12:42:09 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

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

Ha! It's the parenthesis that are being deprecated:-)
Filladapt.el now compiles with no warnings.

-- HASM


reply via email to

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