From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hemant kumar Newsgroups: gmane.emacs.help Subject: multi mode for html editing Date: Wed, 12 Nov 2008 22:17:06 +0530 Message-ID: <1226508426.30567.24.camel@shire> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226508861 32611 80.91.229.12 (12 Nov 2008 16:54:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Nov 2008 16:54:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 12 17:55:22 2008 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.50) id 1L0IzA-0006ga-4S for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Nov 2008 17:54:32 +0100 Original-Received: from localhost ([127.0.0.1]:50636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0Iy2-0007a6-B8 for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Nov 2008 11:53:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0IxX-0007Vc-4C for help-gnu-emacs@gnu.org; Wed, 12 Nov 2008 11:52:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0IxW-0007V9-7a for help-gnu-emacs@gnu.org; Wed, 12 Nov 2008 11:52:50 -0500 Original-Received: from [199.232.76.173] (port=35610 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0IxV-0007Ux-Qx for help-gnu-emacs@gnu.org; Wed, 12 Nov 2008 11:52:49 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.155]:30912) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0IxV-0004J9-EJ for help-gnu-emacs@gnu.org; Wed, 12 Nov 2008 11:52:49 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so220235yxf.66 for ; Wed, 12 Nov 2008 08:52:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=xq6YOdqdha2JtfJvCQaCSJrcidyyA5ixlrqqg+bWGB4=; b=PdHUk24lqi5+G3ZeIDX7fcQedDbfnavCH0dCtWbaqThkKiN+yKS8u1xxhmdW6ECAS8 Hq2IGzDCNqxreY88gHfBaZe1M0qHgCegneK9yQswIg81+RyO2p5fO2fR5t5NtGnKw7OR jwXFYLibAQRpbGzGJ3FfrCB0Fc1P/YyrGtlfo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=ZKPuuEsbmcI2xJtz3l6cO/ejQlkvQa6BwZILhxHD4P+E2HXPKT78qFPpt9kYCOMe0d bkqgRCzvOd/vNA1ldpcvACsHs2x0JNzWEBbIO/2pXknyxY8gRnj3sX4HDN0Q/9dWf5qg vnlxFJYp88joRX+CA4z2CP84qvPyzd8WQ9deY= Original-Received: by 10.151.108.3 with SMTP id k3mr3332587ybm.235.1226508433849; Wed, 12 Nov 2008 08:47:13 -0800 (PST) Original-Received: from ?10.0.0.2? ([122.164.112.143]) by mx.google.com with ESMTPS id k49sm10889196rnd.14.2008.11.12.08.47.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 12 Nov 2008 08:47:12 -0800 (PST) X-Mailer: Evolution 2.24.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:59698 Archived-At: Hi, Is there any lisp package that actually works for multi-mode coding such as, html,css,javascript and ERB (embedded ruby), all in one file? I have tried several solutions and none of them seem to work as purpose. mmm-mode, nxhtml-mode and stuff.