From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Re: unescaped character literals Date: Thu, 08 Feb 2018 18:17:41 +0100 Organization: Aioe.org NNTP Server Message-ID: <86mv0jl7t6.fsf@zoho.com> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1518110761 25448 195.159.176.226 (8 Feb 2018 17:26:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 8 Feb 2018 17:26:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 08 18:25:57 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 1ejpxK-0006CD-7D for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Feb 2018 18:25:54 +0100 Original-Received: from localhost ([::1]:55153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejpzL-0007BG-IR for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Feb 2018 12:27:59 -0500 X-Received: by 10.28.192.4 with SMTP id q4mr2697wmf.25.1518110262908; Thu, 08 Feb 2018 09:17:42 -0800 (PST) Original-Path: usenet.stanford.edu!j65no2083703wmj.0!news-out.google.com!74ni17985wme.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: UHWYWQF2IuZrSKObhXEbig.user.gioia.aioe.org Original-X-Complaints-To: abuse@aioe.org Mail-Copies-To: never Cancel-Lock: sha1:JVqcKmNS7hKv3OC9Ao+VEBZ1T0M= X-Notice: Filtered by postfilter v. 0.8.3 Original-Xref: usenet.stanford.edu gnu.emacs.help:221818 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:115934 Archived-At: Andreas Röhler wrote: > When opening Emacs26-pretest, get a message: > > unescaped character literals `?)' detected! > > AFAIU it refers to a test which contains > > (should (eq (char-before) ?)) Perhaps just escape it? (should (eq (char-before) ?\)) ; t ? -- underground experts united http://user.it.uu.se/~embe8573