From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Krishnakant Newsgroups: gmane.emacs.help Subject: Re: Emacs IDE Date: Wed, 8 Mar 2017 12:49:13 +0530 Message-ID: <5ef2195e-4e80-ee19-ebe2-8c97dbecd494@openmailbox.org> References: <80bb5eb4-732b-99e2-da12-e6894aa83d83@kendallshaw.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1488957594 22600 195.159.176.226 (8 Mar 2017 07:19:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 8 Mar 2017 07:19:54 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 To: Stefan Monnier , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 08 08:19:50 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1clVsw-00050d-So for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Mar 2017 08:19:46 +0100 Original-Received: from localhost ([::1]:54575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clVt3-00010V-1m for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Mar 2017 02:19:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clVsa-0000yq-BP for help-gnu-emacs@gnu.org; Wed, 08 Mar 2017 02:19:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clVsX-000246-72 for help-gnu-emacs@gnu.org; Wed, 08 Mar 2017 02:19:24 -0500 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:38311 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1clVsW-0001zb-VC for help-gnu-emacs@gnu.org; Wed, 08 Mar 2017 02:19:21 -0500 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id 9DD43524CA7; Wed, 8 Mar 2017 08:19:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488957559; bh=vTO7c33mhkgfcGrDLmCbbMqsaI22GIhGup7U8A56zDY=; h=Subject:To:References:From:Date:In-Reply-To:From; b=MW97GW0niRniyaIS5NvWNUBN8lBs+6I+2/ZFEasZYwk3nZ+3O5UqYxNNhC5og6R4o MqEdSw66Gdv1xMSyYyiEcvgpcwGNZt0wQDGMi47Vt4Rp8H8L8dJ1F6Na5SJWlI6EOW sDHcSLpVOvGerv0CGLYAnwmXYxbGYI5xwJPvxG1g= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488957559; bh=vTO7c33mhkgfcGrDLmCbbMqsaI22GIhGup7U8A56zDY=; h=Subject:To:References:From:Date:In-Reply-To:From; b=MW97GW0niRniyaIS5NvWNUBN8lBs+6I+2/ZFEasZYwk3nZ+3O5UqYxNNhC5og6R4o MqEdSw66Gdv1xMSyYyiEcvgpcwGNZt0wQDGMi47Vt4Rp8H8L8dJ1F6Na5SJWlI6EOW sDHcSLpVOvGerv0CGLYAnwmXYxbGYI5xwJPvxG1g= In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 5.79.108.160 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112452 Archived-At: On Tuesday 07 March 2017 07:56 PM, Stefan Monnier wrote: >> Html tags just don't get completed automatically and ther is no auto >> completion triggering as I type. > You can try nxml-mode, which will give you the completion data, and > if you don't want to have to hit M-TAB to get completion, then install company-mode (from GNU ELPA) to get the "completion popup". > > You'll probably also want to install the html5-schema package from GNU > ELPA, since Emacs only comes with the html4 schema. > Hi Stefan, Thanks a lot. 2 quick questions. is nxml mode a good replacement to web-mode? As you know HTML is not the only thing a single .html file will have, probably css and javascript will also be there. and second, will I have to configure company to work with nxml or will nxml search for company and start it automatically? Do i have to add the hooks for that? Happy hacking. Krishnakant.