Skip to content

Instantly share code, notes, and snippets.

@welitonfreitas
Created August 10, 2012 13:30
Show Gist options
  • Save welitonfreitas/3314222 to your computer and use it in GitHub Desktop.
Save welitonfreitas/3314222 to your computer and use it in GitHub Desktop.
Erro emacs
;Error
Debugger entered--Lisp error: (file-error "Cannot open load file" "ruby-mode")
require(ruby-mode)
eval-buffer(#<buffer *load*<3>> nil "/Users/connor/.emacs.d/rinari/rinari.el" nil t) ; Reading at buffer posit$
load-with-code-conversion("/Users/connor/.emacs.d/rinari/rinari.el" "/Users/connor/.emacs.d/rinari/rinari.el" ni$
require(rinari)
eval-buffer(#<buffer *load*<2>> nil "/Users/connor/.emacs.d/welitonfreitas.el" nil t) ; Reading at buffer posi$
load-with-code-conversion("/Users/connor/.emacs.d/welitonfreitas.el" "/Users/connor/.emacs.d/welitonfreitas.el" $
load("welitonfreitas")
eval-buffer(#<buffer *load*> nil "/Users/connor/.emacs" nil t) ; Reading at buffer position 62
load-with-code-conversion("/Users/connor/.emacs" "/Users/connor/.emacs" t t)
load("~/.emacs" t t)
#[nil "^H\205\276^@ \306=\203^Q^@\307^H\310Q\202A^@ \311=\2033^@\312\307\313\314#\203#^@\315\202A^@\312\307\31$
command-line()
normal-top-level()"
; .emacs
(add-to-list 'load-path "~/.emacs.d")
(load "welitonfreitas")
; Terminal
[NoTiLeW][1.9.3] ~/.emacs.d
$ ls
README.markdown gist.el rinari
android-mode haml-mode.el sass-mode.el
auto-save-list icicles snippet.el
cheat.el jdee textmate.el
color-theme json.el tomorrow-night-eighties-theme.el
emacs-rails less-css-mode.el tomorrow-theme.el
find-recursive.el local.el twilight-emacs
fuzzy-find-in-project markdown-mode twittering-mode.el
get-icicles.sh powerline welitonfreitas.el
; Permissões
[NoTiLeW][1.9.3] ~/.emacs.d
$ ll
total 352
0 drwxr-xr-x 30 connor staff 1.0K Aug 10 00:07 .
0 drwxr-xr-x+ 43 connor staff 1.4K Aug 10 10:26 ..
32 -rw-r--r--@ 1 connor staff 12K Aug 9 23:11 .DS_Store
8 -rw-r--r--@ 1 connor staff 427B Aug 9 22:12 README.markdown
0 drwxr-xr-x 4 connor staff 136B Aug 9 22:02 android-mode
0 drwx------ 2 connor staff 68B Aug 10 00:15 auto-save-list
0 drwxr-xr-x 4 connor staff 136B Aug 9 22:02 cheat.el
0 drwxr-xr-x 17 connor staff 578B Aug 9 22:02 color-theme
0 drwxr-xr-x 44 connor staff 1.5K Aug 9 22:02 emacs-rails
16 -rwxr-xr-x 1 connor staff 4.6K Aug 9 22:02 find-recursive.el
0 drwxr-xr-x 6 connor staff 204B Aug 9 22:02 fuzzy-find-in-project
8 -rw-r--r-- 1 connor staff 1.4K Aug 9 22:02 get-icicles.sh
0 drwxr-xr-x 4 connor staff 136B Aug 9 22:02 gist.el
56 -rw-r--r-- 1 connor staff 28K Aug 9 22:02 haml-mode.el
0 drwxr-xr-x 17 connor staff 578B Aug 9 22:02 icicles
0 drwxr-xr-x 5 connor staff 170B Aug 9 22:02 jdee
32 -rw-r--r-- 1 connor staff 16K Aug 9 22:02 json.el
16 -rw-r--r-- 1 connor staff 7.0K Aug 9 22:02 less-css-mode.el
8 -rw-r--r--@ 1 connor staff 76B Aug 9 22:14 local.el
0 drwxr-xr-x 3 connor staff 102B Aug 9 22:02 markdown-mode
0 drwxr-xr-x 5 connor staff 170B Aug 9 22:02 powerline
0 drwxr-xr-x 14 connor staff 476B Aug 10 00:07 rinari
16 -rw-r--r-- 1 connor staff 7.3K Aug 9 22:02 sass-mode.el
56 -rwxr-xr-x 1 connor staff 26K Aug 9 22:02 snippet.el
0 drwxr-xr-x 6 connor staff 204B Aug 9 22:02 textmate.el
8 -rw-r--r-- 1 connor staff 3.2K Aug 9 22:02 tomorrow-night-eighties-theme.el
8 -rw-r--r-- 1 connor staff 3.1K Aug 9 22:02 tomorrow-theme.el
0 drwxr-xr-x 4 connor staff 136B Aug 9 22:02 twilight-emacs
72 -rw-r--r-- 1 connor staff 35K Aug 9 22:02 twittering-mode.el
16 -rw-r--r--@ 1 connor staff 4.8K Aug 9 22:02 welitonfreitas.el
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment