Home > wrong type > debugger entered-lisp error wrong-type-argument stringp nil

Debugger Entered-lisp Error Wrong-type-argument Stringp Nil

Contents

Sign in Pricing Blog Support Search GitHub This repository Watch 448 Star 9,161 Fork 2,417 syl20bnr/spacemacs Code Issues 878 Pull requests 194 Projects 4 Wiki Pulse Graphs

Emacs Wrong Type Argument Stringp Nil

New issue Wrong type argument: stringp, nil #3652 Open sumyuga opened this Issue cedet wrong type argument stringp nil Nov 3, 2015 · 24 comments Projects None yet Labels - Forum - Docker Documentation ✏ FAQ Ready emacs wrong type argument stringp for work Milestone No milestone Assignees No one assigned 8 participants sumyuga commented Nov 3, 2015 My host system is OS X and docker with Debian used to development. I

Emacs Wrong Type Argument Number-or-marker-p Nil

have emacs 24.4.1 on Debian installed. After emacs starts I get this: Warning (initialization): An error occurred while loading '/root/.emacs.d/init.el' Wrong type argument: stringp, nil As a result it's not working powerline with key bindings But on my host system is all great. Collaborator TheBB commented Nov 3, 2015 Do --debug-init to see where the error comes from. sumyuga commented Nov 3, 2015

Emacs Stringp

after this command starts emacs shows "Entering debugger..." and it is frozen – no any reaction Owner syl20bnr commented Nov 3, 2015 Is it with a vanilla .spacemacs ? sumyuga commented Nov 3, 2015 Of course. I have copied from template file ~/.emacs.d/core/templates/.spacemacs.template Collaborator TheBB commented Nov 4, 2015 You can work around this error by opening .emacs.d/elpa/archives/melpa/archive-contents and deleting the nil at the end of the list. I'm not sure why that happens in the first place. sumyuga commented Nov 4, 2015 No, it doesn't work StreakyCobra added to be reproduced <=(- UBO -)=> labels Nov 6, 2015 autosquid commented Jan 5, 2016 It looks like the same thing happened to me, and solution from @TheBB works. StreakyCobra added Fixed in develop Fixed in current release-x.x and removed Fixed in develop labels Jan 5, 2016 StreakyCobra commented Jan 5, 2016 @TheBB has documented this problem in the FAQ autosquid commented Jan 6, 2016 @StreakyCobra In my case, delete the elpa and re-download did not solve the problem, but by opening .emacs.d/elpa/archives/melpa/archive-contents and deleting the nil at the end of the list works. syl20bnr removed the Fixed in curre

Sign in Pricing Blog Support

Emacs Wrong Type Argument Listp

Search GitHub This repository Watch 215 Star 3,143 Fork 1,389 emacs lisp debugger bbatsov/prelude Code Issues 133 Pull requests 10 Projects 0 Wiki Pulse Graphs New issue Error on https://github.com/syl20bnr/spacemacs/issues/3652 fresh install: Wrong type argument: stringp, nil #319 Closed lucassmagal opened this Issue May 16, 2013 · 6 comments Projects None yet Labels None yet Milestone No milestone Assignees No one https://github.com/bbatsov/prelude/issues/319 assigned 3 participants lucassmagal commented May 16, 2013 Hello, I've just installed Prelude after installing Emacs and, whenever I try to install some package (say solarized-theme), I get the error on the title. Running emacs --debug-init this is what I see: Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-name-nondirectory(nil) rainbow-turn-on() rainbow-mode(1) prelude-emacs-lisp-mode-defaults() run-hooks(prelude-emacs-lisp-mode-hook) (lambda nil (run-hooks (quote prelude-emacs-lisp-mode-hook)))() run-hooks(change-major-mode-after-body-hook prog-mode-hook emacs-lisp-mode-hook) apply(run-hooks (change-major-mode-after-body-hook prog-mode-hook emacs-lisp-mode-hook)) run-mode-hooks(emacs-lisp-mode-hook) emacs-lisp-mode() autoload-find-file("ruby-end-pkg.el") byte-code("\306\211\211\211\307\306\310�!\306\311�!\306\211������0�1�2�3�4�5r \206( ** THIS LINE IS PRETTY BIG ** autoload-generate-file-autoloads("ruby-end-pkg.el" nil "/home/lsmagalhaes/.emacs.d/elpa/ruby-end-20130426.909/ruby-end-autoloads.el") update-directory-autoloads("/home/lsmagalhaes/.emacs.d/elpa/ruby-end-20130426.909") package-generate-autoloads("ruby-end" "/home/lsmagalhaes/.emacs.d/elpa/ruby-end-20130426.909") package--make-autoloads-and-compile("ruby-end" "/home/lsmagalhaes/.emacs.d/elpa/ruby-end-20130426.909") package-unpack(ruby-end "20130426.909") package-download-tar(ruby-end "20130426.909") package-download-transaction((ruby-end)) package-install(ruby-end) mapc(package-install (ruby-end)) prelude-ensure-module-deps((ruby-tools inf-ruby yari ruby-end)) eval-buffer(#> nil "/home/lsmag

