From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#31551: 27.0.50; emacs hangs in hexl-mode on modula2 files Date: Wed, 20 Jun 2018 10:27:08 -0400 Message-ID: References: <83r2ll9rny.fsf@gnu.org> <83po14vtad.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1529504772 17083 195.159.176.226 (20 Jun 2018 14:26:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2018 14:26:12 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 31551@debbugs.gnu.org, alexandre.adolphe@gmail.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 20 16:26:07 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1fVe3j-0004M2-Nb for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Jun 2018 16:26:07 +0200 Original-Received: from localhost ([::1]:50028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVe5q-0004RE-Uw for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Jun 2018 10:28:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVe5e-0004Pd-3g for bug-gnu-emacs@gnu.org; Wed, 20 Jun 2018 10:28:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVe5a-0005ZU-4y for bug-gnu-emacs@gnu.org; Wed, 20 Jun 2018 10:28:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:49890) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVe5a-0005ZP-2F for bug-gnu-emacs@gnu.org; Wed, 20 Jun 2018 10:28:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fVe5Z-00012f-Qd for bug-gnu-emacs@gnu.org; Wed, 20 Jun 2018 10:28:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 20 Jun 2018 14:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31551 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 31551-submit@debbugs.gnu.org id=B31551.15295048323951 (code B ref 31551); Wed, 20 Jun 2018 14:28:01 +0000 Original-Received: (at 31551) by debbugs.gnu.org; 20 Jun 2018 14:27:12 +0000 Original-Received: from localhost ([127.0.0.1]:57786 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVe4m-00011e-5e for submit@debbugs.gnu.org; Wed, 20 Jun 2018 10:27:12 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:33120) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVe4k-00011W-6o for 31551@debbugs.gnu.org; Wed, 20 Jun 2018 10:27:11 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w5KERetb018191; Wed, 20 Jun 2018 10:27:40 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7592D660C7; Wed, 20 Jun 2018 10:27:08 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Wed, 06 Jun 2018 16:51:29 -0400") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6312=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6312> : inlines <6707> : streams <1790238> : uri <2661340> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:147658 Archived-At: >>> BTW, this "save previous major mode and then restore it" is something >>> done in other places (at least doc-view-mode comes to mind, but >>> I believe there are others as well) and we should try and avoid >>> duplicating that code (i.e. develop a "standard" way to do it). >> In the long run, certainly. > Lightly tested patch below, I interpret the lack of reaction as a tacit agreement that it's a good idea. So I plan on cleaning it up (and adding an entry in NEWS, not sure if it deserves an entry in the lispref) and installing it into master. Stefan