Home > debugger entered lisp > debugger entered-lisp error void-variable package-archives

Debugger Entered-lisp Error Void-variable Package-archives

Contents

Sign in Pricing Blog Support Search GitHub This

Custom-theme-load-path

repository Watch 38 Star 630 Fork 149 xiaohanyu/oh-my-emacs Code emacs color theme Issues 1 Pull requests 0 Projects 0 Pulse Graphs New issue Debugger entered--Lisp emacs themes error: (void-variable Labels upstream-bug-maybe Milestone No milestone Assignees No one assigned 4 participants dadaphl commented May 30, 2014 when i start wich --debug-init Debugger entered--Lisp error: (void-variable 400 \, Bad Request

Bad Request

Your browser sent a request that this server could not understand\.
Reason: You speaking plain HTTP to an SSL-enabled port\.
] 2) require(linum-relative) byte-code("\306 �\307 \n\"�\310�!�\311\312�\313\"!�\312�\314\"�6\311\312�\315\"!�7\311\316 !!�8\317�\320�9#�:\312�\321\"�;\312�\322\"�<\312�\323\"�=\312�\324\"�>\312�\325\"�?\326 !�@\327�!\210\f\330=\204\272 Ok seems like my clipboard is too small for the whole error. This is without the bytecode parts: Debugger entered--Lisp error: (void-variable

Sign in Pricing Blog Support Search GitHub This repository Watch 215 Star 3,143 Fork 1,389 bbatsov/prelude Code Issues 133 Pull requests 10 Projects 0 Wiki Pulse Graphs New issue https://github.com/xiaohanyu/oh-my-emacs/issues/75 Debugger entered--Lisp error: (void-variable package-archives) #162 Closed jasonm23 opened this Issue Jun 2, 2012 · 0 comments Projects None yet Labels None yet Milestone No milestone Assignees No one assigned https://github.com/bbatsov/prelude/issues/162 1 participant jasonm23 commented Jun 2, 2012 Fresh install, with no existing .emacs or .emacs.d/ On startup, Debugger entered--Lisp error: (void-variable package-archives) jasonm23 closed this Jun 2, 2012 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Contact GitHub API Training Shop Blog About © 2016 GitHub, Inc. Terms Privacy Security Status Help You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

entered--Lisp error: (void-function package-desc-vers) Date: Sat, 22 Feb 2014 15:40:05 http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-02/msg01646.html +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) http://emacs-fu.blogspot.com/2011/11/package-management-revisited.html M-x list-packages RET fails for me with the following backtrace. It works fine with 24.3.2. --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (void-function package-desc-vers) package-desc-vers([(1 3) nil "Interface to ack-like debugger entered-lisp source code search tools" tar ((:keywords quote ("tools" "processes" "convenience")) (:url . "https://github.com/leoliu/ack-el"))]) ad-Advice-package--add-to-archive-contents(#[514...207" [package-archive-contents package-pinned-packages package--builtin-versions package-alist cl-struct-package-desc-tags 0 vector cl-struct-package-desc 2 1 3 nil 4 assoc version-list-= error "%s accessing a non-%s" debugger entered-lisp error package-desc-version package-desc version-list-<] 15 ("/home/jtocancipa/local/src/emacs.git.orig/lisp/emacs-lisp/package.elc" . 47912)] (ack . [(1 3) nil "Interface to ack-like source code search tools" tar ((:keywords quote ("tools" "processes" "convenience")) (:url . "https://github.com/leoliu/ack-el"))]) "gnu") apply(ad-Advice-package--add-to-archive-contents #[514 "..." [package-archive-contents package-pinned-packages package--builtin-versions package-alist cl-struct-package-desc-tags 0 vector cl-struct-package-desc 2 1 3 nil 4 assoc version-list-= error "%s accessing a non-%s" package-desc-version package-desc version-list-<] 15 ("/home/jtocancipa/local/src/emacs.git.orig/lisp/emacs-lisp/package.elc" . 47912)] ((ack . [(1 3) nil "Interface to ack-like source code search tools" tar ((:keywords quote ("tools" "processes" "convenience")) (:url . "https://github.com/leoliu/ack-el"))]) "gnu")) package--add-to-archive-contents((ack . [(1 3) nil "Interface to ack-like source code search tools" tar ((:keywords quote ("tools" "processes" "convenience")) (:url . "https://github.com/leoliu/ack-el"))]

