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

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

Help debugging a backtrace


From: Kaushal Modi
Subject: Help debugging a backtrace
Date: Wed, 27 Apr 2016 18:28:40 +0000

Hi,

I was experimenting running emacs on Android using Termux (
https://play.google.com/store/apps/details?id=com.termux ) inspired by this
blog post by Artur Malabarba (
http://endlessparentheses.com/running-emacs-on-android.html ).

I have got things almost working except for seemingly random error messages
like the one in the below backtrace.

https://gist.github.com/kaushalmodi/4ec8d9b8e3dae268c951be743b5d05ae

Here, I was trying to use the er/expand-region command (
https://github.com/magnars/expand-region.el ). That in turn seems to
require clojure-mode (as I happen to have that installed too). And after
that it leads to this error:

Debugger entered--Lisp error: (wrong-type-argument stringp (require .
finder-inf))

string-match("\\(\\`\\|/\\)clojure-mode\\(\\.elc\\|\\.el\\)?\\(\\.gz\\)?\\'"
(require . finder-inf))

load-history-filename-element("\\(\\`\\|/\\)clojure-mode\\(\\.elc\\|\\.el\\)?\\(\\.gz\\)?\\'")
  eval-after-load("clojure-mode" #[nil "\300\301!\207" [require
clojure-mode-expansions] 2])

.. which I do not understand how and why.

I have seen the same (require . finder-inf) error pop-up when I tried to do
something in dired too.

This problem did not occur for the short time I tried out emacs -Q. This
problem also does not occur as soon as I launch emacs with my config in
Termux; it happens only when certain packages are required.

I'd like to understand the above backtrace so that I can possible fix
something in my config or at least understand if something went wrong in
the building of emacs for that platform.

Thanks for reading my email.

Kaushal
-- 

-- 
Kaushal Modi


reply via email to

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