here for a quick overview of the site Help Center Detailed http://stackoverflow.com/questions/14214714/cedet-wrong-type-argument-stringp-1 answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join wrong type the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Cedet - Wrong type argument , stringp, 1 up vote 3 down vote favorite 2 I am using the latest cedet wrong type argument version from bzr. My cedet configuration is given below ( Taken from Alex Ott's file ). (setq cedet-root-path (file-name-as-directory "~/cedet")) (load-file (concat cedet-root-path "cedet-devel-load.el")) (add-to-list 'load-path (concat cedet-root-path "contrib")) ;; select which submodes we want to activate (add-to-list 'semantic-default-submodes 'global-semantic-mru-bookmark-mode) (add-to-list 'semantic-default-submodes 'global-semanticdb-minor-mode) (add-to-list 'semantic-default-submodes 'global-semantic-idle-scheduler-mode) (add-to-list 'semantic-default-submodes 'global-semantic-stickyfunc-mode) (add-to-list 'semantic-default-submodes 'global-cedet-m3-minor-mode) (add-to-list 'semantic-default-submodes 'global-semantic-highlight-func-mode) (add-to-list 'semantic-default-submodes 'global-semanticdb-minor-mode) ;; Activate semantic (semantic-mode 1) I always get error "Wrong type argument , stringp 1" whenever I open a C source code. Looks like (semantic-mode 1) is causing the issue. Any help is appreciated. I am using emacs 24, and I didn't see this issue if I use cedet that comes with emacs. EDIT : Stack trace attached. Will send this to cedet-delevel mailing list also. .~/.semanticdb is not created yet( new laptop ). Debugger entered--Lisp error: (wrong-type-argument stringp 1) string-match("\n" 1 0) split-string(1 "\n") semantic-cpp-defs(1) semantic-gcc-setu

 

Related content

debugger entered-lisp error wrong-type-argument listp set-from-style

Debugger Entered-lisp Error Wrong-type-argument Listp Set-from-style table id toc tbody tr td div id toctitle Contents div ul li a href Emacs Wrong Type Argument Number-or-marker-p a li li a href Emacs Wrong Type Argument Listp a li li a href Emacs Lisp Debugger a li li a href Listp Elisp a li ul td tr tbody table p Sign p h id Emacs Wrong Type Argument Number-or-marker-p p in Pricing Blog Support Search GitHub option form This emacs wrong type argument stringp repository Watch Star Fork jorgenschaefer elpy Code Issues p h id Emacs Wrong Type Argument Listp p

emacsclient *error* wrong type argument stringp nil

Emacsclient error Wrong Type Argument Stringp Nil p Sign in Pricing Blog Support Search GitHub option form This repository Watch Star Fork relatedl magit magit Code Issues Pull requests emacs wrong type argument stringp nil Projects Wiki Pulse Graphs New issue Cannot commit with new commit cedet wrong type argument stringp nil workflow wrong-type-argument stringp nil Closed zachallaun opened this Issue Aug middot comments Projects None yet option form Labels emacsclient option form Milestone option form Assignees No one assigned participants zachallaun commented Aug Hi there I've just upgraded magit and am running into an error when trying to commit

