From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Will Willis Newsgroups: gmane.emacs.help Subject: HTML commenting in PHP mode Date: Fri, 12 Jun 2009 22:33:21 -0500 Message-ID: <6ee1e6090906122033j67f1a361ved27d5c1073124cf@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244864042 21205 80.91.229.12 (13 Jun 2009 03:34:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Jun 2009 03:34:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 13 05:33:57 2009 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 1MFK06-0001Vo-MJ for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jun 2009 05:33:50 +0200 Original-Received: from localhost ([127.0.0.1]:33058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFK06-0007h4-2J for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jun 2009 23:33:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFJzm-0007gp-2K for help-gnu-emacs@gnu.org; Fri, 12 Jun 2009 23:33:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFJzg-0007gd-LE for help-gnu-emacs@gnu.org; Fri, 12 Jun 2009 23:33:28 -0400 Original-Received: from [199.232.76.173] (port=43016 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFJzg-0007ga-I7 for help-gnu-emacs@gnu.org; Fri, 12 Jun 2009 23:33:24 -0400 Original-Received: from mail-ew0-f225.google.com ([209.85.219.225]:38858) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFJzg-0006zr-8k for help-gnu-emacs@gnu.org; Fri, 12 Jun 2009 23:33:24 -0400 Original-Received: by ewy25 with SMTP id 25so2027110ewy.42 for ; Fri, 12 Jun 2009 20:33:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=aziLTGd9AcUKG8FcpnNN8L4KmWl87eyRI6Z+uCaEsbA=; b=fpH8imPu4FK3WAUCDFAbMD4oDE/UOT60tYeAXOdJt8J/l8sTnHQkDONHAqffoumkbO xWG3yPI8aR8v+iTX9Z8zL6RMeBxAl0Kr3gncoH/xi0HtbnJpi2glGhJxW/bfTVqBQOfJ ytwOez/0Z8Wjb+ok18fk/sKnOo/Z/lP6Ibl9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=tAjJaIoLGkO0/fjHsfXkvDZxmgtInvzCywfP83ZkARSM9zWBZE2otxpYRceqZ9U72V Ypze6qv5RSNzw2sPbwDPD2ACvcO9RosuNSD5hiNlDA4B8Kx2VsbSDHj6A92n42dbt2Gm xs42RV6bXcAyJwdH2DLyI4L3qUH9VMILHQLIQ= Original-Received: by 10.216.2.210 with SMTP id 60mr1571297wef.21.1244864002300; Fri, 12 Jun 2009 20:33:22 -0700 (PDT) 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:65232 Archived-At: frequently I want to comment a region of HTML in a PHP file, but PHP/C style comments are inserted around the HTML. Is there a quicker/better way to HTML-comment a region? -Will