Difference between revisions of "Troubleshooting"

From WikEmacs
Jump to navigation Jump to search
(Created page with "'''Troubleshooting''' tips from long time Emacs users. = Locate library file = ; {{Command|locate-library}} : Use this to debug load-path issues. Try {{Command|locate-lib...")
 
Line 8: Line 8:
 
; {{Command|list-load-path-shadows}}
 
; {{Command|list-load-path-shadows}}
 
: You are setup is hoaxed because you don't know what you are doing?
 
: You are setup is hoaxed because you don't know what you are doing?
 +
 +
= Looking at Emacs Lisp files =
 +
; {{Command|find-library}}
 +
: Try {{Command|find-library RET mediawiki RET}} to see whether you have installed [[Mediawiki.el]].
  
  
 
[[Category:Beginner]][[Category:Intermediate]][[Category:Troubleshoot]]
 
[[Category:Beginner]][[Category:Intermediate]][[Category:Troubleshoot]]

Revision as of 14:05, 30 March 2012

Troubleshooting tips from long time Emacs users.

Locate library file

M-x locate-library
Use this to debug load-path issues. Try M-x locate-library RET org RET now.

Debug conflicting installations

M-x list-load-path-shadows
You are setup is hoaxed because you don't know what you are doing?

Looking at Emacs Lisp files

M-x find-library
Try M-x find-library RET mediawiki RET to see whether you have installed Mediawiki.el.