error during redisplay wrong-type-argument number-or-marker-p nil

Error During Redisplay Wrong-type-argument Number-or-marker-p Nil table id toc tbody tr td div id toctitle Contents div ul li a href Emacs Wrong Type Argument Number-or-marker-p a li li a href Emacs Wrong Type Argument Listp a li li a href Emacs Wrong Type Argument Commandp a li li a href Emacs Lisp Debugger a li ul td tr tbody table p number-or-marker-p nil in redisplay--update-region-highlight Date Wed Apr Hi I relatedl got the following error but I p h id Emacs Wrong Type Argument Number-or-marker-p p can't reproduce it in a fresh session emacs wrong type argument stringp Debugger

error in process filter wrong type argument stringp nil

Error In Process Filter Wrong Type Argument Stringp Nil table id toc tbody tr td div id toctitle Contents div ul li a href Emacs Wrong Type Argument Number-or-marker-p Nil a li li a href Emacs Debugger a li li a href Spacemacs Windows a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you relatedl might have Meta Discuss the workings and policies of emacs wrong type argument stringp this site About Us Learn more about Stack Overflow the company Business emacs stringp Learn more about

error in process filter wrong type argument number-or-marker-p nil

Error In Process Filter Wrong Type Argument Number-or-marker-p Nil table id toc tbody tr td div id toctitle Contents div ul li a href Emacs Wrong Type Argument Stringp a li li a href Wrong Type Argument Integer-or-marker-p Nil a li li a href Emacs Wrong Type Argument Listp a li ul td tr tbody table p Sign in Pricing Blog Support Search GitHub option form This repository Watch Star Fork dimitri el-get Code Issues relatedl Pull requests Projects Wiki Pulse Graphs New issue emacs wrong type argument number-or-marker-p Installation doesn't work Closed taoeffect opened this Issue Jan middot p

error in process filter wrong type argument

Error In Process Filter Wrong Type Argument table id toc tbody tr td div id toctitle Contents div ul li a href Emacs Error In Process Filter a li li a href Wrong Type Argument Characterp Tab a li li a href Wrong Type Argument Arrayp a li li a href Cider Emacs a li ul td tr tbody table p Sign in Pricing Blog Support Search GitHub option form This repository Watch Star Fork jorgenschaefer elpy Code Issues Pull relatedl requests Projects Wiki Pulse Graphs New issue error p h id Emacs Error In Process Filter p in process

error* wrong type argument stringp nil

Error Wrong Type Argument Stringp Nil table id toc tbody tr td div id toctitle Contents div ul li a href Emacs Debug On Error a li li a href Spacemacs Windows a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies relatedl of this site About Us Learn more about Stack Overflow emacs wrong type argument stringp the company Business Learn more about hiring developers or posting ads with us Stack emacs stringp Overflow Questions Jobs Documentation

error-129 the supplied format buffer is wrong

Error- The Supplied Format Buffer Is Wrong table id toc tbody tr td div id toctitle Contents div ul li a href Emacs Wrong Type Argument Number-or-marker-p a li li a href Windows Error Codes List a li li a href Process exit Code Values a li li a href Sccm Exit Code a li ul td tr tbody table p Fran ais Deutsch Espa ol Help Video Screencast Help Windows System Error Codes exit codes Description Created Jan Updated Dec comments Language relatedl TranslationsMachine TranslationsDeutsch Fran ais Espa ol Sidd Votes p h id Emacs Wrong Type Argument Number-or-marker-p

lisp error wrong-type-argument stringp t

Lisp Error Wrong-type-argument Stringp T table id toc tbody tr td div id toctitle Contents div ul li a href Emacs Wrong Type Argument Listp a li li a href Wrong Type Argument Integer Or Marker P Nil a li li a href Wrong Type Argument Stringp Nil Emacs a li ul td tr tbody table p For example the function expects the values of its arguments to be numbers As an experiment we can pass relatedl it the quoted symbol hello instead of a number emacs wrong type argument number-or-marker-p nil Position the cursor after the following expression and