# HG changeset patch # User Jeff Hammel # Date 1371663961 25200 # Node ID 4d5d5097686f2adf463a5be1dbc6ef2519029324 # Parent b27ea86a9c9ed091780803b629400fec0d68cb29# Parent a9d3f12105068abba0210193e3817a6b3eddc00b first commit diff -r b27ea86a9c9e -r 4d5d5097686f .emacs --- a/.emacs Wed Jun 19 09:59:02 2013 -0700 +++ b/.emacs Wed Jun 19 10:46:01 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