all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ihar Suvorau <ihar.suvorau@gmail.com>
To: Noam Postavsky <npostavs@users.sourceforge.net>
Cc: 30288@debbugs.gnu.org
Subject: bug#30288: 25.3; crashes on "add-to-list orgmode.org/elpa"
Date: Fri, 2 Feb 2018 22:53:31 +0300	[thread overview]
Message-ID: <CAB-vsfKejevLbCNoxB5PYdcrsvz5LW8EjZJh4Vg299GzRHF4Yg@mail.gmail.com> (raw)
In-Reply-To: <878tccgr1q.fsf@users.sourceforge.net>

[-- Attachment #1: Type: text/plain, Size: 1544 bytes --]

>
> Can you reproduce the crash with those file loads commented out?  In
> that case we could ignore them.
>

Yes, we can ignore these included files. The crash is still here without
them.

Do you get a crash only when both of those statements are uncommented,
> or is it either one?  Does M-x list-load-path-shadows RET give you any
> hits in ~/.emacs.d/lisp?
>

Well, that's funny, both these lines independently cause the crash.

This configuration crashes:

(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/")
t)
;(add-to-list 'load-path "~/.emacs.d/lisp/")

This config also crashes:

;(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/")
t)
(add-to-list 'load-path "~/.emacs.d/lisp/")



On Fri, Feb 2, 2018 at 3:42 AM, Noam Postavsky <
npostavs@users.sourceforge.net> wrote:

> Ihar Suvorau <ihar.suvorau@gmail.com> writes:
>
> > The rest of the init.el -- sure. Except init.el I have other files
> > which are included at the bottom.
>
> Can you reproduce the crash with those file loads commented out?  In
> that case we could ignore them.
>
> > ;(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/")
> t)      <-------------- commented out because of crashes
> > ;(add-to-list 'load-path "~/.emacs.d/lisp/")
>                                                 <-------------- commented
> out because of crashes
>
> Do you get a crash only when both of those statements are uncommented,
> or is it either one?  Does M-x list-load-path-shadows RET give you any
> hits in ~/.emacs.d/lisp?
>

[-- Attachment #2: Type: text/html, Size: 3000 bytes --]

  reply	other threads:[~2018-02-02 19:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-29 23:03 bug#30288: 25.3; crashes on "add-to-list orgmode.org/elpa" Ihar Suvorau
2018-01-30 13:54 ` Eli Zaretskii
2018-01-31 11:30 ` Noam Postavsky
2018-02-01 19:56   ` Ihar Suvorau
2018-02-02  0:42     ` Noam Postavsky
2018-02-02 19:53       ` Ihar Suvorau [this message]
2018-02-03  8:21         ` Eli Zaretskii
2018-02-03 16:49           ` Noam Postavsky
2018-02-02 20:02       ` Ihar Suvorau
2018-02-07 12:49 ` Noam Postavsky
2018-02-07 16:08   ` Ihar Suvorau

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAB-vsfKejevLbCNoxB5PYdcrsvz5LW8EjZJh4Vg299GzRHF4Yg@mail.gmail.com \
    --to=ihar.suvorau@gmail.com \
    --cc=30288@debbugs.gnu.org \
    --cc=npostavs@users.sourceforge.net \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.