install, uninstall and upgrade them, all from within the emacs comfort zone (menu: Options/Manage Emacs Packages). Emacs 24.1 (a pretest is available) will include a version of ELPA -- package.el; the version included with emacs 24 supports multiple archives. The official archive is the one provided by GNU, then there is the current one for ELPA, but there's now a third one available: Marmalade. Marmelade ('Spreadable Elisp') offers a very easy way for developers to make their packages available to emacs users, and an even easier way for users to test out interesting packages. To use all available package repositories (GNU, ELPA and Marmalade), add the following snippet to your .emacs: (setq package-archives '(("ELPA" . "http://tromey.com/elpa/") ("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/"))) This works out-of-the-box for Emacs 24; for Emacs 23, you'll need the newer package.el, which you can get from the emacs 24 repo (if necessary, remove the old package.el first). Currently, there are 870 packages listed in the three repositories – a lot of toys to play with! In fact, it is already getting quite hard to find what you're looking for; a bit more structured way (maybe using categories) would be useful. Also, a bit more information than the one-line description would be very useful. Nevertheless, it's a great addition to emacs, which will make it much easier to play with packages – without even having to read the installation instructions. Posted by djcb at 10:22 PM Labels: emacs23, emacs24 18 comments: davidbe said... Have you checked out el-get https://github.com/dimitri/el-get ?How do you evaluate that? November 21, 2011 at 10:44 PM djcb said... @davidbe: haven't tested that one -- it seems el-get can use package.el as a backend, as well as get packages from other places, such as git repos etc.did you test it? November 21, 2011 at 10:54 PM Julien said... I've been using el-get for some months now, and it is really really great. Quite easy to setup, and works very well with a great diversity of sources.I've written a small introduction to it, but in french :http://blog.nozav.org/post/2011/09/20/el-get%2C-un-gestionnaire-de-script/package/extension-pour-Emacs November 21, 2011 at 1

 

Related content

debugger entered-lisp error error non-hex digit used for unicode escape

Debugger Entered-lisp Error Error Non-hex Digit Used For Unicode Escape p Unicode escape Date Sat May It's the line relatedl setq default-directory C Users Charles thats causing the problem cd C Users Charles raised the same error too Charlie Turner address hidden Hello Running Windows Vista bit service pack GNU Emacs i -mingw-nt I get the above error message in my Messages buffer on startup Here is the version I get when I run runemacs exe --debug-init Debugger entered--Lisp error error Non-hex digit used for Unicode escape eval-buffer buffer load nil c Users Charles emacs d init el nil t

debugger entered-lisp error end-of-file

Debugger Entered-lisp Error End-of-file p Sign in Pricing Blog Support Search relatedl GitHub option form This repository Watch Star emacs debugger Fork gregsexton ob-ipython Code Issues Pull requests spacemacs Projects Pulse Graphs New issue make client process fails on WIndows Closed ajsteven opened this Issue Jun middot comments Projects None yet option form Labels None yet option form Milestone No milestone option form Assignees No one assigned participants ajsteven commented Jun Hello First thanks for the awesome package I am using Emacs on Windows with Python and Ipython I installed ob-ipython from master it does not appear to be on

debugger entered-lisp error void-function c-lang-const

Debugger Entered-lisp Error Void-function C-lang-const p Sign in Pricing relatedl Blog Support Search GitHub option form This repository Watch Star Fork purcell emacs d Code Issues Pull requests Projects Wiki Pulse Graphs New issue flycheck update problem Closed causlayer opened this Issue Dec middot comments Projects None yet option form Labels None yet option form Milestone No milestone option form Assignees No one assigned participants causlayer commented Dec update results Debugger entered--Lisp error void-function flycheck-set-checker-properties flycheck-set-checker-properties haskell-hdevtools flycheck-documentation A Haskell syntax and type checker using hdevtools n nSee URL https github com bitc hdevtools' flycheck-executable-var flycheck-haskell-hdevtools-executable flycheck-command hdevtools check -g

debugger entered-lisp error void-function define

Debugger Entered-lisp Error Void-function Define p Example with Decrementing Counter for a discussion However your function definition has a bug You have mistyped lsquo rsquo for lsquo - rsquo Here is relatedl the broken definition defun triangle-bugged number Return sum of numbers through NUMBER inclusive let total while number setq total total number setq number number Error here total If you are reading this in Info you can evaluate this definition in the normal fashion You will see triangle-bugged appear in the echo area Now evaluate the triangle-bugged function with an argument of triangle-bugged In a recent GNU Emacs you

debugger entered-lisp error void-variable doctype

Debugger Entered-lisp Error Void-variable Doctype p when loading bookmark Date Mon Mar - PDT Teemu relatedl Likonen- wrote - - - epowell wrote I just tried to load the bookmark package for the first time I downloaded all the el files listed on the wiki and put the require statement in my emacs file My emacs version is Below is the error I got Debugger entered--Lisp error void-variable DOCTYPE You downloaded an HTML file with a DOCTYPE header Maybe that file contains the actual Emacs Lisp file Thank you Teemu It works perfectly now This forum always saves me even

debugger entered-lisp error invalid-read-syntax

Debugger Entered-lisp Error Invalid-read-syntax p Sign in Pricing relatedl Blog Support Search GitHub option form This repository Watch Star Fork joaotavora yasnippet Code Issues Pull requests Projects Pulse Graphs New issue snippets go-mode default Invalid Read Syntax on Emacs development Closed rye opened this Issue Oct middot comments Projects None yet option form Labels None yet option form Milestone No milestone option form Assignees No one assigned participants rye commented Oct I'm currently running a version of Emacs that updates nightly to the latest Emacs version of the Git clone of the BZR repo Today I noticed a problem with

debugger entered-lisp error void-function defined

