all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bastien Guerry <bzg@altern.org>
To: Ulrich Scholz <d5@thispla.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Error while loading 50dictionaries-common
Date: Tue, 12 Feb 2008 13:05:06 +0000	[thread overview]
Message-ID: <87skzywcjh.fsf@bzg.ath.cx> (raw)
In-Reply-To: <af04c0e3-060b-463a-b774-49e58e280e2c@m34g2000hsf.googlegroups.com> (Ulrich Scholz's message of "Mon, 11 Feb 2008 07:50:13 -0800 (PST)")

Ulrich Scholz <d5@thispla.net> writes:

> Dear all,
>
> I'm using Emacs 22 on Debian.  After upgrading from Emacs 21, I get
> the error
>
>    Error while loading 50dictionaries-common
>
> What to do?

Maybe you can make sure that you're adding all relevant directories to
your load-path - this will do:

(mapcar '(lambda (f)
	   (and (not (string= (substring f -3) "/.."))
		(file-directory-p f)
		(add-to-list 'load-path f)))
	(directory-files "/usr/share/emacs/site-lisp" t))

(mapcar '(lambda (f)
	   (and (not (string= (substring f -3) "/.."))
		(file-directory-p f)
		(add-to-list 'load-path f)))
	(directory-files "/usr/local/share/emacs/site-lisp" t))

-- 
Bastien




  parent reply	other threads:[~2008-02-12 13:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-11 15:50 Error while loading 50dictionaries-common Ulrich Scholz
2008-02-12 10:47 ` Peter Dyballa
2008-02-12 13:05 ` Bastien Guerry [this message]
     [not found] ` <mailman.7333.1202821518.18990.help-gnu-emacs@gnu.org>
2008-02-12 17:02   ` Ulrich Scholz
2008-02-12 18:55     ` Steve Taylor
2008-02-12 22:34     ` Tim X
2008-02-15 11:25       ` Ulrich Scholz
2008-02-15 18:43         ` Thierry Volpiatto

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=87skzywcjh.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=d5@thispla.net \
    --cc=help-gnu-emacs@gnu.org \
    /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.