From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Yuri D'Elia Newsgroups: gmane.emacs.devel Subject: Re: Error when completing C-h f Date: Mon, 20 Feb 2017 18:23:29 +0100 Message-ID: <87a89gai9a.fsf@wavexx.thregr.org> References: <87o9xw953c.fsf@wavexx.thregr.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1487611454 20916 195.159.176.226 (20 Feb 2017 17:24:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2017 17:24:14 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 26.0.50.6 Cc: emacs-devel@gnu.org To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 20 18:24:08 2017 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 1cfrh1-0004hq-Re for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2017 18:24:07 +0100 Original-Received: from localhost ([::1]:40088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfrh4-00028k-9R for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2017 12:24:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfrgX-00028P-65 for emacs-devel@gnu.org; Mon, 20 Feb 2017 12:23:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfrgW-0003gU-Cm for emacs-devel@gnu.org; Mon, 20 Feb 2017 12:23:37 -0500 Original-Received: from erc.thregr.org ([2001:41c9:1:41f::63]:38980) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cfrgW-0003eM-6u for emacs-devel@gnu.org; Mon, 20 Feb 2017 12:23:36 -0500 Original-Received: from [2a02:27e8:20:9049:56ee:75ff:fe83:444c] (helo=localhost) by erc.thregr.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1cfrgP-0002rn-Em (envelope-from ); Mon, 20 Feb 2017 18:23:29 +0100 In-reply-to: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:41c9:1:41f::63 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:212502 Archived-At: On Mon, Feb 20 2017, Kaushal Modi wrote: > Which commit are you on? > > I am on the b2b3159 build "mm-decode.el: Simplify regexp used to search > html meta tag" .. cannot recreate this problem in emacs -Q or with my > config loaded: I'm on 589bd0c22b2d55c3d0339221f67235b33be93f68. I cannot replicate this with -Q either, so there's something that is triggered by my setup. However, emacs25 (from debian unstable) on the same configuration does not trigger the issue.