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 14:54:36 +0000 Message-ID: References: <2415037.T9kUmtCouK@hellion> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34483"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 44686@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 15:55:42 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 1kefut-0008oI-U9 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 16 Nov 2020 15:55:39 +0100 Original-Received: from localhost ([::1]:34008 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kefus-0004G6-Vp for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 16 Nov 2020 09:55:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kefuI-0004Dh-Kk for bug-gnu-emacs@gnu.org; Mon, 16 Nov 2020 09:55:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43971) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kefuI-00078v-9j for bug-gnu-emacs@gnu.org; Mon, 16 Nov 2020 09:55:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kefuI-0005dO-8c for bug-gnu-emacs@gnu.org; Mon, 16 Nov 2020 09:55:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 16 Nov 2020 14:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44686 X-GNU-PR-Package: emacs Original-Received: via spool by 44686-submit@debbugs.gnu.org id=B44686.160553847921619 (code B ref 44686); Mon, 16 Nov 2020 14:55:02 +0000 Original-Received: (at 44686) by debbugs.gnu.org; 16 Nov 2020 14:54:39 +0000 Original-Received: from localhost ([127.0.0.1]:55515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keftu-0005cd-Pa for submit@debbugs.gnu.org; Mon, 16 Nov 2020 09:54:38 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:49439) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keftt-0005cV-BZ for 44686@debbugs.gnu.org; Mon, 16 Nov 2020 09:54:37 -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 0AGEsahF026588; Mon, 16 Nov 2020 14:54:36 GMT In-Reply-To: <2415037.T9kUmtCouK@hellion> (Bjoern Bidar's message of "Mon, 16 Nov 2020 14:09:42 +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:193430 Archived-At: Bjoern Bidar writes: > 1. have a clean Emacs install and install helm > 2. Run is in *scratch*: > > #+BEGIN_SRC Emacs-lisp > (require 'helm-config) > (global-set-key (kbd "C-x C-f") #'helm-find-files) > #+END_SRC > > 3. Use the previously set key bind > > Loading the byte compiled file instead of the native-compiled file of helm-files > works fine. > > 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) > > > Backtrace: > > #+BEGIN_SRC > Debugger entered--Lisp error: (wrong-type-argument stringp t) > file-remote-p(t) > helm-find-files-input(t #("redistribute" 0 12 (face font-lock-comment-face > fontified t))) > helm-find-files-initial-input() > helm-find-files(nil) > funcall-interactively(helm-find-files nil) > command-execute(helm-find-files) > #+END_SRC Hi Bjoern, I've pushed a fix for this ~20min ago. Could you verify with 898f929215 the issue is solved for you? Thanks Andrea