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...")
 
(5 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
: Use this to debug [[load-path]] issues. Try {{Command|locate-library RET org RET}} now.
 
: Use this to debug [[load-path]] issues. Try {{Command|locate-library RET org RET}} now.
  
= Debug conflicting installations =
+
I just got this issue but only on ESXi cluster. I changed the das.failuredetectiontime value on 4 cluster (1 full ESXi's and 3 full ESX's) and only the ESXi cluster didn't update the value.
; {{Command|list-load-path-shadows}}
+
 
: You are setup is hoaxed because you don't know what you are doing?
+
= Looking at Emacs Lisp files =
 +
 
 +
When installing new packages, you would want to hear some words of wisdom from the author of the library file.
 +
 
 +
; {{Command|find-library}}
 +
: Try {{Command|find-library RET mediawiki RET}} to see whether you have installed [[Mediawiki.el]]. If it works, look at the ''Commentary'' section to see the author's notes.
  
  
 
[[Category:Beginner]][[Category:Intermediate]][[Category:Troubleshoot]]
 
[[Category:Beginner]][[Category:Intermediate]][[Category:Troubleshoot]]

Revision as of 03:04, 6 July 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.

I just got this issue but only on ESXi cluster. I changed the das.failuredetectiontime value on 4 cluster (1 full ESXi's and 3 full ESX's) and only the ESXi cluster didn't update the value.

Looking at Emacs Lisp files

When installing new packages, you would want to hear some words of wisdom from the author of the library file.

M-x find-library
Try M-x find-library RET mediawiki RET to see whether you have installed Mediawiki.el. If it works, look at the Commentary section to see the author's notes.