Mercurial > hg > config
changeset 335:a9d3f1210506
what a piece of crap; disablign for now since i dont use anyway
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 18 Jun 2013 16:50:10 -0700 |
parents | a25eb7e42889 |
children | 4d5d5097686f |
files | .emacs |
diffstat | 1 files changed, 13 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.emacs Fri May 17 03:13:11 2013 -0700 +++ b/.emacs Tue Jun 18 16:50:10 2013 -0700 @@ -1,7 +1,16 @@ -;; emacs server (what a piece of crap) -(require 'server) - (or (server-running-p) - (server-start)) +;; ;; ;; emacs server (what a piece of crap) +;; (require 'server) +;; (unless (server-running-p) +;; (server-start)) +;; ;; ;; An error has occurred while loading `/home/jhammel/.emacs': +;; ;; ;; Symbol's function definition is void: server-running-p +;; ;; ;; To ensure normal operation, you should investigate and remove the +;; ;; ;; cause of the error in your initialization file. Start Emacs with +;; ;; ;; the `--debug-init' option to view a complete error backtrace. + +;; ;; ;; For information about GNU Emacs and the GNU system, type C-h C-a. +;; ;; How to fix: +;; http://stackoverflow.com/questions/9999320/how-to-check-if-a-function-e-g-server-running-p-is-available-under-emacs ;;;; bars