Debugger Entered-lisp Error Void-function Defined p Example with Decrementing Counter for a discussion However your function definition has a bug You have mistyped lsquo rsquo for lsquo - rsquo Here relatedl is the broken definition defun triangle-bugged number Return sum debugger entered--lisp error void-variable of numbers through NUMBER inclusive let total while number setq emacs symbol s function definition is void total total number setq number number Error here total If you are reading this in Info you spacemacs can evaluate this definition in the normal fashion You will see triangle-bugged appear in the echo area Now evaluate the triangle-bugged

debugger entered-lisp error void-variable oad-path

Debugger Entered-lisp Error Void-variable Oad-path p Sign in Pricing Blog Support Search GitHub option form This repository relatedl Watch Star Fork syl bnr spacemacs Code custom-theme-load-path Issues Pull requests Projects Wiki Pulse Graphs emacs themes New issue Error Symbol's value as variable is void closed Closed huchhong opened this Issue Apr middot comments Projects None yet option form Labels - Forum - Install option form Milestone No milestone option form Assignees No one assigned participants huchhong commented Apr I was trying to install spacemacs During installation an error arised Symbol's value as variable is void closed I searched similar errors

debugger entered-lisp error void-variable cedet-menu-map

Debugger Entered-lisp Error Void-variable Cedet-menu-map p experimenting with our plus addition In the following expression put your cursor right after the before the first number type C-x C-e In GNU Emacs you will create a Backtrace buffer that says ---------- Buffer Backtrace ---------- Debugger entered--Lisp error void-variable eval eval-last-sexp- nil eval-last-sexp nil call-interactively eval-last-sexp ---------- Buffer Backtrace ---------- Again you can quit the debugger by typing q in the Backtrace buffer This backtrace is different from the very first error message we saw which said lsquo Debugger entered--Lisp error void-function this rsquo In this case the function does not have

debugger entered-lisp error void-function javascript-mode

Debugger Entered-lisp Error Void-function Javascript-mode table id toc tbody tr td div id toctitle Contents div ul li a href Gv-define-simple-setter a li li a href Symbol s Function Definition Is Void a li ul td tr tbody table p quick overview of the site Help relatedl Center Detailed answers to any questions you spacemacs update packages might have Meta Discuss the workings and policies of this p h id Gv-define-simple-setter p site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers emacs gv-define-simple-setter or posting ads with us Emacs Questions Tags Users Badges

debugger entered-lisp error void-variable

Debugger Entered-lisp Error Void-variable p Sign in Pricing Blog Support Search GitHub option form This repository Watch Star Fork magnars multiple-cursors el Code Issues relatedl Pull requests Projects Pulse Graphs New issue Debugger entered--Lisp error void-variable xxxx Closed jccode opened this Issue May middot comments Projects None yet option form Labels None yet option form Milestone No milestone option form Assignees No one assigned participants jccode commented May Hi magnars when I use the multiple-cursor I found some warning messages Could you help to find out the cause of this The steps to turn out this warning messages Turn on

debugger entered-lisp error void-function scroll-bar-mode

Debugger Entered-lisp Error Void-function Scroll-bar-mode p entered--Lisp error void-function package-desc-vers Date Sat Feb User-agent relatedl Gnus Gnus v Emacs gnu linux M-x list-packages RET fails for me with the following backtrace It works fine with -- ---------------cut here---------------start------------- --- Debugger entered--Lisp error void-function package-desc-vers package-desc-vers nil Interface to ack-like source code search tools tar keywords quote tools processes convenience url https github com leoliu ack-el ad-Advice-package--add-to-archive-contents package-archive-contents package-pinned-packages package--builtin-versions package-alist cl-struct-package-desc-tags vector cl-struct-package-desc nil assoc version-list- error s accessing a non- s package-desc-version package-desc version-list- home jtocancipa local src emacs git orig lisp emacs-lisp package elc ack nil Interface to

debugger entered-lisp error void-function eruby-nxhtml-mumamo

Debugger Entered-lisp Error Void-function Eruby-nxhtml-mumamo p Sign in Pricing Blog Support Search GitHub option form This repository Watch Star Fork bbatsov prelude Code Issues Pull requests Projects Wiki Pulse Graphs New issue Debugger entered--Lisp error void-function filename Closed pigmej opened this Issue Apr middot comments Projects None yet option form Labels None yet option form Milestone No milestone option form Assignees No one assigned participants pigmej commented Apr Debugger entered--Lisp error void-function filename filename home pigmej emacs d elpa flycheck- flycheck elc flycheck--declare-checker- bash A Bash syntax checker using the bash executable n nSee URL http www gnu org software

debugger entered-lisp error void-variable system

Debugger Entered-lisp Error Void-variable System p Sign in Pricing Blog Support Search GitHub option form This repository relatedl Watch Star Fork syl bnr spacemacs Code emacs Issues Pull requests Projects Wiki Pulse Graphs New spacemacs issue Error Symbol's value as variable is void closed Closed huchhong opened this Issue Apr middot comments Projects None yet option form Labels - Forum - Install option form Milestone No milestone option form Assignees No one assigned participants huchhong commented Apr I was trying to install spacemacs During installation an error arised Symbol's value as variable is void closed I searched similar errors and