[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Emacs help window



        Strange, this is my whole .emacs file, perhaps it's another entry that makes that work.


;#####csound emacs mode#####
;;(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/stef-elisp")
(require 'stef-elisp)


;#####supercollider emacs mode#####

(require 'sclang)
(require 'w3m)


(require 'color-theme)
;;#####skeleton pair insertion for brackets and stuff#####
;;(global-set-key "\"" 'skeleton-pair-insert-maybe)
;;(global-set-key "\'" 'skeleton-pair-insert-maybe)
;;(global-set-key "\`" 'skeleton-pair-insert-maybe)
;;(global-set-key "\{" 'skeleton-pair-insert-maybe)
;;(global-set-key "\[" 'skeleton-pair-insert-maybe)
;;(global-set-key "\(" 'skeleton-pair-insert-maybe)
;;(global-set-key "\<" 'skeleton-pair-insert-maybe)
;;(setq skeleton-pair 1)

;#####no toolbar, menubar, highlight a selection while making it#####
(tool-bar-mode 0)
(scroll-bar-mode -1)
(transient-mark-mode 1)
(menu-bar-mode 0)

(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.
;; '(color-theme-selection "Oswald" (color-theme))
 '(emacs-goodies-el-defaults t)
 '(pop-up-frames nil)
 '(pop-up-windows t)
 '(sclang-auto-scroll-post-buffer t)
 '(sclang-eval-line-forward nil)
 '(sclang-help-path (quote ("/usr/local/share/SuperCollider/Help" "~/SuperCollider/Help")))
 '(sclang-library-configuration-file "~/.sclang.cfg")
 '(sclang-runtime-directory "~/SuperCollider/")
 '(sclang-server-panel "Server.default.makeGui")
 '(show-paren-mode t)
 '(w3m-pop-up-frames t)
 '(w3m-pop-up-windows nil)
 '(inhibit-startup-screen t))
(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.
 )

2009/5/3 Michael Pacey <michael@xxxxxxxxxx>
Thanks to you all, the .emacs entries didn't work for me but the new
frame works fine :)

Cheers.
--
Michael Pacey
mailto: michael@xxxxxxxxxx



_______________________________________________