From: Glenn Morris Date: Tue, 19 Feb 2013 03:10:46 +0000 (-0800) Subject: Remove some defunct/no longer relevant MORE.STUFF links. X-Git-Tag: emacs-24.3-rc1~40 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6db17b0200e342dae7a1e09df7f03f80dcbf3fad;p=emacs.git Remove some defunct/no longer relevant MORE.STUFF links. Move info-look stuff to info-look.el commentary. --- diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF index 19b35f8ab28..57be8a2e971 100644 --- a/etc/MORE.STUFF +++ b/etc/MORE.STUFF @@ -41,9 +41,6 @@ a web search is often the best way to find results. The Emacs Wiki has an area for storing elisp files . -* WikEmacs - is an alternative wiki for Emacs. - * Emacs slides and tutorials can be found here: @@ -55,16 +52,8 @@ so you will find the latest version in Emacs. * Ada-mode: - * Battery and Info Look: - * CC mode: - * CPerl: - - * Ediff and Viper: - - * ERC: - * Gnus: * MH-E: @@ -73,25 +62,11 @@ so you will find the latest version in Emacs. * Org mode: - * RefTeX: - - * Remember: - * CEDET: * Tramp: Remote file access via rsh/ssh -* Auxiliary files - - * (Tex)info files for use with Info-look that don't come from GNU - packages: - * Scheme: - * LaTeX: (or CTAN mirrors) - * Perl: - (or CPAN mirrors) - * GNU Zile: A lightweight Emacs clone, for when you don't have room for Emacs proper. @@ -108,6 +83,7 @@ packages that you can install. * AUCTeX: An extensible package that supports writing and formatting TeX files (including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX). + Includes Preview LaTeX: embed preview LaTeX images in source buffer. Available from GNU ELPA. * BBDB: personal Info Rolodex integrated with mail/news: @@ -134,6 +110,7 @@ packages that you can install. * Emacs Muse: An authoring and publishing environment for Emacs. + Available from GNU ELPA. * Emacs speaks statistics (ESS): statistical programming within Emacs @@ -170,9 +147,6 @@ packages that you can install. * Planner Mode: Planner is an organizer and day planner for Emacs. - * Preview LaTeX: embed preview LaTeX images in source buffer. - - * Quack: Quack enhances Emacs support for Scheme. diff --git a/lisp/info-look.el b/lisp/info-look.el index a67fabc5a88..f13900112fa 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -27,6 +27,14 @@ ;; Really cool code to lookup info indexes. ;; Try especially info-lookup-symbol (aka C-h S). +;; Some additional sources of (Tex)info files for non-GNU packages: +;; +;; Scheme: +;; LaTeX: +;; +;; (or CTAN mirrors) +;; Perl: (or CPAN mirrors) + ;;; Code: (require 'info)