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 09:55:10 -0800 Organization: A noiseless patient Spider Message-ID: <871sj6bzep.fsf@127.0.0.1> References: <87zi5v8fq0.fsf@hillenius.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1515002330 15918 195.159.176.226 (3 Jan 2018 17:58:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2018 17:58:50 +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 18:58:46 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 1eWnJL-0003gc-It for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jan 2018 18:58:43 +0100 Original-Received: from localhost ([::1]:59797 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWnLK-0004uX-T9 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jan 2018 13:00:46 -0500 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-Injection-Info: reader02.eternal-september.org; posting-host="4e6c861b3647fb2d214043b621665dfc"; logging-data="9537"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+jE/Mu7Mq3vXP/suVPPrxjcw8x7GCIZxM=" Cancel-Lock: sha1:WN48KZL2B8n8z9lszH/w8YdVq9I= sha1:OD7Yz+uGPUYwswH7JAR82eLjwB8= Original-Xref: usenet.stanford.edu gnu.emacs.help:221434 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:115549 Archived-At: Eric S Fraga writes: > filladapt.el:79:1:Error: Loading =E2=80=98nil=E2=80=99: old-style backquo= tes 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)=20 (` (defvar (, var) (, value) (, doc)))))) with non-deprecated code. -- HASM