From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: HASM Newsgroups: gmane.emacs.help Subject: Re: auto-fill in message mode filling with prefix "> " Date: Wed, 03 Jan 2018 12:42:09 -0800 Organization: A noiseless patient Spider Message-ID: <87wp0yad3y.fsf@127.0.0.1> References: <87zi5v8fq0.fsf@hillenius.net> <871sj6bzep.fsf@127.0.0.1> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1515012254 7301 195.159.176.226 (3 Jan 2018 20:44:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2018 20:44:14 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 03 21:44:10 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWptP-0001Vl-K8 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jan 2018 21:44:07 +0100 Original-Received: from localhost ([::1]:36419 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWpvN-0004kd-6c for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jan 2018 15:46:10 -0500 Original-Path: usenet.stanford.edu!fu-berlin.de!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!2a00:1d38:fa:105::183.MISMATCH!feed.usenet.farm!feeder3.usenet.farm!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-Injection-Info: reader02.eternal-september.org; posting-host="4e6c861b3647fb2d214043b621665dfc"; logging-data="22733"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19yfT5bOqAiWWFymtUb9kocN1LnR+H2qAg=" Cancel-Lock: sha1:uapRM7I3L1bDw48Lua6ju0ng3rA= sha1:ptqV2dylOT8Aqv4yII9XwFi3Km4= Original-Xref: usenet.stanford.edu gnu.emacs.help:221440 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:115556 Archived-At: >> 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