GNU bug report logs -
#44686
Subject: 28.0.50; [native-comp] breaks helm-find-files from keybind
Previous Next
Full log
Message #8 received at 44686 <at> debbugs.gnu.org (full text, mbox):
Bjoern Bidar <bjorn.bidar <at> thaodan.de> 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
This bug report was last modified 4 years and 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.