Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(error "Cannot open doc string file \"/usr/share/emacs/24.1.50/etc/DOC-24.1.50.1\"") #155

Closed
einSelbst opened this issue May 23, 2012 · 9 comments

Comments

@einSelbst
Copy link

Not sure if this is really a Emacs-Prelude thing, however

after updating Emacs on Ubuntu Lucid there seems to be no DOC file in the etc/ Directory anymore.
When I try to start Emacs with Prelude symlinked via .emacs.d I run into this issue:

Debugger entered--Lisp error: (error "Cannot open doc string file "/usr/share/emacs/24.1.50/etc/DOC-24.1.50.1"")
ad-real-documentation(#[(beg end &optional yank-handler) "�\203�
ad-make-advised-docstring(kill-region)
ad-real-documentation(#[(beg end &optional yank-handler) "\304�\305 \n�#\211�)\207" [ad-return-value beg end yank-handler nil ad-Orig-kill-region] 5 #("Advice doc string" 0 17 (ad-advice-info kill-region)) (byte-code "�\203\n
[...]

Renaming .emacs.d aka starting Emacs without Prelude seems to work just fine.
I have Emacs reinstalled twice via sudo aptitude reinstall emacs-snapshot, still no DOC file

So far, no one else seems to have this problem, so it might be just due to my configuration or system, in that case: Sorry for the noise.
Regards, Silvio

@pi3r
Copy link

pi3r commented May 23, 2012

I had this problem too, i think that 24.1.50/etc/DOC-24.1.50.1 is missing from the last emacs release.
Copy the file from another computer worked for me.

I do have another error, i can't do C-k no more... When i try to kill the current line i obtain this error :
Variable binding depth exceeds max-specpdl-size

I don't really know what to do about that :squirrel:

@karlsackett
Copy link

I'm having the same problem on my Debian workstation.

@nikved
Copy link

nikved commented May 24, 2012

Yep! Have the same - debian/wheezy

@bbatsov
Copy link
Owner

bbatsov commented May 25, 2012

This is not related to Prelude, but I''ll keep it open for the affected people to hash it out and share a solution.

@bbatsov bbatsov closed this as completed May 25, 2012
@bbatsov bbatsov reopened this May 25, 2012
@jjcomer
Copy link
Contributor

jjcomer commented May 27, 2012

A bug has been submitted to the emacs-snapshot PPA (https://bugs.launchpad.net/emacs-snapshot/+bug/1003928)

The current workaround is to make a symlink:

$ cd /usr/share/emacs/24.1.50/etc
$ sudo ln -s DOC-24.1.50.2 DOC-24.1.50.1

@bbatsov bbatsov closed this as completed May 29, 2012
@exu
Copy link

exu commented May 29, 2012

jjcomer: your workaround works for me too (Ubuntu 12.04 emacs from emacs-snapshot PPA )

@mbolivar
Copy link

jjcomer's workaround works on Ubuntu 10.04 from emacs-snapshot PPA as well

@cies
Copy link

cies commented Mar 30, 2013

jjcomer: workaround works for me too (Ubuntu 11.04 emacs from emacs-snapshot PPA)

@drudru
Copy link

drudru commented Jul 1, 2013

@jjcomer - worked great! (Ubuntu 11.04 emacs from emacs-snapshot PPA)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants