From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: [Patch] hard-widen-limits [was Re: Syntax tables for multiple modes [was: bug#22983: syntax-ppss returns wrong result.]] Date: Sun, 24 Apr 2016 21:05:25 +0200 Message-ID: <878u02esju.fsf@linux-m68k.org> References: <20160311151512.GD2888@acm.fritz.box> <8737risu8d.fsf@gmail.com> <87mvpqqxy7.fsf@gmail.com> <877fguqp8x.fsf@gmail.com> <87bn65pgk2.fsf@gmail.com> <87y499nz79.fsf@gmail.com> <87zithez9b.fsf@gmail.com> <940ff677-80dc-848b-5626-23c7ac1591df@yandex.ru> <87k2jneaio.fsf@gmail.com> <87mvoj4gai.fsf@Rainer.invalid> <87a8kjdyvx.fsf@gmail.com> <87lh43dty8.fsf@linux-m68k.org> <874mardm1u.fsf@gmail.com> <87h9erdlnt.fsf@linux-m68k.org> <87zisjc63c.fsf@gmail.com> <87d1pfdkcc.fsf@linux-m68k.org> <87vb36dgx7.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1461524760 20301 80.91.229.3 (24 Apr 2016 19:06:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Apr 2016 19:06:00 +0000 (UTC) Cc: Achim Gratz , emacs-devel@gnu.org To: Vitalie Spinu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 24 21:05:52 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1auPLs-00011Q-1b for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2016 21:05:52 +0200 Original-Received: from localhost ([::1]:56288 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auPLr-0001IE-BK for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2016 15:05:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auPLY-0001Fi-K1 for emacs-devel@gnu.org; Sun, 24 Apr 2016 15:05:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1auPLU-0001vi-E7 for emacs-devel@gnu.org; Sun, 24 Apr 2016 15:05:32 -0400 Original-Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:50099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auPLU-0001ve-7D for emacs-devel@gnu.org; Sun, 24 Apr 2016 15:05:28 -0400 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3qtJhl023xz3hjkG; Sun, 24 Apr 2016 21:05:26 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3qtJhk6lpWzvkG7; Sun, 24 Apr 2016 21:05:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id 31aGQ8Ycho18; Sun, 24 Apr 2016 21:05:26 +0200 (CEST) X-Auth-Info: pRGLQGu5V1JEI/7A9BGxlzd1sYYMCXFl2M/c0UecmCBKVUE1xnmwRyJ1HqKY9AmR Original-Received: from igel.home (ppp-88-217-26-122.dynamic.mnet-online.de [88.217.26.122]) by mail.mnet-online.de (Postfix) with ESMTPA; Sun, 24 Apr 2016 21:05:26 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 1000) id D28CB2C33EC; Sun, 24 Apr 2016 21:05:25 +0200 (CEST) X-Yow: I'll clean your ROOM!! I know some GOOD stories, too!! All about ROAD Island's, HUSH Puppies, and how LUKE finds GOLD on his LAND!! In-Reply-To: <87vb36dgx7.fsf@gmail.com> (Vitalie Spinu's message of "Sun, 24 Apr 2016 20:01:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 2001:a60:0:28:0:1:25:1 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:203273 Archived-At: Vitalie Spinu writes: > What exactly I cannot change? I am changing the number of argument of widen > (from zero to one) and adjusting the byte code table. Do you say that's not the > right way to do it? How should I do it then? All bytecode ops are part of the ABI. You cannot just change them without breaking existing elc files. Either introduce a new op or leave the one-argument form as is. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."