From unknown Fri Aug 15 14:47:26 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#35499 <35499@debbugs.gnu.org> To: bug#35499 <35499@debbugs.gnu.org> Subject: Status: 27; lisp/font-lock.el - font-lock-maximum-size obsolete since 24.1 Reply-To: bug#35499 <35499@debbugs.gnu.org> Date: Fri, 15 Aug 2025 21:47:26 +0000 retitle 35499 27; lisp/font-lock.el - font-lock-maximum-size obsolete since= 24.1 reassign 35499 emacs submitter 35499 Van L severity 35499 minor tag 35499 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 29 21:58:30 2019 Received: (at submit) by debbugs.gnu.org; 30 Apr 2019 01:58:30 +0000 Received: from localhost ([127.0.0.1]:40265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hLI2P-0000Ra-TH for submit@debbugs.gnu.org; Mon, 29 Apr 2019 21:58:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hLI2O-0000RO-Hg for submit@debbugs.gnu.org; Mon, 29 Apr 2019 21:58:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:37263) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLI2J-00076m-5G for submit@debbugs.gnu.org; Mon, 29 Apr 2019 21:58:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLI2I-00059T-AD for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 21:58:23 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLI2G-00075l-BT for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 21:58:22 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:55277) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLI2D-00074f-Ew for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 21:58:18 -0400 X-Originating-IP: 193.82.250.63 Received: from epi.local (193-82-250-63.tpgi.com.au [193.82.250.63]) (Authenticated sender: van@scratch.space) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id E0DFF60006 for ; Tue, 30 Apr 2019 01:58:10 +0000 (UTC) From: Van L Content-Type: multipart/mixed; boundary="Apple-Mail=_2660F4C2-7458-485C-BD0C-98B767821D93" Subject: 27; lisp/font-lock.el - font-lock-maximum-size obsolete since 24.1 Message-Id: <80F2C0A3-C2CD-4B10-BA15-08E26BCAE211@scratch.space> Date: Tue, 30 Apr 2019 11:58:05 +1000 To: bug-gnu-emacs@gnu.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.195 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) --Apple-Mail=_2660F4C2-7458-485C-BD0C-98B767821D93 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Hello, The commentary mentions this variable obsolete since 24.1 . --Apple-Mail=_2660F4C2-7458-485C-BD0C-98B767821D93 Content-Disposition: attachment; filename=xxx-font-lock-maximum-size--obsolete-since-24.1 Content-Type: application/octet-stream; name="xxx-font-lock-maximum-size--obsolete-since-24.1" Content-Transfer-Encoding: quoted-printable diff=20--git=20a/lisp/font-lock.el=20b/lisp/font-lock.el=0Aindex=20= d0f7096ab8..dfae1ccd5e=20100644=0A---=20a/lisp/font-lock.el=0A+++=20= b/lisp/font-lock.el=0A@@=20-45,11=20+45,11=20@@=0A=20;;=0A=20;;=20=20= (global-font-lock-mode=20t)=0A=20;;=0A-;;=20Fontification=20for=20a=20= particular=20mode=20may=20be=20available=20in=20a=20number=20of=20levels=0A= -;;=20of=20decoration.=20=20The=20higher=20the=20level,=20the=20more=20= decoration,=20but=20the=20more=20time=0A-;;=20it=20takes=20to=20fontify.=20= =20See=20the=20variable=20`font-lock-maximum-decoration',=20and=0A-;;=20= also=20the=20variable=20`font-lock-maximum-size'.=20=20Support=20modes=20= for=20Font=20Lock=0A-;;=20mode=20can=20be=20used=20to=20speed=20up=20= Font=20Lock=20mode.=20=20See=20`font-lock-support-mode'.=0A+;;=20= Fontification=20for=20a=20particular=20mode=20may=20be=20available=20in=20= a=20number=20of=0A+;;=20levels=20of=20decoration.=20=20The=20higher=20= the=20level,=20the=20more=20decoration,=0A+;;=20but=20the=20more=20time=20= it=20takes=20to=20fontify.=20=20Support=20modes=20for=20Font=20Lock=0A= +;;=20mode=20can=20be=20used=20to=20speed=20up=20Font=20Lock=20mode.=20=20= See=20the=20variable=0A+;;=20`font-lock-maximum-decoration',=20and=20= `font-lock-support-mode'.=0A=20=0C=0A=20;;;=20How=20Font=20Lock=20mode=20= fontifies:=0A=20=0A= --Apple-Mail=_2660F4C2-7458-485C-BD0C-98B767821D93-- From debbugs-submit-bounces@debbugs.gnu.org Fri May 03 05:28:22 2019 Received: (at 35499) by debbugs.gnu.org; 3 May 2019 09:28:22 +0000 Received: from localhost ([127.0.0.1]:47738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hMUUQ-0002pF-84 for submit@debbugs.gnu.org; Fri, 03 May 2019 05:28:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hMUUN-0002ow-4z; Fri, 03 May 2019 05:28:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMUUG-0002rh-By; Fri, 03 May 2019 05:28:12 -0400 Received: from [176.228.60.248] (port=1154 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hMUUF-0000JM-9K; Fri, 03 May 2019 05:28:11 -0400 Date: Fri, 03 May 2019 12:27:53 +0300 Message-Id: <83zho3nazq.fsf@gnu.org> From: Eli Zaretskii To: Van L In-reply-to: <80F2C0A3-C2CD-4B10-BA15-08E26BCAE211@scratch.space> (message from Van L on Tue, 30 Apr 2019 11:58:05 +1000) Subject: Re: bug#35499: 27; lisp/font-lock.el - font-lock-maximum-size obsolete since 24.1 References: <80F2C0A3-C2CD-4B10-BA15-08E26BCAE211@scratch.space> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35499 Cc: 35499@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 35499 notabug close 35499 thanks > From: Van L > Date: Tue, 30 Apr 2019 11:58:05 +1000 > > The commentary mentions this variable obsolete since 24.1 . That's fine for a commentary (as opposed to documentation). We should remove that when we remove the variable itself, not before. Thanks. From unknown Fri Aug 15 14:47:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 31 May 2019 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator