From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bourgneuf Francois" Newsgroups: gmane.emacs.help Subject: RE: html-helper-mode Date: Mon, 25 Sep 2006 15:55:51 +0200 Message-ID: <8A921A5AACA1A64F936C730FC1F817214690DE@zw67246c.societe.mma.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1159192622 31689 80.91.229.2 (25 Sep 2006 13:57:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Sep 2006 13:57:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 25 15:56:57 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GRqwP-00080m-Ro for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Sep 2006 15:56:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRqwP-0004vE-E9 for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Sep 2006 09:56:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRqwC-0004tR-NK for help-gnu-emacs@gnu.org; Mon, 25 Sep 2006 09:56:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRqwA-0004r2-Au for help-gnu-emacs@gnu.org; Mon, 25 Sep 2006 09:56:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRqwA-0004qn-7t for help-gnu-emacs@gnu.org; Mon, 25 Sep 2006 09:55:58 -0400 Original-Received: from [195.101.229.226] (helo=Z3A7255c.societe.mma.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRr0a-0007sm-1p for help-gnu-emacs@gnu.org; Mon, 25 Sep 2006 10:00:32 -0400 Original-Received: from ZW67246C.societe.mma.fr ([10.200.3.36]) by ZW67253I.societe.mma.fr with Microsoft SMTPSVC(5.0.2195.6713); Mon, 25 Sep 2006 15:55:51 +0200 Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: html-helper-mode Thread-Index: AcbgqEBLYUziGNhhT0mfKgEoGTknBgAAWSRg Original-To: X-OriginalArrivalTime: 25 Sep 2006 13:55:52.0014 (UTC) FILETIME=[502286E0:01C6E0AA] 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:37610 Archived-At: >> I added >> >> (add-to-list 'auto-mode-alist '("\\.html$" . html-helper-mode)) >> (add-to-list 'auto-mode-alist '("\\.htm$" . html-helper-mode)) >> >> >> to my .emacs but opening html files leaves my emacs in html-mode and not >> html-helper mode. >> >> Any suggestions? > >I see its a bug: > >http://groups.google.de/group/linux.debian.bugs.dist/browse_frm/thread/ 5bfe7a3a006499f8/38fbc534548cad04?lnk=3Dst&q=3Dhtml-helper-mode&rnum=3D17= #38fb c534548cad04 > > >Anyone have a fix? =20 There is a way you can force a document to be opened in html-helper-mode, just insert at the top of your html code. I know this is not "THE" solution, it's just a tip.=20 Bour9=20