Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 126973 Details for
Bug 187810
app-emacs/haskell-mode-2.3 fails on strange "Symbol's value as variable is void" error
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
screwed site-gentoo.el
site-gentoo.el (text/plain), 3.20 KB, created by
Ari Rahikkala
on 2007-08-05 17:13:44 UTC
(
hide
)
Description:
screwed site-gentoo.el
Filename:
MIME Type:
Creator:
Ari Rahikkala
Created:
2007-08-05 17:13:44 UTC
Size:
3.20 KB
patch
obsolete
>;;; site-gentoo.el --- site initialisation for Gentoo-installed packages > >;;; Commentary: >;; Automatically generated by elisp-common.eclass >;; DO NOT EDIT THIS FILE > >;;; Code: > >;;; css-mode site-lisp configuration > >(add-to-list 'load-path "/usr/share/emacs/site-lisp/css-mode") >(add-to-list 'auto-mode-alist '("\\.css$" . css-mode)) >(autoload 'css-mode "css-mode" "Mode for editing Cascading Style Sheets") > >;; site-lisp configuration for docutils > >(add-to-list 'load-path "/usr/share/emacs/site-lisp/docutils") >(autoload 'rst-mode "rst" "mode for editing reStructuredText documents" t) >(setq auto-mode-alist > (append '(("\\.rst$" . rst-mode) > ("\\.rest$" . rst-mode)) auto-mode-alist)) >;;; erlang site-lisp configuration > >(add-to-list 'load-path "/usr/share/emacs/site-lisp/erlang") >(load-library "erlang-start") >(setq erlang-root-dir "/usr/share") > >;;;BEGIN gcl addition >(autoload 'dbl "dbl" "Make a debugger to run lisp, maxima and or gdb in" t) >;;;END gcl addition >;;; Gnuplot site-lisp configuration > >(add-to-list 'load-path "/usr/share/emacs/site-lisp/gnuplot") > >;;-------------------------------------------------------------------- >;; Lines enabling gnuplot-mode > > (autoload 'gnuplot-mode "gnuplot" "gnuplot major mode" t) > (autoload 'gnuplot-make-buffer "gnuplot" "open a buffer in gnuplot mode" t) > >;; this line automatically causes all files with the .gp extension to >;; be loaded into gnuplot mode > (setq auto-mode-alist (append '(("\\.gp$" . gnuplot-mode)) auto-mode-alist)) > >;; This line binds the function-9 key so that it opens a buffer into >;; gnuplot mode > (global-set-key [(f9)] 'gnuplot-make-buffer) > >;; end of line for gnuplot-mode >;;-------------------------------------------------------------------- > >;; site-file configuration for po-mode > >(autoload 'po-mode "po-mode" "Major mode for translators to edit PO files" t) >(autoload 'po-find-file-coding-system "po-compat") > >(add-to-list 'auto-mode-alist '("\\.po\\'\\|\\.po\\." . po-mode)) >(modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\." 'po-find-file-coding-system) > >;;; tramp site-lisp configuration > >(add-to-list 'load-path "/usr/share/emacs/site-lisp/tramp") >(setq auto-save-file-name-transforms > `(("\\`/[^/]*:\\(.+/\\)*\\(.*\\)" > ,(expand-file-name "\\2" temporary-file-directory)))) >(require 'tramp) >uA >0D÷9Åu^À]t!tQ°IÔP/ÉÏýkÄ >v9¼ah#?%äÙ©Ù§ÂàÇ5{ >B´µ©0F5¶jÑ<A¶}÷¸ÞºþÞʺÔ2S¡¨öIåCr!÷, /ÖBcMùåo >LN[ÁLqEr0%¸þ?¯ÛjG:ÔiþÑ-´>ðÕ½{×î;;; git site-lisp configuration > >(add-to-list 'vc-handled-backends 'GIT) >(require 'git) >;;; svn site-lisp configuration > >(add-to-list 'load-path "/usr/share/emacs/site-lisp/subversion") >(and (< emacs-major-version 22) > (add-to-list 'load-path "/usr/share/emacs/site-lisp/subversion/compat")) >(add-to-list 'vc-handled-backends 'SVN) > >(defalias 'svn-examine 'svn-status) >(autoload 'svn-status "psvn" > "Examine the status of Subversion working copy in directory DIR." t) > >;;; nxml site-lisp configuration > >(add-to-list 'load-path "/usr/share/emacs/site-lisp/nxml-mode") >(load "/usr/share/emacs/site-lisp/nxml-mode/rng-auto.el") > >(setq auto-mode-alist > (cons '("\\.\\(xml\\|xsl\\|xsd\\|rng\\|xhtml\\)\\'" . nxml-mode) > auto-mode-alist)) > >;;; site-gentoo.el ends here
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 187810
: 126973