From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: prad Newsgroups: gmane.emacs.help Subject: Re: recommended html modes Date: Wed, 21 Mar 2012 17:43:38 -0700 Message-ID: <87obrpo479.fsf@psinom.home> References: <87r4wmpfmo.fsf@psinom.home> <873992no39.fsf@Gmail.com> <871uolptjx.fsf@psinom.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1332377553 26037 80.91.229.3 (22 Mar 2012 00:52:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2012 00:52:33 +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 Mar 22 01:52:33 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SAWGW-00012e-87 for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2012 01:52:32 +0100 Original-Received: from localhost ([::1]:46361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAWGV-0002wJ-JX for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Mar 2012 20:52:31 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAWGQ-0002vX-Ht for help-gnu-emacs@gnu.org; Wed, 21 Mar 2012 20:52:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAWGO-0004qg-OR for help-gnu-emacs@gnu.org; Wed, 21 Mar 2012 20:52:26 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:52656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAWGO-0004qV-HN for help-gnu-emacs@gnu.org; Wed, 21 Mar 2012 20:52:24 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SAWGM-0000wS-Tk for help-gnu-emacs@gnu.org; Thu, 22 Mar 2012 01:52:22 +0100 Original-Received: from s0106000acd1d509c.du.shawcable.net ([70.67.174.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Mar 2012 01:52:22 +0100 Original-Received: from prad by s0106000acd1d509c.du.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Mar 2012 01:52:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: s0106000acd1d509c.du.shawcable.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:P8ylFDk8UT3bp5WkBTq1HK5BUuQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84085 Archived-At: PJ Weisberg writes: > (push '("\\.s?html?$" . nxml-mode) auto-mode-alist) > hey thx pj! never knew about auto-mode-alist! (i thought you'd have to use hooks or something, but i never explored it.) a quick question about nxml mode. if i want to surround a paragraph with

is there a mechanism for selecting the paragraph and enclosing it (eg M-ret does this in html-helper-mode). i haven't been able to find something like this in any of the docs on nxml i've come across so far. -- in friendship, prad