From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angela Bellavance Newsgroups: gmane.emacs.help Subject: Possible bugs with indentation in html mode Date: Fri, 16 Feb 2007 17:31:18 -0600 Message-ID: <45D63EC6.2090703@fnal.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1171668708 13623 80.91.229.12 (16 Feb 2007 23:31:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Feb 2007 23:31:48 +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 Feb 17 00:31:41 2007 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 1HICYD-0003NF-BZ for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 00:31:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HICYC-000746-Q9 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Feb 2007 18:31:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HICY1-000741-99 for help-gnu-emacs@gnu.org; Fri, 16 Feb 2007 18:31:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HICXz-00073p-SN for help-gnu-emacs@gnu.org; Fri, 16 Feb 2007 18:31:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HICXz-00073m-LU for help-gnu-emacs@gnu.org; Fri, 16 Feb 2007 18:31:23 -0500 Original-Received: from mailgw1.fnal.gov ([131.225.111.11]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HICXz-0006Hz-A6 for help-gnu-emacs@gnu.org; Fri, 16 Feb 2007 18:31:23 -0500 Original-Received: from mailav2.fnal.gov (mailav2.fnal.gov [131.225.111.20]) by mailgw1.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with SMTP id <0JDK000FUX9G5G@mailgw1.fnal.gov> for help-gnu-emacs@gnu.org; Fri, 16 Feb 2007 17:31:22 -0600 (CST) Original-Received: from mailgw2.fnal.gov ([131.225.111.12]) by mailav2.fnal.gov (SAVSMTP 3.1.7.47) with SMTP id M2007021617312212242 for ; Fri, 16 Feb 2007 17:31:22 -0600 Original-Received: from conversion-daemon.mailgw2.fnal.gov by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) id <0JDK00I01XBIUF@mailgw2.fnal.gov> (original mail from bellavan@fnal.gov) for help-gnu-emacs@gnu.org; Fri, 16 Feb 2007 17:31:22 -0600 (CST) Original-Received: from [127.0.0.1] (CD-106022.dhcp.fnal.gov [131.225.162.142]) by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with ESMTPA id <0JDK00LN4XCAP0@mailgw2.fnal.gov> for help-gnu-emacs@gnu.org; Fri, 16 Feb 2007 17:31:22 -0600 (CST) User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) X-detected-kernel: Solaris 9 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:41266 Archived-At: Hello, I'm editing HTML code using emacs and I'm noticing some strange behavior with the indentation. I can hit TAB on elements like "" and "" and "
", and emacs will happily indent each by two spaces relative to the container tag, ending the additional space when it finds the corresponding closing tag. However, it does not handle single tags well (e.g. "
", "", etc.). Emacs adds the two-space indentation following one of these single tags and will not decrement the indentation unless a closing tag is found for some surrounding set of tags. Is there any chance of fixing this behavior? I had one other question as well. Is there any way to make the indentation behavior follow the "relative to previous line" rule? Personally, I don't always want the addition of two spaces of indentation added every time I open a tag set. For example, I would prefer something like this: <font color="black">This is my title</font>

This is my title


Cell 1 Cell 2
But if I TAB-indent the above HTML using Emacs, I get this: <font color="black">This is my title</font>

This is my title


