unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: emacs-devel@gnu.org
Subject: "unescaped character literals detected"
Date: Thu, 04 May 2017 17:38:55 +0300	[thread overview]
Message-ID: <834lx0hekg.fsf@gnu.org> (raw)

Compiling the Lisp files in the current master produces quite a few of
these new warnings, see below.  I hope someone is looking into
eliminating them, otherwise we introduced a safety feature that does
nothing except annoying us.

Also, there seem to be several instances of the same warning, only one
of which points out the line number where the problem happens.  Is it
possible to output only that final warning?  The rest of them, those
without a line number, are useless, as there's no practical way of
finding the offending code unless you know exactly what to look for
(and the wording isn't specific enough to allow the latter).

Thanks.

  60 matches for "unescaped" in buffer: build-log
     1002:Loading `skeleton': unescaped character literals (, ), [, ] detected!
     1058:Loading `skeleton': unescaped character literals (, ), [, ] detected!
     1109:Loading `cperl-mode': unescaped character literals (, ), [, ] detected!
     1205:skeleton.el:490:1:Warning: unescaped character literals (, ), [, ] detected!
     1247:woman.el:4404:1:Warning: unescaped character literals [, ] detected!
     1387:calendar/timeclock.el:640:1:Warning: unescaped character literals [, ]
     3436:emulation/viper-cmd.el:91:1:Warning: unescaped character literals (, ), [, ]
     3450:Loading `viper-cmd': unescaped character literals (, ), [, ] detected!
     3626:Loading `ob-ref': unescaped character literals (, ) detected!
     3883:language/japan-util.el:100:1:Warning: unescaped character literals [, ]
     3915:leim/quail/cyrillic.el:181:1:Warning: unescaped character literals (, )
     3917:leim/quail/cyrillic.el:737:1:Warning: unescaped character literals (, )
     4070:mh-e/mh-search.el:1504:1:Warning: unescaped character literals (, ) detected!
     4167:Loading `xsd-regexp': unescaped character literals (, ), [, ] detected!
     4169:Loading `xsd-regexp': unescaped character literals (, ), [, ] detected!
     4219:Loading `xsd-regexp': unescaped character literals (, ), [, ] detected!
     4224:nxml/xsd-regexp.el:621:1:Warning: unescaped character   ELC      obsolete/cc-com
     4241:obsolete/complete.el:436:1:Warning: unescaped character literals [, ]
     4299:obsolete/vi.el:1437:1:Warning: unescaped character literals (, ), [, ]
     4315:Loading `ob-ref': unescaped character literals (, ) detected!
     4317:Loading `ob-ref': unescaped character literals (, ) detected!
     4318:Loading `ob-ref': unescaped character literals (, ) detected!
     4319:Loading `obL-ref': unescaped cohaadriancg `toebr-r elfi't:e runaeslcsap ed( ,ch
     4322:Loading `ob-ref': unescaped   ELC      org/ob-core.elcch
     4331:Loading `ob-ref': unescaped character literals (, ) detected!
     4332:Loading `ob-ref': unescaped character literals (, ) detected!
     4333:Loading `ob-ref': unescaped character literals (, ) detected!
     4335:Loading `ob-ref': unescaped character literals (, ) detected!
     4341:Loading `ob-ref': unescaped character literals (, ) detected!
     4342:Loading `ob-ref': unescaped character literals (, ) detected!
     4343:Loading `ob-ref': unescaped character literals (, ) detected!
     4344:Loading `ob-ref': unescaped character literals (, ) detected!
     4345:Loading `ob-ref': unescaped character literals (, ) detected!
     4350:Loading `ob-ref': unescaped character literals (, ) detected!
     4353:Loading `ob-ref': unescaped character literals (, ) detected!
     4354:Loading `ob-ref': unescaped character literals (, ) detected!
     4355:Loading `ob-ref': unescaped character literals (, ) detected!
     4356:Loading `ob-ref': unescaped character literals (, ) detected!
     4365:Loading `ob-ref': unescaped character literals (, ) detected!
     4368:Loading `ob-ref': unescaped character literals (, ) detected!
     4370:oading `ob-ref': unescaped character literals (, ) detected!
     4372:Loading `ob-ref': unescaped character literals (, ) detected!
     4375:Loading `ob-ref': unescaped character literals (, ) detected!
     4377:Loading `ob-ref': unescaped character literals (, ) detected!
     4380:Loading `ob-ref': unescaped character literals (, ) detected!
     4381:Loading `ob-ref': unescaped character literals (, ) detected!
     4384:org/ob-ref.el:126:1:Warning: unescaped chaLracotaedri nlgi t`eorba-lrse f(',:  )
     4703:Loading `ada-mode': unescaped character literals (, ) detected!
     4704:Loading `ada-mode': unescaped character literals (, ) detected!
     4708:-mode.el:1651:1:Warning: unescaped character literals (, )
     4710:Loading `ada-mode': unescaped character literals (, ) detected!
     4725:progmodes/cperl-mode.el:2146:1:Warning: unescaped character literals (, ), [,
     4750:Loading `gud': unescaped character literals (, ), [, ] detected!
     4761:progmodes/gud.el:3097:1:Warning: unescaped character literals (, ), [, ]
     4777:progmodes/idlw-shell.el:4145:1:Warning: unescaped character literals [, ]
     4808:progmodes/sh-script.el:602:1:Warning: unescaped character literals (, ), [, ]
     4815:progmodes/tcl.el:1524:1:Warning: unescaped character literals [, ] detected!
     4843:progmodes/verilog-mode.el:14003:1:Warning: unescaped character literals ;
     4845:progmodes/verilog-mode.el:14013:1:Warning: unescaped character literals ;
     4847:progmodes/verilog-mode.el:14205:1:Warning: unescaped character literals ;



             reply	other threads:[~2017-05-04 14:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-04 14:38 Eli Zaretskii [this message]
2017-05-05 19:49 ` "unescaped character literals detected" Kaushal Modi
2017-05-05 20:00   ` Help fix unescaped character literals detected warnings in verilog-mode (Was: Re: "unescaped character literals detected") Kaushal Modi
2017-05-05 20:02     ` Philipp Stephani
2017-05-05 20:14       ` Kaushal Modi
2017-05-05 21:35         ` Philipp Stephani
2017-05-07 12:36           ` Philipp Stephani
2017-05-07 12:48             ` Kaushal Modi
2017-05-07 16:36             ` Eli Zaretskii
2017-05-05 20:33     ` Help fix unescaped character literals detected warnings in verilog-mode Stefan Monnier
2017-05-06 22:44       ` Richard Stallman
2017-05-13 10:31         ` Philipp Stephani
2017-05-05 20:04   ` "unescaped character literals detected" Philipp Stephani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=834lx0hekg.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).