From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Patch] Enable byte-compile-error-on-wran for error-free files in lisp/ Date: Sun, 25 Feb 2018 08:13:40 -0500 Message-ID: References: <87o9kii4an.fsf@cochranmail.com> <87371tn2qg.fsf@cochranmail.com> <83h8q64pd2.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1519564354 5186 195.159.176.226 (25 Feb 2018 13:12:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Feb 2018 13:12:34 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: rms@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 25 14:12:30 2018 Return-path: Envelope-to: ged-emacs-devel@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 1epw6Q-0000zl-3q for ged-emacs-devel@m.gmane.org; Sun, 25 Feb 2018 14:12:30 +0100 Original-Received: from localhost ([::1]:54431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epw8S-0001D1-Jh for ged-emacs-devel@m.gmane.org; Sun, 25 Feb 2018 08:14:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epw7l-0001BY-Ef for emacs-devel@gnu.org; Sun, 25 Feb 2018 08:13:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epw7k-0008Fj-Nh for emacs-devel@gnu.org; Sun, 25 Feb 2018 08:13:53 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:43117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epw7h-0008BE-5E; Sun, 25 Feb 2018 08:13:49 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w1PDDkx0003241; Sun, 25 Feb 2018 08:13:48 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 9E2A2605F6; Sun, 25 Feb 2018 08:13:40 -0500 (EST) In-Reply-To: <83h8q64pd2.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 24 Feb 2018 13:08:09 +0200") X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.1 X-NAI-Spam-Rules: 3 Rules triggered GEN_SPAM_FEATRE=0.1, EDT_SA_DN_PASS=0, RV6229=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6229> : inlines <6431> : streams <1779998> : uri <2599097> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:223022 Archived-At: >> Can you describe some of these situations and what the problem is? > One such case is in ruler.el; search for "unibyte". This use case ^^ ^^ ^^^ was? -mode multi IIUC. Stefan