Cell 1 Cell 2
When I've got nested tables with large cell contents, having every line indented those extra several spaces can really be a pain.... Thanks for any help or suggestions! - Angela -- Dr. Angela Bellavance Fermilab Computing Division Running Experiments Operations 630-840-2284 bellavan@fnal.gov From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Possible bugs with indentation in html mode Date: Fri, 16 Feb 2007 23:41:00 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1171690836 26163 80.91.229.12 (17 Feb 2007 05:40:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Feb 2007 05:40:36 +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 Feb 17 06:40:29 2007 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 1HIIJB-00074E-ID for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 06:40:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIIJB-0005ed-4N for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 00:40:29 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.umontreal.ca!news.umontreal.ca.POSTED!not-for-mail Original-NNTP-Posting-Date: Fri, 16 Feb 2007 22:41:00 -0600 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) Cancel-Lock: sha1:lTFyQKkalFiXQmyc3XtXU9Mi0/g= Original-Lines: 21 Original-NNTP-Posting-Host: 132.204.27.213 Original-X-Trace: sv3-IFxyzywA8vaptjst597R8RYUsn1Kcb+TWMWbmb/nL1xqFQR75ISyltVjpA1TgvkeSmcIj2k99yZg7G6!AR7/or46EIP58T4MERPR24YTXJxZhA5CLomYfPuSYoj5pF83N0pzItLswiMAChATjrBKhlBMBctJ!A0PyjnvWuC4ANEP/8A== Original-X-Complaints-To: abuse@umontreal.ca X-DMCA-Complaints-To: abuse@umontreal.ca X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Original-Xref: shelby.stanford.edu gnu.emacs.help:145668 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:41273 Archived-At: > I'm editing HTML code using emacs and I'm noticing some strange behavior > with the indentation. Emacs does not come with an HTML mode that provides indentation (unless you're using a development version such as the soon-to-be-released Emacs-22). There are several packages out there that provide an HTML mode with indentation. So please tell us which HTML mode you're using. > I can hit TAB on elements like "" and "" and "
", and emacs > will happily indent each by two spaces relative to the container tag, > ending the additional space when it finds the corresponding closing tag. > However, it does not handle single tags well (e.g. "
", "", > etc.). Emacs adds the two-space indentation following one of these single > tags and will not decrement the indentation unless a closing tag is found > for some surrounding set of tags. I believe the Emacs-22 HTML mode does handle those special tags correctly, so I presume this is another mode you're talking about. Stefan From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angela Bellavance Newsgroups: gmane.emacs.help Subject: Re: Possible bugs with indentation in html mode Date: Fri, 16 Feb 2007 23:57:30 -0600 Message-ID: <45D6994A.1060007@fnal.gov> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1171691859 27871 80.91.229.12 (17 Feb 2007 05:57:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Feb 2007 05:57:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 17 06:57:32 2007 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 1HIIZe-0005kn-LA for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 06:57:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIIZd-0003OK-Rb for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 00:57:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HIIZK-0003N1-Gu for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 00:57:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HIIZH-0003JD-Hp for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 00:57:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIIZH-0003J4-9h for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 00:57:07 -0500 Original-Received: from mailgw2.fnal.gov ([131.225.111.12]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HIIZG-0002Sz-RR for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 00:57:07 -0500 Original-Received: from mailav1.fnal.gov (mailav1.fnal.gov [131.225.111.18]) by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with SMTP id <0JDL00MSJF74XF@mailgw2.fnal.gov> for help-gnu-emacs@gnu.org; Fri, 16 Feb 2007 23:57:06 -0600 (CST) Original-Received: from mailgw2.fnal.gov ([131.225.111.12]) by mailav1.fnal.gov (SAVSMTP 3.1.7.47) with SMTP id M2007021623570629451 for ; Fri, 16 Feb 2007 23:57:06 -0600 Original-Received: from conversion-daemon.mailgw2.fnal.gov by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) id <0JDL00301E9YAA@mailgw2.fnal.gov> (original mail from bellavan@fnal.gov) for help-gnu-emacs@gnu.org; Fri, 16 Feb 2007 23:57:06 -0600 (CST) Original-Received: from [127.0.0.1] ([71.194.171.130]) by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with ESMTPA id <0JDL00MNTF74NI@mailgw2.fnal.gov>; Fri, 16 Feb 2007 23:57:06 -0600 (CST) In-reply-to: User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) X-detected-kernel: Solaris 9 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:41277 Archived-At: I guess technically I am using XEmacs (version 21.4.19), not emacs. - Angela Stefan Monnier wrote: > Emacs does not come with an HTML mode that provides indentation (unless > you're using a development version such as the soon-to-be-released > Emacs-22). There are several packages out there that provide an HTML mode > with indentation. So please tell us which HTML mode you're using. -- Dr. Angela Bellavance Fermilab Computing Division Running Experiments Operations 630-840-2284 bellavan@fnal.gov From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Flaschen Newsgroups: gmane.emacs.help Subject: Re: Possible bugs with indentation in html mode Date: Sat, 17 Feb 2007 01:37:43 -0500 Message-ID: <45D6A2B7.9020502@gatech.edu> References: <45D6994A.1060007@fnal.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0287911490==" X-Trace: sea.gmane.org 1171694298 31988 80.91.229.12 (17 Feb 2007 06:38:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Feb 2007 06:38:18 +0000 (UTC) To: Angela Bellavance , emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 17 07:38:03 2007 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 1HIJCs-00066t-FO for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 07:38:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIJCr-00072v-Uf for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 01:38:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HIJCf-00072q-9l for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 01:37:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HIJCc-00072b-Qd for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 01:37:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIJCc-00072Y-MC for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 01:37:46 -0500 Original-Received: from deliverator4.gatech.edu ([130.207.165.164]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1HIJCc-0006nL-B6 for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 01:37:46 -0500 Original-Received: from deliverator4.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 89D53A489; Sat, 17 Feb 2007 01:37:45 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from mailprx3.gatech.edu (mailprx3.prism.gatech.edu [130.207.171.17]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator4.gatech.edu (Postfix) with ESMTP id 683B2A483; Sat, 17 Feb 2007 01:37:44 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from [128.61.73.81] (r73h81.res.gatech.edu [128.61.73.81]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=mflaschen3@mailprx3.gatech.edu, sender=n/a) by mailprx3.gatech.edu (Postfix) with ESMTP id 17FA6258B; Sat, 17 Feb 2007 01:37:44 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) User-Agent: Thunderbird 1.5.0.9 (X11/20070104) In-Reply-To: <45D6994A.1060007@fnal.gov> X-Enigmail-Version: 0.94.1.2 X-detected-kernel: Solaris 9 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:41279 Archived-At: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============0287911490== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig218B4DE7A267B3079E635056" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig218B4DE7A267B3079E635056 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Angela Bellavance wrote: > I guess technically I am using XEmacs (version 21.4.19), not emacs. > - Angela Then don't post to help-*gnu-emacs*. GNU Emacs is produced by the GNU Project (http://www.gnu.org/). XEmacs (http://www.xemacs.org/) is a fork of GNU Emacs. In case you don't know GNU Emacs runs on X Windows. Matthew Flaschen --------------enig218B4DE7A267B3079E635056 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF1qK3Q5LSyju97VkRAqu1AJ9vv0aTxrdsGiRe8uJ6iRbkPHuvfgCgniGK TTUPm2ggr3l4aUWtvhHCQU0= =qP9v -----END PGP SIGNATURE----- --------------enig218B4DE7A267B3079E635056-- --===============0287911490== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============0287911490==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Possible bugs with indentation in html mode Date: Sat, 17 Feb 2007 11:55:00 -0500 Message-ID: References: <45D6994A.1060007@fnal.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1171731330 25248 80.91.229.12 (17 Feb 2007 16:55:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Feb 2007 16:55:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Angela Bellavance Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 17 17:55:18 2007 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 1HISqE-00078i-4o for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 17:55:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HISqD-0003pl-Ll for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 11:55:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HISq1-0003pg-UZ for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 11:55:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HISpz-0003pU-I2 for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 11:55:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HISpz-0003pR-C8 for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 11:55:03 -0500 Original-Received: from tomts13.bellnexxia.net ([209.226.175.34] helo=tomts13-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HISpy-0007yU-UO for help-gnu-emacs@gnu.org; Sat, 17 Feb 2007 11:55:03 -0500 Original-Received: from pastel.home ([70.53.192.39]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070217165501.PPCF1593.tomts13-srv.bellnexxia.net@pastel.home> for ; Sat, 17 Feb 2007 11:55:01 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 042356C2F6; Sat, 17 Feb 2007 11:55:01 -0500 (EST) In-Reply-To: <45D6994A.1060007@fnal.gov> (Angela Bellavance's message of "Fri\, 16 Feb 2007 23\:57\:30 -0600") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:41291 Archived-At: > I guess technically I am using XEmacs (version 21.4.19), not emacs. Then check comp.emacs or comp.emacs.xemacs. The group/list you used is specifically for Emacs. Stefan From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "RealityMonster" Newsgroups: gmane.emacs.help Subject: Re: Possible bugs with indentation in html mode Date: 17 Feb 2007 08:58:22 -0800 Organization: http://groups.google.com Message-ID: <1171731502.572729.259060@j27g2000cwj.googlegroups.com> References: <45D6994A.1060007@fnal.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1171734037 2346 80.91.229.12 (17 Feb 2007 17:40:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Feb 2007 17:40:37 +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 Feb 17 18:40:30 2007 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 1HITXy-0001Gg-LS for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 18:40:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HITXy-0002GQ-55 for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 12:40:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j27g2000cwj.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Followup-To: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 68.148.8.246 Original-X-Trace: posting.google.com 1171731521 3263 127.0.0.1 (17 Feb 2007 16:58:41 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 17 Feb 2007 16:58:41 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j27g2000cwj.googlegroups.com; posting-host=68.148.8.246; posting-account=anCfDA0AAADtSwHBlZjdklEITqJ7uNPT Original-Xref: shelby.stanford.edu gnu.emacs.help:145687 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:41292 Archived-At: On Feb 16, 11:37 pm, Matthew Flaschen wrote: > Angela Bellavance wrote: > > I guess technically I am using XEmacs (version 21.4.19), not emacs. > > - Angela > > Then don't post to help-*gnu-emacs*. GNU Emacs is produced by the GNU > Project (http://www.gnu.org/). XEmacs (http://www.xemacs.org/) is a fork > of GNU Emacs. In case you don't know GNU Emacs runs on X Windows. > > Matthew Flaschen > > signature.asc > 1KDownload No, post here if you like, and just keep in mind that we might not be able to help with specific XEmacs-isms, or some things might be a bit fiddly. Quite a lot of stuff is the same -- precisely because XEmacs is a fork -- so you can find some good answers here. And both XEmacs and GNU Emacs run on most UNIX and Windows systems. You don't require X Windows at all. JS