From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: pjb@informatimago.com (Pascal J. Bourguignon) Newsgroups: gmane.emacs.help Subject: Re: newbie - elba/how do i run packages Date: Tue, 05 Jan 2010 00:41:52 +0100 Organization: Informatimago Message-ID: <87k4vxwi7z.fsf@hubble.informatimago.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262710361 23566 80.91.229.12 (5 Jan 2010 16:52:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Jan 2010 16:52:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 05 17:52:33 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NSCdZ-0006mc-3Z for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Jan 2010 17:52:05 +0100 Original-Received: from localhost ([127.0.0.1]:46436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSCdZ-0006qj-Fe for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Jan 2010 11:52:05 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!cgl.ucsf.edu!newsfeed.berkeley.edu!ucberkeley!feeder.news-service.com!newsfeed.freenet.de!bolzen.all.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 90 Original-X-Trace: individual.net lXCj6ZpuM0PXyJV6w6KkeQzbUMRuepliY7JpH9RllM+e1abFz4 Cancel-Lock: sha1:Yzg3OGNlOTQzYmE1ZmRhZjYxMTIxOTAyOTFjMWFkZTYxMDhlZmVjZg== sha1:ezPmqEBFza11uFuu+vkVfasmKD4= Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA oElEQVR4nK3OsRHCMAwF0O8YQufUNIQRGIAja9CxSA55AxZgFO4coMgYrEDDQZWPIlNAjwq9 033pbOBPtbXuB6PKNBn5gZkhGa86Z4x2wE67O+06WxGD/HCOGR0deY3f9Ijwwt7rNGNf6Oac l/GuZTF1wFGKiYYHKSFAkjIo1b6sCYS1sVmFhhhahKQssRjRT90ITWUk6vvK3RsPGs+M1RuR mV+hO/VvFAAAAABJRU5ErkJggg== X-Accept-Language: fr, es, en X-Disabled: X-No-Archive: no User-Agent: Gnus/5.101 (Gnus v5.10.10) Emacs/22.3 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:175987 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71066 Archived-At: brian writes: > Hi, > > I am using GNU emacs 23 in cygwin. I dont have emacs-lisp > background. I got as far as running the elpa script in the elisp > window. What is the elpa script? I launch cygwin/X and launch emacs-x11 from an xterm or from WindowMaker. > The I can highlight and "I" a package, then hit "x" . Some > packages seem to work, like "dictionary", however I want to try > "slime" > > slime 20091016 installed Superior Lisp Interaction > Mode for Emac > > it says "no such file or directory" > > also do you know if xemacs is preferred in cywin? I use emacs-x11 (version 23.0.92.1) too on cygwin. Have you a (require 'slime) in ~/.emacs? Here is my ~/.emacs, as you can see, I didn't set load-path, and everything works as expected. ---(~/.emacs)----------------------------------------------------------------- (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(eval-expression-print-length nil) '(eval-expression-print-level nil) '(gnus-select-method (quote (nntp "news.individual.net"))) '(lisp-mode-hook (quote (paredit-mode slime-mode))) '(ps-header-lines 0) '(ps-print-header nil) '(slime-mode-hook (quote (slime-add-easy-menu slime-setup-first-change-hook)) t) '(slime-net-coding-system (quote utf-8-unix))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) (tool-bar-mode -1) (menu-bar-mode -1) (scroll-bar-mode -1) (transient-mark-mode 1) (require 'cl) (when (<= 23 emacs-major-version) (require 'w3m-ems)) (require 'w3m) (setf browse-url-browser-function 'w3m-browse-url) (require 'erc) (require 'paredit) (require 'slime) (setf inferior-lisp-program "/usr/bin/clisp.exe -q -Kfull+new-clx -E utf-8") ;; (x-list-fonts "-misc-fixed-*-*-normal-*-13-*-*-*-*-*-iso8859-1") ;; (set-default-font "-misc-fixed-medium-r-normal--13-100-75-75-c-60-iso8859-1") (set-default-font "-misc-fixed-medium-r-normal--13-100-100-100-c-70-iso8859-1") (when nil (progn (set-frame-height (first (frame-list)) 35) (set-frame-width (first (frame-list)) 140)) ) (put 'erase-buffer 'disabled nil) (require 'clhs) (global-set-key (kbd "C-h y") 'common-lisp-hyperspec) (setf common-lisp-hyperspec-root "file://opt/share/lisp/HyperSpec") ------------------------------------------------------------------------ -- __Pascal Bourguignon__ http://www.informatimago.com/