From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#44686: Subject: 28.0.50; [native-comp] breaks helm-find-files from keybind Date: Mon, 16 Nov 2020 20:18:50 +0000 Message-ID: References: <2415037.T9kUmtCouK@hellion> <9115940.EErmzo8kgE@odin> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27571"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 44686-done@debbugs.gnu.org To: Bjoern Bidar Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Nov 16 21:19:13 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1keky0-00074s-Og for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 16 Nov 2020 21:19:12 +0100 Original-Received: from localhost ([::1]:40832 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kekxz-0000E0-Ou for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 16 Nov 2020 15:19:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40200) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kekxq-00006r-AP for bug-gnu-emacs@gnu.org; Mon, 16 Nov 2020 15:19:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45875) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kekxp-0002ZR-Ub for bug-gnu-emacs@gnu.org; Mon, 16 Nov 2020 15:19:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kekxp-0006pv-R0 for bug-gnu-emacs@gnu.org; Mon, 16 Nov 2020 15:19:01 -0500 Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 16 Nov 2020 20:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 44686 X-GNU-PR-Package: emacs Mail-Followup-To: 44686@debbugs.gnu.org, akrl@sdf.org, bjorn.bidar@thaodan.de Original-Received: via spool by 44686-done@debbugs.gnu.org id=D44686.160555793426259 (code D ref 44686); Mon, 16 Nov 2020 20:19:01 +0000 Original-Received: (at 44686-done) by debbugs.gnu.org; 16 Nov 2020 20:18:54 +0000 Original-Received: from localhost ([127.0.0.1]:57419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kekxh-0006pS-PB for submit@debbugs.gnu.org; Mon, 16 Nov 2020 15:18:53 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:50660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kekxg-0006pK-46 for 44686-done@debbugs.gnu.org; Mon, 16 Nov 2020 15:18:52 -0500 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTP id 0AGKIoeb017156; Mon, 16 Nov 2020 20:18:50 GMT In-Reply-To: <9115940.EErmzo8kgE@odin> (Bjoern Bidar's message of "Mon, 16 Nov 2020 21:42:13 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:193470 Archived-At: Bjoern Bidar writes: > Am Montag, 16. November 2020, 16:54:36 EET schrieb Andrea Corallo: >> Bjoern Bidar writes: >> > 1. have a clean Emacs install and install helm >> > 2. Run is in *scratch*: >> >=20 >> > #+BEGIN_SRC Emacs-lisp >> > (require 'helm-config) >> > (global-set-key (kbd "C-x C-f") #'helm-find-files) >> > #+END_SRC >> >=20 >> > 3. Use the previously set key bind >> >=20 >> > Loading the byte compiled file instead of the native-compiled file of >> > helm-files works fine. >> >=20 >> > I noticed the error got introduced after the 17th of September. >> > After before that I made a build and today a made a new build and hit >> > the bug. >> > (I rebase feature/native-comp regularly on pgtk as seen here: >> > https://github.com/Thaodan/emacs/tree/feature/pgtk%2Bnative_comp) >> >=20 >> >=20 >> > Backtrace: >> >=20 >> > #+BEGIN_SRC >> > Debugger entered--Lisp error: (wrong-type-argument stringp t) >> >=20 >> > file-remote-p(t) >> > helm-find-files-input(t #("redistribute" 0 12 (face >> > font-lock-comment-face >> >=20 >> > fontified t))) >> >=20 >> > helm-find-files-initial-input() >> > helm-find-files(nil) >> > funcall-interactively(helm-find-files nil) >> > command-execute(helm-find-files) >> >=20 >> > #+END_SRC >>=20 >> Hi Bjoern, >>=20 >> I've pushed a fix for this ~20min ago. >>=20 >> Could you verify with 898f929215 the issue is solved for you? >>=20 >> Thanks >>=20 >> Andrea > > Hey Andrea, > > The fix works for me however it require my to recompile the faulty files= =20 > (deleting the ELN cache) before it worked. Hi Bj=C3=B6rn, yeah that's expected, sorry forgot to mention it. great closing it, thanks for reporting it :) Andrea