GithubHelp home page GithubHelp logo

graphene's People

Contributors

bryant1410 avatar hartzell avatar rdallasgray avatar syohex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

graphene's Issues

Integrated Graphene kit...

May I suggest that you bundle this up with a build of Emacs for mac github.com/railwaycat - and perhaps the emacs-icons-project (provides document icons and replacement main icon, with file association plist.)

It would be good if the proposed target audience could just install-and-go with graphene defaults, and some cosmetic extras.

I' more than willing to lend a hand, let me know if this interests you.

graphene doesn't seem to work with ido-vertical-mode

I installed ido-vertical-mode from MELPA and turned it on according to the instructions. After doing so, the completions that are normally showed in a horizontal list (and should now be displayed in a vertical one) are now not shown at all. I confirmed that ido-vertical-mode works fine when I turn graphene off.

solarized dark theme now light after upgrade

I updated all my packages to the latest versions and now my solarized dark theme is light despite having the following in my init:

(require 'graphene)
(load-theme 'solarized-dark t)

Shell buffer with solarized

The shell buffer with solarized-light and the graphene meta theme is really hard to read, but I'm not sure who's to blame..
It's even more unreadable in sloarized dark.
emacsshell

Unable to load-theme

Hi,

When I try to M-x load-theme I get the following error -

load-theme: Symbol's function definition is void: load-user-config

The above message is also displayed on startup. Also no theme is loaded on the startup.

Can you help ?

Thanks,
Murtaza

After installing Graphene, Ido is deleting my files without confirmation

I was able to pinpoint the cause of issue #40 . If you touch file1 file2; emacs file1; and C-x C-v C-k file2 to switch to file2 (as was the minimal sequence with default emacs), it ends up deleting file1. Describing C-x C-v, I see it's been rebound to ido-find-alternate-file, so Graphene's embracing of Ido appears to be the source of heartburn.

Reading up in ido.el, I found a relevant comment:

  144 ;; Additional functionality                                               
  145 ;; ------------------------                                               
  146 ;;                                                                        
  147 ;; After C-x b, the buffer at the head of the list can be killed by       
  148 ;; pressing C-k.  If the buffer needs saving, you will be queried         
  149 ;; before the buffer is killed.                                           
  150 ;;                                                                        
  151 ;; Likewise, after C-x C-f, you can delete (i.e. physically remove)       
  152 ;; the file at the head of the list with C-k.  You will always be         
  153 ;; asked for confirmation before the file is deleted.

So Ido says it should've asked for confirmation but apparently doesn't. Perhaps Graphene configured Ido to not prompt confirmation, perhaps an Ido bug. This is obviously only Graphene's problem from a parent package perspective, by the nature of Graphene enabling and/or possibly configuring Ido.

Is there an easy way to configure Ido off or the deletion confirmation on, but leave the rest of Graphene and other packages enabled?

I can't be accidentally deleting files just by switching buffers, so this may be an impasse until it's fixed or my fingers are retrained, neither likely happening soon. Thank you again for your help sorting this all out.

Can't find theme file

This is really embarrassing, but try as I might I can't get this theme to load.
I've managed to install the theme but keep getting this error when I try to load-theme

signal(error ("Unable to find theme file forgraphene'"))
error("Unable to find theme file for %s'" graphene)

... as you can probably tell I'm a complete novice on Emacs.

Initial frame too large the first time graphene is run

The first time I start Emacs with graphene, the initial frame is too large for my small screen. The minibuffer is off-screen, and I cannot drag the frame handle (Windows 7) to resize the Emacs frame so that I can see the minibuffer. A more conservative initial setting, say, (100 40 0 0) rather than (140 60 0 0) in graphene-load-frame-geometry, would solve the problem. As it is, I edited .graphene-geometry by hand and all worked fine afterward. Thanks.

(load 'graphene) error

Debugger entered--Lisp error: (void-function ac-clear-variable-every-10-minutes)
  (ac-clear-variable-every-10-minutes (quote ac-imenu-index))
  require(auto-complete-config)
  eval-buffer(#<buffer  *load*<2>> nil "/Users/rerb/.emacs.d/elpa/graphene-20121016.1351/graphene-editing.el" nil t)  ; Reading at buffer position 1346
  load-with-code-conversion("/Users/rerb/.emacs.d/elpa/graphene-20121016.1351/graphene-editing.el" "/Users/rerb/.emacs.d/elpa/graphene-20121016.1351/graphene-editing.el" nil t)
  require(graphene-editing)
  eval-buffer(#<buffer  *load*> nil "/Users/rerb/.emacs.d/elpa/graphene-20121016.1351/graphene.el" nil t)  ; Reading at buffer position 2157
  load-with-code-conversion("/Users/rerb/.emacs.d/elpa/graphene-20121016.1351/graphene.el" "/Users/rerb/.emacs.d/elpa/graphene-20121016.1351/graphene.el" nil t)
  require(graphene)
  eval((require (quote graphene)) nil)
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)

Add a customization for electric-indent-mode?

electric-indent-mode drives a couple of my major modes crazy (e.g. Markdown).

I can live without it, and disabling it locally once it's enabled globally is messy.

Are you open to adding a something to graphene.el like this:

(defcustom graphene-electric-indent-mode-auto t
  "Whether graphene should enable electric-indent-mode with prog-modes."
  :type 'boolean
  :group 'graphene)

and

changing the lambda that's added to graphene-prog-mode-hook in graphene-editing.el from this

          (electric-indent-mode 1)))

to something like

    (when graphene-electric-indent-mode-auto
      (electric-indent-mode 1))))

graphene-project-drawer-adaptor

Hello,

I recently tried installing graphene and I got the following error in both stable and current melpa on a fresh Emacs 26.2 Linux install:

Compiling file ~/.chef/emacs_scratch/.emacs.d/elpa/graphene-20180529.1112/graphene-projects.el
graphene-projects.el:54:1:Error: Symbol’s value as variable is void: graphene-project-drawer-adaptor

Please let me know if you need any additional information.

Fails to load properly on Windows

I can't get graphene to load on windows, unless I change

(unless graphene-fixed-pitched-font

from graphene-fixed-pitched-font
to graphene-fixed-pitch-font.

The error it produces when the line is not changed is Symbol's value as variable is void: graphene-fixed-pitched-font

It got changed to fixed-pitched in d16f6e4, but I don't really know why :)

Switching buffers

Hi,

I am new to Emacs as well, so maybe there is a solution to my problem.
When I try to C-x b to switch to a buffer from Speedbar I get "Cannot switch buffers in a dedicated window", which from what I saw on the various relevant posts does not have a solution.
Is there something similar to C-c s but working the opposite way?

Thanks

A little bug

I noticed you misstyped in graphene.el line 123:
(require graphene-sys-defaults)
that should be
(require 'graphene-sys-defaults)

ido-ubiquitous now replaced with ido-completing-read+

When I updated my emacs packages from MELPA I ended up getting this error message
Warning (ido-ubiquitous): The ido-ubiquitous package is now redundant. All functionality, including ido-ubiquitous-mode, has been merged into the ido-completing-read+ package. You should replace ido-ubiquitous with ido-completing-read+ in your Emacs config.

However the graphene package has ido-ubiqitous as a requirement.

Correct way to specify custom fonts?

Hi,

I'm using graphene as a base for my emacs config (awesome work btw!), and I'm trying to set my own font. I had it working with the following, called before (require 'graphene):

(defvar font-name "Meslo LG L DZ-13")

;; Ensure font is found before setting.
(unless (null (x-list-fonts font-name))
  (setq graphene-default-font font-name)
  (setq graphene-fixed-pitch-font font-name)
  (defvar graphene-font-height (* font-size 10)))

This was working fine until the recent changes with the timing of setting fonts. Just wondering how & when you suggest I should actually be setting a custom font.

Cheers,
Simon.

smartparens removed sp-autoescape-string-quote-if-empty

I'm hitting this error after an update to my world:

Debugger entered--Lisp error: (void-variable sp-autoescape-string-quote-if-empty)
  add-to-list(sp-autoescape-string-quote-if-empty coffee-mode)
  byte-code("\302\303\304\305\306$\210\302\307\304\305\310$\210\311\312\313\211\314\315\316\317&�\210\320\304�\211�\2030�   @�\321\322�\"\210   A\211�\204!�*\323\324!\207" [mode --dolist-tail-- sp-pair "{" nil :post-handlers (:add ((lambda (id action context) (graphene--sp-pair-on-newline-and-indent id action context)) "RET")) "[" (:add ((lambda (id action context) (graphene--sp-pair-on-newline-and-indent id action context)) "RET")) sp-local-pair (markdown-mode gfm-mode) "*" :unless (sp-in-string-p) :actions (insert wrap) (coffee-mode shell-mode) add-to-list sp-autoescape-string-quote-if-empty provide graphene-smartparens-config] 9)
  require(graphene-smartparens-config)
  #[nil "\301\302!\210\301\303!\210\304\211�\207" [sp-highlight-pair-overlay require smartparens-config graphene-smartparens-config nil] 2]()
  eval-after-load(smartparens #[nil "\301\302!\210\301\303!\210\304\211�\207" [sp-highlight-pair-overlay require smartparens-config graphene-smartparens-config nil] 2])
  byte-code("\300\301\302\"\210\303\304\305\306\307\310\311\312&�\207" [eval-after-load smartparens #[nil "\301\302!\210\301\303!\210\304\211�\207" [sp-highlight-pair-overlay require smartparens-config graphene-smartparens-config nil] 2] custom-declare-variable graphene-completion-auto (quote global) "Whether graphene should enable autocomplete with prog-modes." :type sexp :group graphene] 8)
  require(graphene-editing)
  byte-code("\300\301\302\303\304\305%\210\306\307!\210\306\310!\210\306\311!\210\306\312!\210\306\313!\210\314\301!\207" [custom-declare-group graphene nil "Graphene custom settings." :group environment require graphene-helper-functions graphene-editing graphene-env graphene-projects graphene-look provide] 6)
  require(graphene)
  eval-buffer(#<buffer  *load*> nil "/Users/hartzelg/.emacs.d/init.el" nil t)  ; Reading at buffer position 1787
  load-with-code-conversion("/Users/hartzelg/.emacs.d/init.el" "/Users/hartzelg/.emacs.d/init.el" t t)
  load("/Users/hartzelg/.emacs.d/init" t t)
  #[0 "�\205\262�   \306=\203��\307�\310Q\202;� \311=\204��\307�\312Q\202;�\313\307\314\315#\203*�\316\202;�\313\307\314\317#\203:�\320\nB�\321\202;�\316\322�\323�\322\211#\210�\322=\203a�\324\325\326\307�\327Q!\"\323�\322\211#\210�\322=\203`���\210�\203\243�\330�!\331\232\203\243�\332�!\211\333P\334�!\203}�\211\202\210�\334�!\203\207��\202\210�\314\262��\203\241�\335��\"\203\237�\336\337��#\210\340\341!\210��\266�\f?\205\260�\314�\323\342\322\211#)\262�\207" [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]()
  command-line()
  normal-top-level()

It looks like this recent commit in the smartparens package removed the variable, and that it had been deprecated back in Feb 07, 2015.

Initial window after installation is broken, fixed for good after resize.

I saw this last week when I first started playing with graphene, wasn't sure whether it was worth reporting. Still not so sure, but....

I installed the latest version of graphene from elpa, following the instructions on the github page into an emacs built via homebrew on my mac running OS X 10.9.3.

(emacs-version)
"GNU Emacs 24.3.1 (x86_64-apple-darwin12.5.0, NS apple-appkit-1187.40)
 of 2013-11-15 on alacrity.local"

The first time I started it up (from the command line, open -n /Applications/Emacs.app), the window did not draw correctly. I've attached a screen snapshot. I immediately quit and restarted, with the same symptoms.

screen shot 2014-06-27 at 3 27 39 pm

My first thought was that graphene had set up it's own tabbed title bars or something.

When I grabbed the lower right corner and resized it a bit it repaired itself and has been drawn normally since then.

The window uses all available vertical space. Perhaps the initial window size is too large?

Are local variables disabled intentionally?

After installing the graphene package, Emacs appears to be ignoring my Local Variables blocks when I visit files. Do you know if this is intentional or which sub-package may have turned off local variable eval? If I turn off the package require, local variable processing comes back.

Cannot open load file: flycheck

Seems line graphene will not finish loading itself on entry, only showing this error:

graphene-errors: Cannot open load file: flycheck

Most of features would have been load at this stages, but not the theme, and maybe other stuff I'm not aware of.

No errors trapped either when starting emacs with --debug-init, though this is what I get when I set debug-on-error on graphene-errors:

Debugger entered--entering a function:
* graphene-errors()
  #[nil "^H\203^G^@\303 \210  \203^N^@\304 \210\n\203^U^@\305 \210\306 \210\307 \210\310\311
\312\313#\207" [graphene-linum-auto graphene-autocomplete-auto graphene-autopair-auto
graphene-linum graphene-autocomplete graphene-autopair graphene-parens graphene-errors define-key
current-local-map [remap newline] newline-and-indent] 4]()
  run-hooks(graphene-prog-mode-hook)
  #[nil "\300\301!\207" [run-hooks graphene-prog-mode-hook] 2]()
  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()
  custom-theme-load-confirm("5a1a016301ecf6874804aef2df36ca8b957443b868049d35043a02a0c1368517")
  load-theme(graphene nil nil)
  call-interactively(load-theme record nil)
  command-execute(load-theme record)
  smex-read-and-run(("debug-on-entry" "load-theme" "package-install" "speedbar" "sort-lines"
"turn-off-smartparens-mode" "eval-buffer" "whitespace-cleanup" "term" "eshell"
"comment-or-uncomment-region" "shell" "indent-to" "eval-region" "comment-dwim" "make-directory"
"undo" "sp-cheat-sheet" "compare-windows" "customize-group" "turn-on-smartparens-mode" "cd" "5x5"
"arp" "dbx" "dig" "erc" "ert" "ftp" "gdb" "irc" "jdb" "man" "mpc" "pdb" "pwd" "rsh" "sdb" "xdb"
"yow" "calc" "diff" "ffap" "gnus" "grep" "help" "ielm" "info" "life" "mail" ...))
  smex()
  call-interactively(smex nil nil)

Clean install, though I did try adding this in my init.el, before requiring graphene, but got the same error message.

 (add-to-list 'load-path user-emacs-directory)

Fails to load properly on Linux

Ever since I upgraded to the latest version ( d16f6e4) I'm getting this warning message on startup: Symbol's value as variable is void: graphene-fixed-pitched-font.

Now I see there was a similar issue recently on Windows (issue #17), and I fixed it in a similar way: I changed

(unless graphene-fixed-pitched-font
from (unless graphene-fixed-pitched-font to (unless graphene-fixed-pitch-font

Once I recompiled the file, the issue disappeared.

By the way, Thanks for the great package 👍

Strange behavior after installing Graphene

@rdallasgray thank you for Graphene, it is really beautiful. I'm trying to get it running here but after have it installed my Emacs window shows like this one:

captura de tela 2014-01-29 as 17 16 27

When I try to open some file, it isn't shown or shown glitched.

Any suggestions?

PS: I had to manually define those vars on ~/.emacs.d/init.el before call the package installer because the compilation failed asking to those vars definition on graphene.el (the compiler said they were undefined):

(defvar graphene-sys-defaults (intern "graphene-osx-defaults"))
(defvar graphene-default-font "Menlo-12")
(defvar graphene-fixed-pitch-font "Lucida Grande-12")
(defvar graphene-variable-pitch-font "Lucida Grande-12")

Calling scroll-bar-mode dies when not running under a window system.

Under ubuntu "trusty", using emacs from the emacs24-nox package, my configuration dies when graphene calls (scroll-bar-mode -1) in graphene-look with an error that "Symbol's function definition is void).

I fixed it by wrapping the calls to scroll-bar-mode and tool-bar-mode inside a test for whether running under a window system.

(if window-system
       (progn
         (scroll-bar-mode -1)
         (tool-bar-mode -1)))

Seems to work.

Unable to customize theme

I used the /custom theme/ function to combine the graphene theme with the wombat-theme. The theme will be applied in the current session, I can also save it for future session, there will be an entry in the init.el but: the theme change will not be applied, instead only the graphene theme will be loaded.

Thanks
Martin

org-mode separator one char too wide with graphene-theme

Hi!

Have to say, I love graphene :)

One little thing: I'm starting to get the hang of the basics of org-mode, and it works great, except that in the agenda view, the separator is too wide:

screen shot 2014-08-05 at 21 15 55

Without graphene, it looks like it's supposed to:

screen shot 2014-08-05 at 21 15 15

Any ideas how I could fix that?

Package `let-alist-1.0.1' is unavailable

When attempting to install graphene from the installation instructions I get this error after marking graphene with i and pressing x. Running Emacs 24.5 on OS X 10.10.4 using pallet and cask for package management.

graphene install from elpa reports a failure in graphene.el

Hi all,

I've been playing with graphene and have a small problem installing it. I've followed the directions in the Github README.md. After setting up an initial init.el, running list-packages, marking graphene for installation and telling it to install, emacs reports one failure (I'm ignoring all the complaints about the free variables, etc...).

I'm on Mac OS X 10.9.3, using an emacs built via homebrew:

(format "%s" (emacs-version))
"GNU Emacs 24.3.1 (x86_64-apple-darwin12.5.0, NS apple-appkit-1187.40)
 of 2013-11-15 on alacrity.local"

The failure seems to just cause graphene.el to not be compiled. Adding the (require 'graphene) to my .emacs.d/init.el seems to work anyway and I can use byte-compile-file to generate graphene.elc.

Here' s the output of the install process (apolgies for the length, the failure's on the last line but it seems like it's worth including everything, just in case).

Leaving directory `/Users/hartzell/.emacs.d/elpa/feature-mode-20140522.1009'


Compiling file /Users/hartzell/.emacs.d/elpa/feature-mode-20140522.1009/feature-mode-pkg.el at Fri Jun 20 09:58:45 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/feature-mode-20140522.1009/'


Compiling file /Users/hartzell/.emacs.d/elpa/feature-mode-20140522.1009/feature-mode.el at Fri Jun 20 09:58:45 2014

In given-when-then-wordlength:
feature-mode.el:288:45:Warning: function `some' from cl package called at
    runtime

In compute-given-when-then-offset:
feature-mode.el:300:17:Warning: assignment to free variable
    `current-word-length'
feature-mode.el:302:16:Warning: reference to free variable
    `current-word-length'
feature-mode.el:309:37:Warning: assignment to free variable
    `search-word-length'
feature-mode.el:310:39:Warning: reference to free variable
    `search-word-length'
feature-mode.el:310:67:Warning: reference to free variable `search'
feature-mode.el:313:30:Warning: assignment to free variable `previous-lengths'
feature-mode.el:314:27:Warning: reference to free variable `previous-lengths'

In end of data:
feature-mode.el:549:1:Warning: the function `rvm-activate-corresponding-ruby'
    is not known to be defined.


Compiling no file at Fri Jun 20 09:58:46 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/markdown-mode-20131210.700'


Compiling file /Users/hartzell/.emacs.d/elpa/markdown-mode-20131210.700/markdown-mode-pkg.el at Fri Jun 20 09:58:46 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/markdown-mode-20131210.700/'


Compiling file /Users/hartzell/.emacs.d/elpa/markdown-mode-20131210.700/markdown-mode.el at Fri Jun 20 09:58:46 2014


Compiling no file at Fri Jun 20 09:58:49 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/scss-mode-20130105.1411'


Compiling file /Users/hartzell/.emacs.d/elpa/scss-mode-20130105.1411/scss-mode-pkg.el at Fri Jun 20 09:58:49 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/scss-mode-20130105.1411/'


Compiling file /Users/hartzell/.emacs.d/elpa/scss-mode-20130105.1411/scss-mode.el at Fri Jun 20 09:58:49 2014

In scss-mode:
scss-mode.el:95:35:Warning: reference to free variable `css-mode-syntax-table'


Compiling no file at Fri Jun 20 09:58:50 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/exec-path-from-shell-20140219.104'


Compiling file /Users/hartzell/.emacs.d/elpa/exec-path-from-shell-20140219.104/exec-path-from-shell-pkg.el at Fri Jun 20 09:58:50 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/exec-path-from-shell-20140219.104/'


Compiling file /Users/hartzell/.emacs.d/elpa/exec-path-from-shell-20140219.104/exec-path-from-shell.el at Fri Jun 20 09:58:50 2014

In exec-path-from-shell-setenv:
exec-path-from-shell.el:149:11:Warning: assignment to free variable
    `eshell-path-env'


Compiling no file at Fri Jun 20 09:58:50 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/project-persist-20131030.1208'


Compiling file /Users/hartzell/.emacs.d/elpa/project-persist-20131030.1208/project-persist-pkg.el at Fri Jun 20 09:58:50 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/project-persist-20131030.1208/'


Compiling file /Users/hartzell/.emacs.d/elpa/project-persist-20131030.1208/project-persist.el at Fri Jun 20 09:58:50 2014


Compiling no file at Fri Jun 20 09:58:51 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/sr-speedbar-20140608.2049'


Compiling file /Users/hartzell/.emacs.d/elpa/sr-speedbar-20140608.2049/sr-speedbar-pkg.el at Fri Jun 20 09:58:51 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/sr-speedbar-20140608.2049/'


Compiling file /Users/hartzell/.emacs.d/elpa/sr-speedbar-20140608.2049/sr-speedbar.el at Fri Jun 20 09:58:51 2014
sr-speedbar.el:254:1:Warning: cl package required at runtime

In sr-speedbar-close:
sr-speedbar.el:417:18:Warning: reference to free variable
    `ecb-activated-window-configuration'

In end of data:
sr-speedbar.el:642:1:Warning: the following functions are not known to be defined: ecb-deactivate,
    ecb-activate


Compiling no file at Fri Jun 20 09:58:52 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/smex-20140425.1314'


Compiling file /Users/hartzell/.emacs.d/elpa/smex-20140425.1314/smex-pkg.el at Fri Jun 20 09:58:52 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/smex-20140425.1314/'


Compiling file /Users/hartzell/.emacs.d/elpa/smex-20140425.1314/smex.el at Fri Jun 20 09:58:52 2014

In smex-already-running:
smex.el:99:11:Warning: defsubst `smex-already-running' was used before it was
    defined

In smex-update-and-rerun:
smex.el:104:11:Warning: defsubst `smex-update-and-rerun' was used before it
    was defined

In smex-save-file-not-empty-p:
smex.el:260:11:Warning: defsubst `smex-save-file-not-empty-p' was used before
    it was defined


Compiling no file at Fri Jun 20 09:58:54 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/web-mode-20140618.1042'


Compiling file /Users/hartzell/.emacs.d/elpa/web-mode-20140618.1042/web-mode-pkg.el at Fri Jun 20 09:58:54 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/web-mode-20140618.1042/'


Compiling file /Users/hartzell/.emacs.d/elpa/web-mode-20140618.1042/web-mode.el at Fri Jun 20 09:58:54 2014

In web-mode:
web-mode.el:2104:16:Warning: `font-lock-maximum-size' is an obsolete variable
    (as of 24.1).


Compiling file /Users/hartzell/.emacs.d/elpa/web-mode-20140618.1042/wfs-mode.el at Fri Jun 20 09:58:58 2014


Compiling no file at Fri Jun 20 09:58:59 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/smartparens-20140606.1337'


Compiling file /Users/hartzell/.emacs.d/elpa/smartparens-20140606.1337/smartparens-config.el at Fri Jun 20 09:58:59 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/smartparens-20140606.1337/'
smartparens-config.el:46:1:Error: Cannot open load file: dash


Compiling file /Users/hartzell/.emacs.d/elpa/smartparens-20140606.1337/smartparens-html.el at Fri Jun 20 09:58:59 2014
smartparens-html.el:62:1:Error: Cannot open load file: dash


Compiling file /Users/hartzell/.emacs.d/elpa/smartparens-20140606.1337/smartparens-latex.el at Fri Jun 20 09:58:59 2014
smartparens-latex.el:54:1:Error: Cannot open load file: dash


Compiling file /Users/hartzell/.emacs.d/elpa/smartparens-20140606.1337/smartparens-lua.el at Fri Jun 20 09:59:00 2014
smartparens-lua.el:48:1:Error: Cannot open load file: dash


Compiling file /Users/hartzell/.emacs.d/elpa/smartparens-20140606.1337/smartparens-pkg.el at Fri Jun 20 09:59:00 2014


Compiling file /Users/hartzell/.emacs.d/elpa/smartparens-20140606.1337/smartparens-ruby.el at Fri Jun 20 09:59:00 2014
smartparens-ruby.el:49:1:Error: Cannot open load file: dash


Compiling file /Users/hartzell/.emacs.d/elpa/smartparens-20140606.1337/smartparens.el at Fri Jun 20 09:59:00 2014
smartparens.el:53:1:Error: Cannot open load file: dash


Compiling no file at Fri Jun 20 09:59:00 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/epl-20140620.218'


Compiling file /Users/hartzell/.emacs.d/elpa/epl-20140620.218/epl-pkg.el at Fri Jun 20 09:59:00 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/epl-20140620.218/'


Compiling file /Users/hartzell/.emacs.d/elpa/epl-20140620.218/epl.el at Fri Jun 20 09:59:00 2014


Compiling no file at Fri Jun 20 09:59:01 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/pkg-info-20140610.630'


Compiling file /Users/hartzell/.emacs.d/elpa/pkg-info-20140610.630/pkg-info-pkg.el at Fri Jun 20 09:59:01 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/pkg-info-20140610.630/'


Compiling file /Users/hartzell/.emacs.d/elpa/pkg-info-20140610.630/pkg-info.el at Fri Jun 20 09:59:01 2014


Compiling no file at Fri Jun 20 09:59:02 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/f-20140220.21'


Compiling file /Users/hartzell/.emacs.d/elpa/f-20140220.21/f-pkg.el at Fri Jun 20 09:59:02 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/f-20140220.21/'


Compiling file /Users/hartzell/.emacs.d/elpa/f-20140220.21/f.el at Fri Jun 20 09:59:02 2014
f.el:36:1:Error: Cannot open load file: s


Compiling no file at Fri Jun 20 09:59:02 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/dash-20140618.2212'


Compiling file /Users/hartzell/.emacs.d/elpa/dash-20140618.2212/dash-pkg.el at Fri Jun 20 09:59:02 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/dash-20140618.2212/'


Compiling file /Users/hartzell/.emacs.d/elpa/dash-20140618.2212/dash.el at Fri Jun 20 09:59:02 2014

In -flatten-n:
dash.el:299:43:Warning: reference to free variable `it'

In -table:
dash.el:944:25:Warning: value returned from (car (let* ((v lists)) (prog1 (car
    v) (setcar v (cdr (car v)))))) is unused


Compiling no file at Fri Jun 20 09:59:06 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/s-20131223.944'


Compiling file /Users/hartzell/.emacs.d/elpa/s-20131223.944/s-pkg.el at Fri Jun 20 09:59:06 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/s-20131223.944/'


Compiling file /Users/hartzell/.emacs.d/elpa/s-20131223.944/s.el at Fri Jun 20 09:59:06 2014


Compiling no file at Fri Jun 20 09:59:08 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/flycheck-20140618.13'


Compiling file /Users/hartzell/.emacs.d/elpa/flycheck-20140618.13/flycheck-pkg.el at Fri Jun 20 09:59:08 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/flycheck-20140618.13/'


Compiling file /Users/hartzell/.emacs.d/elpa/flycheck-20140618.13/flycheck.el at Fri Jun 20 09:59:08 2014
flycheck.el:49:1:Error: Cannot open load file: f


Compiling no file at Fri Jun 20 09:59:09 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/popup-20140207.1702'


Compiling file /Users/hartzell/.emacs.d/elpa/popup-20140207.1702/popup-pkg.el at Fri Jun 20 09:59:09 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/popup-20140207.1702/'


Compiling file /Users/hartzell/.emacs.d/elpa/popup-20140207.1702/popup.el at Fri Jun 20 09:59:09 2014

In end of data:
popup.el:1412:1:Warning: the function `cl-position' might not be defined at
    runtime.


Compiling no file at Fri Jun 20 09:59:12 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/auto-complete-20140618.2217'


Compiling file /Users/hartzell/.emacs.d/elpa/auto-complete-20140618.2217/auto-complete-config.el at Fri Jun 20 09:59:12 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/auto-complete-20140618.2217/'


Compiling file /Users/hartzell/.emacs.d/elpa/auto-complete-20140618.2217/auto-complete-pkg.el at Fri Jun 20 09:59:13 2014


Compiling file /Users/hartzell/.emacs.d/elpa/auto-complete-20140618.2217/auto-complete.el at Fri Jun 20 09:59:13 2014


Compiling no file at Fri Jun 20 09:59:17 2014
Leaving directory `/Users/hartzell/.emacs.d/elpa/graphene-20140517.600'


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-editing.el at Fri Jun 20 09:59:17 2014
Entering directory `/Users/hartzell/.emacs.d/elpa/graphene-20140517.600/'
graphene-editing.el:43:7:Warning: assignment to free variable `linum-format'
graphene-editing.el:84:19:Warning: assignment to free variable
    `web-mode-disable-auto-pairing'
graphene-editing.el:121:19:Warning: reference to free variable
    `graphene-linum-auto'
graphene-editing.el:123:19:Warning: reference to free variable
    `graphene-autocomplete-auto'
graphene-editing.el:125:19:Warning: reference to free variable
    `graphene-autopair-auto'

In graphene-parens:
graphene-editing.el:148:9:Warning: assignment to free variable
    `sp-show-pair-delay'
graphene-editing.el:166:7:Warning: assignment to free variable
    `scss-compile-at-save'
graphene-editing.el:169:7:Warning: assignment to free variable
    `css-indent-offset'
graphene-editing.el:184:27:Warning: reference to free variable
    `graphene-prog-mode-hooks'


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-env.el at Fri Jun 20 09:59:17 2014
graphene-env.el:41:7:Warning: assignment to free variable
    `color-theme-is-global'
graphene-env.el:43:7:Warning: assignment to free variable
    `uniquify-buffer-name-style'


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-helper-functions.el at Fri Jun 20 09:59:17 2014


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-keys.el at Fri Jun 20 09:59:17 2014


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-linux-defaults.el at Fri Jun 20 09:59:17 2014
graphene-linux-defaults.el:41:9:Warning: reference to free variable
    `graphene-default-font'
graphene-linux-defaults.el:42:9:Warning: assignment to free variable
    `graphene-default-font'
graphene-linux-defaults.el:43:9:Warning: reference to free variable
    `graphene-variable-pitch-font'
graphene-linux-defaults.el:44:9:Warning: assignment to free variable
    `graphene-variable-pitch-font'
graphene-linux-defaults.el:45:9:Warning: reference to free variable
    `graphene-fixed-pitch-font'
graphene-linux-defaults.el:46:9:Warning: assignment to free variable
    `graphene-fixed-pitch-font'


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-look.el at Fri Jun 20 09:59:17 2014

In graphene-set-fonts:
graphene-look.el:89:11:Warning: reference to free variable
    `graphene-default-font'
graphene-look.el:90:11:Warning: assignment to free variable
    `graphene-default-font'
graphene-look.el:91:11:Warning: reference to free variable
    `graphene-variable-pitch-font'
graphene-look.el:92:11:Warning: assignment to free variable
    `graphene-variable-pitch-font'
graphene-look.el:93:11:Warning: reference to free variable
    `graphene-fixed-pitch-font'
graphene-look.el:94:11:Warning: assignment to free variable
    `graphene-fixed-pitch-font'

In graphene-look-startup-after-init:
graphene-look.el:104:53:Warning: reference to free variable
    `graphene-default-font'
graphene-look.el:106:40:Warning: reference to free variable
    `graphene-variable-pitch-font'
graphene-look.el:107:37:Warning: reference to free variable
    `graphene-fixed-pitch-font'


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-osx-defaults.el at Fri Jun 20 09:59:18 2014
graphene-osx-defaults.el:38:9:Warning: reference to free variable
    `graphene-default-font'
graphene-osx-defaults.el:39:9:Warning: assignment to free variable
    `graphene-default-font'
graphene-osx-defaults.el:40:9:Warning: reference to free variable
    `graphene-fixed-pitch-font'
graphene-osx-defaults.el:41:9:Warning: assignment to free variable
    `graphene-variable-pitch-font'
graphene-osx-defaults.el:42:9:Warning: reference to free variable
    `graphene-variable-pitch-font'
graphene-osx-defaults.el:43:9:Warning: assignment to free variable
    `graphene-fixed-pitch-font'


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-other-defaults.el at Fri Jun 20 09:59:18 2014


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-pkg.el at Fri Jun 20 09:59:18 2014


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-projects.el at Fri Jun 20 09:59:18 2014

In graphene-set-project-root:
graphene-projects.el:48:9:Warning: reference to free variable
    `graphene-speedbar-auto'
graphene-projects.el:52:11:Warning: reference to free variable
    `graphene-project-pin-speedbar'

In graphene-maybe-unpin-speedbar:
graphene-projects.el:64:9:Warning: reference to free variable
    `graphene-speedbar-auto'

In end of data:
graphene-projects.el:104:1:Warning: the following functions are not known to be defined:
    graphene-pin-speedbar, graphene-unpin-speedbar


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-smartparens-config.el at Fri Jun 20 09:59:18 2014
graphene-smartparens-config.el:58:20:Warning: reference to free variable
    `sp-autoescape-string-quote-if-empty'
graphene-smartparens-config.el:58:20:Warning: assignment to free variable
    `sp-autoescape-string-quote-if-empty'

In end of data:
graphene-smartparens-config.el:61:1:Warning: the following functions are not known to be defined: sp-pair,
    sp-local-pair


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-speedbar.el at Fri Jun 20 09:59:18 2014


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-theme.el at Fri Jun 20 09:59:18 2014


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene-windows-defaults.el at Fri Jun 20 09:59:18 2014
graphene-windows-defaults.el:35:9:Warning: reference to free variable
    `graphene-default-font'
graphene-windows-defaults.el:36:9:Warning: assignment to free variable
    `graphene-default-font'
graphene-windows-defaults.el:37:9:Warning: reference to free variable
    `graphene-variable-pitch-font'
graphene-windows-defaults.el:38:9:Warning: assignment to free variable
    `graphene-variable-pitch-font'
graphene-windows-defaults.el:39:9:Warning: reference to free variable
    `graphene-fixed-pitch-font'
graphene-windows-defaults.el:40:9:Warning: assignment to free variable
    `graphene-fixed-pitch-font'


Compiling file /Users/hartzell/.emacs.d/elpa/graphene-20140517.600/graphene.el at Fri Jun 20 09:59:18 2014
graphene.el:287:1:Error: Symbol's value as variable is void: graphene-sys-defaults

installing graphene deleted my existing .emacs

Nowhere in the docs or installation instructions did it mention that installing graphene was going to blow away my existing .emacs configuration. If there was some technical requirement for it, I should have been queried or at least informed during the installation process that that was going to happen. I had to recover from my own backup (which graphene's installation did not make prior to deletion) and restore my plethora of scripts, macros, and settings which graphene had no business deleting.

I was excited to give graphene a trial run, but that behavior is outright rude behavior to users and not something I care to endorse or support.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.