From: "andrés ramírez" <rrandresf@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 14120@debbugs.gnu.org
Subject: bug#14120: invalid load-history in emacsen that CANNOT_DUMP
Date: Tue, 18 Feb 2020 13:50:13 +0000 [thread overview]
Message-ID: <86o8twhune.fsf@gmail.com> (raw)
In-Reply-To: <jwvr1ysggou.fsf-monnier+emacs@gnu.org>
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
next prev parent reply other threads:[~2020-02-18 13:50 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-01 22:47 bug#14120: invalid load-history in emacsen that CANNOT_DUMP BT Templeton
2013-04-03 18:29 ` Stefan Monnier
2019-09-06 0:09 ` Glenn Morris
2020-02-17 13:34 ` Andrés Ramírez
2020-02-17 15:09 ` Stefan Monnier
2020-02-17 17:14 ` andrés ramírez
2020-02-17 17:46 ` Stefan Monnier
2020-02-18 1:01 ` andrés ramírez
2020-02-18 1:34 ` andrés ramírez
2020-02-18 13:40 ` Stefan Monnier
2020-02-18 13:50 ` andrés ramírez [this message]
2020-02-16 20:55 ` bug#14120: [Robert Weiner] Emacs history selection non-string arguments causing failures for a long time Stefan Monnier
2020-02-17 1:52 ` Stefan Monnier
2020-02-17 2:22 ` Robert Weiner
2020-02-17 3:18 ` Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86o8twhune.fsf@gmail.com \
--to=rrandresf@gmail.com \
--cc=14120@debbugs.gnu.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).