Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feebleline error: (wrong-type-argument stringp (Git ~/emacs/)) #66

Closed
holtzermann17 opened this issue Aug 17, 2022 · 2 comments
Closed

Comments

@holtzermann17
Copy link

I'm not sure this is consequential, but I'm also getting a feebleline related segfault, tracked here, which implicates feebleline:

bug#56869

I wonder if these are related. The backtrace I get is:

Lisp Backtrace:
"call-process" (0xf14502f0)
"call-process-shell-command" (0xf1450248)
"shell-command" (0xf14501e0)
"shell-command-to-string" (0xf1450190)
"feebleline-git-branch" (0xf1450148)
"feebleline--insert-func" (0xffffb1b8)
"apply" (0xf14500e8)
"feebleline--insert" (0xf14500a8)
"feebleline--insert-ignore-errors" (0xf1450058)
"apply" (0xf1450050)
"timer-event-handler" (0xffffc608)
1789	in ../../../../../gdk/x11/gdkdevicemanager-xi2.c
@holtzermann17
Copy link
Author

holtzermann17 commented Aug 17, 2022

I changed my config to remove the git branch requirement:

(use-package    feebleline
  :ensure       t
  :config       (setq feebleline-msg-functions
                      '((now-string :post " ")
                        (feebleline-line-number         :post "" :fmt "%5s")
                        (feebleline-column-number       :pre ":" :fmt "%-2s")
                        (feebleline-file-directory      :face feebleline-dir-face :post "")
                        (feebleline-file-or-buffer-name :face font-lock-keyword-face :post "")
                        (feebleline-file-modified-star  :face font-lock-warning-face :post "")
;                        (feebleline-git-branch          :face feebleline-git-face :pre " : ")
                        (feebleline-project-name        :align right)))
                (feebleline-mode +1))

... Let's see if this avoids further crashes.

@holtzermann17
Copy link
Author

Probably the issue was to do with something else though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant