From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Heuristics for: is a major-mode a "programming language" mode? Date: Thu, 16 Sep 2010 01:22:03 +0200 Organization: A noiseless patient Spider Message-ID: References: <50407747-1f13-43c4-bb9a-ac53afdeca19@g6g2000pro.googlegroups.com> <084e458d-2de1-4377-9744-1af0044d7529@i4g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291866979 1797 80.91.229.12 (9 Dec 2010 03:56:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 03:56:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 04:56:15 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQXc7-0007gx-BN for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 04:56:15 +0100 Original-Received: from localhost ([127.0.0.1]:53138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQXc6-0001QE-Mi for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 22:56:14 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 15 Injection-Date: Wed, 15 Sep 2010 23:22:06 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="xDHsy1x9NE+TbkG1x7hofg"; logging-data="29672"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+LzlItkHdYJzmm4eesBq16" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:NIO1BO/R3QHe6Jx1Sx0+6XyzJj4= sha1:sAcbMXCzJ7DQOQswVQYD8s10da8= Original-Xref: usenet.stanford.edu gnu.emacs.help:181332 comp.emacs:100506 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76594 Archived-At: >> The "info doc" part already exists: it's bound to C-h S. >> It should be easy to make it able to use browse-url instead of Info. > haven't used this before. When i tried to do that in perl or python > mode, the mini-buffer seems to try to search the info doc but couldn't > find it.... > am wondering to what extent it is currently being used in practice. > Does anyone reading here use this daily? I don't use it daily, but it's worked when I used it. Of course, if you don't have the Info docs, it won't work (and that failure mode may not be very clean), but otherwise it should. If not, please M-x report-emacs-bug. Stefan