bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44686: Subject: 28.0.50; [native-comp] breaks helm-find-files from k


From: Andrea Corallo
Subject: bug#44686: Subject: 28.0.50; [native-comp] breaks helm-find-files from keybind
Date: Mon, 16 Nov 2020 20:18:50 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Bjoern Bidar <bjorn.bidar@thaodan.de> writes:

> Am Montag, 16. November 2020, 16:54:36 EET schrieb Andrea Corallo:
>> Bjoern Bidar <bjorn.bidar@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
>
> Hey Andrea,
>
> The fix works for me however it require my to recompile the faulty files 
> (deleting the ELN cache) before it worked.

Hi Björn,

yeah that's expected, sorry forgot to mention it.

great closing it, thanks for reporting it :)

  Andrea





reply via email to

[Prev in Thread] Current Thread [Next in Thread]