Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 126586 Details for
Bug 187336
dev-utils/gtk-doc-1.8-r1 installs gziped .el file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
site-gentoo.el before emerge
site-gentoo.el.old (text/plain), 2.76 KB, created by
Jules Colding
on 2007-08-01 09:23:55 UTC
(
hide
)
Description:
site-gentoo.el before emerge
Filename:
MIME Type:
Creator:
Jules Colding
Created:
2007-08-01 09:23:55 UTC
Size:
2.76 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: >;;; 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) > >;;; xcscope site-lisp configuration > >(add-to-list 'load-path "/usr/share/emacs/site-lisp/xcscope") >(require 'xcscope) > >;;; site-lisp configuration for gentoo-syntax > >(add-to-list 'load-path "/usr/share/emacs/site-lisp/gentoo-syntax") > >(autoload 'ebuild-mode "gentoo-syntax" > "Major mode for Portage .ebuild and .eclass files." t) >(autoload 'eselect-mode "gentoo-syntax" "Major mode for .eselect files." t) > >(add-to-list 'auto-mode-alist '("\\.ebuild\\'" . ebuild-mode)) >(add-to-list 'auto-mode-alist '("\\.eclass\\'" . ebuild-mode)) >(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode)) >(add-to-list 'interpreter-mode-alist '("runscript" . sh-mode)) > >;;; auctex site-lisp configuration > >(load "auctex.el" nil t t) >;;;;; detect needed steps after rebuild >(setq TeX-parse-self t) > >;;; cedet site-lisp configuration > >(load "/usr/share/emacs/site-lisp/cedet/common/cedet") > >;; If you wish to customize CEDET, you will need to follow the >;; directions in the INSTALL (installed in the documentation) file and >;; customize your ~/.emacs /before/ site-gentoo is loaded. > >;;; emacs-w3m site-lisp configuration > >(add-to-list 'load-path "/usr/share/emacs/site-lisp/emacs-w3m") >(setq w3m-icon-directory "/usr/share/pixmaps/emacs-w3m") >(require 'w3m-load) > >;;; 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 187336
: 126586 |
126588