This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; -*-mode:Emacs-Lisp;buffer-cleanup-p:t-*- | |
| ;; Time-stamp: <2010-09-15 08:54:34 dky> | |
| ;;----------------------------------------------------------------------------- | |
| ;; File : emacsserver.el | |
| ;; Auth : Dhruva Krishnamurthy (dhruvakm@gmail.com) | |
| ;; Status : Development (flaky) | |
| ;; Usage : | |
| ;; o As server: | |
| ;; (require 'emacsserver) | |
| ;; (emacsserver-start "magic") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; -*-mode:Emacs-Lisp;buffer-cleanup-p:t;buffer-read-only:t-*- | |
| ;; Time-stamp: <2010-09-14 12:13:40 dky> | |
| ;;----------------------------------------------------------------------------- | |
| ;; Author : Dhruva Krishnamurthy | |
| ;; Date : 7th Dec 2000 | |
| ;; Note : I thank a lot of other people whose code I have used | |
| ;;----------------------------------------------------------------------------- | |
| ;; Some variable declarations | |
| (defvar buffer-cleanup-p nil |
NewerOlder