From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: info-lookup-symbol Date: Mon, 06 Feb 2006 09:51:45 +0200 Organization: JURTA Message-ID: <87y80o99cj.fsf@jurta.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139220335 21553 80.91.229.2 (6 Feb 2006 10:05:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2006 10:05:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 06 11:05:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F63FI-0008V8-Pd for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2006 11:05:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F63Ia-0001c2-Rb for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2006 05:08:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F63Cs-0000Hb-Ab for emacs-devel@gnu.org; Mon, 06 Feb 2006 05:02:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F63Cr-0000Go-0T for emacs-devel@gnu.org; Mon, 06 Feb 2006 05:02:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F63Cq-0000GU-9Y for emacs-devel@gnu.org; Mon, 06 Feb 2006 05:02:48 -0500 Original-Received: from [194.126.101.98] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F63CJ-0001IH-CN; Mon, 06 Feb 2006 05:02:15 -0500 Original-Received: from mail.neti.ee (80-235-32-77-dsl.mus.estpak.ee [80.235.32.77]) by Relayhost1.neti.ee (Postfix) with ESMTP id 20910DAEE; Mon, 6 Feb 2006 11:59:17 +0200 (EET) Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Sun, 05 Feb 2006 12:35:32 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50098 Archived-At: > man/programs.texi says: > > This feature currently supports the modes AWK, Autoconf, Bison, C, > Emacs Lisp, LaTeX, M4, Makefile, Octave, Perl, Scheme, and Texinfo, > provided you have installed the relevant Info files, which are > typically available with the appropriate GNU package. > > Could someone verify that list is accurate? grep ":mode" info-look.el | sort produces: :mode 'autoconf-mode :mode 'awk-mode :mode 'bison-mode :mode 'c-mode :topic 'file :mode 'c-mode :topic 'symbol :mode 'cfengine-mode :mode 'cperl-mode :mode 'emacs-lisp-mode :mode 'inferior-maxima-mode :mode 'latex-mode :mode 'lisp-interaction-mode :mode 'lisp-mode :mode 'm4-mode :mode 'makefile-mode :mode 'maxima-mode :mode 'octave-mode :mode 'perl-mode :mode 'scheme-mode :mode 'sh-mode :topic 'symbol :mode 'texinfo-mode What is missing in man/programs.texi is: cfengine, Maxima (its mode doesn't exist in Emacs CVS) and shell-script. -- Juri Linkov http://www.jurta.org/emacs/