GNU bug report logs -
#14120
invalid load-history in emacsen that CANNOT_DUMP
Previous Next
Reported by: BT Templeton <bt <at> hcoop.net>
Date: Mon, 1 Apr 2013 22:55:01 UTC
Severity: normal
Found in version 27.0.50
Fixed in version 27.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Stefan.
Stefan> Can you grep for `smartparens-config` in all your Elisp files
Stefan> and show us the surrounding Lisp code?
This is my emacs invoking line:
--8<---------------cut here---------------start------------->8---
gdb --args ./emacs -Q --eval "(progn (setq my-cli-not-init-pkgs-flag t)(load \"~/.emacs.d/init.el\") (s-load-now/god-mode)(s-load-now/ace-window-mode)(s-load-now/smartparens) (run-at-time \"1\" nil #'find-file \"~/notes.md\"))"
--8<---------------cut here---------------end--------------->8---
This is s-load-now/smartparens
--8<---------------cut here---------------start------------->8---
(defun s-load-now/smartparens ()
"load smartparent for emacs-23
despues de instalarlo necesitaba un require para que funcione globalmente
just do smartparens-global-mode"
(interactive)
(when (file-exists-p "~/.emacs.d/elpa/dash/dash.el")
(load-file "~/.emacs.d/elpa/dash/dash.el")
(when (file-exists-p "~/.emacs.d/lisp/smartparens")
(add-to-list 'load-path "~/.emacs.d/lisp/smartparens")
(require (quote smartparens-config))
(smartparens-global-mode)
)))
--8<---------------cut here---------------end--------------->8---
Best Regards
This bug report was last modified 5 years and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.