From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [emacs-announce] Emacs 26.1.90 pretest Date: Tue, 20 Nov 2018 17:53:57 +0200 Message-ID: <83y39niw2y.fsf@gnu.org> References: <87o9alm5ba.fsf@petton.fr> <83tvkdrp80.fsf@gnu.org> 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 1542729167 27775 195.159.176.226 (20 Nov 2018 15:52:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2018 15:52:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 20 16:52:43 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 1gP8KR-00074h-0G for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2018 16:52:43 +0100 Original-Received: from localhost ([::1]:34421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gP8MX-00070V-LT for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2018 10:54:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gP8Lo-0006zY-F3 for emacs-devel@gnu.org; Tue, 20 Nov 2018 10:54:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gP8Lf-0005jq-VQ for emacs-devel@gnu.org; Tue, 20 Nov 2018 10:54:06 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gP8LW-0005YD-Nm; Tue, 20 Nov 2018 10:53:56 -0500 Original-Received: from [176.228.60.248] (port=3532 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gP8LV-0002Yd-Pq; Tue, 20 Nov 2018 10:53:50 -0500 In-reply-to: (message from Jean-Christophe Helary on Tue, 20 Nov 2018 12:17:27 +0900) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Topics: emacs-announce 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:231249 Archived-At: > From: Jean-Christophe Helary > Date: Tue, 20 Nov 2018 12:17:27 +0900 > > I just built master this morning and web-mode does not work as it did yesterday. Did you really mean "master", i.e. the master branch? Emacs 26.1.90 was produced from the emacs-26 branch, not from master. > Namely: > • it doesn't automatically close a tag when • it doesn't indent child tags when typing a tag inside a block > > When I do M-x web-mode within web-mode I get the following error: > Lisp nesting exceeds ‘max-lisp-eval-depth’ If this is about the 26.1.90 pretest, then my naïve attempt to reproduce this, by loading the latest web-mode into "emacs -Q" and then editing in web-mode buffer, failed: what you say stopped working for you did work for me. So please submit a full bug report with all the details, including a recipe to reproduce the problem starting from "emacs -Q" and loading everything you need (web-mode, obviously, but also whatever else is needed for reproducing the issue). Please use report-emacs-bug to include in the report important details about your build and run environment. Thanks.