all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* sgml-mode.el: indentation problem with php
@ 2004-03-11 21:51 Felix Natter
  0 siblings, 0 replies; only message in thread
From: Felix Natter @ 2004-03-11 21:51 UTC (permalink / raw)



In GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-03-22 on raven, modified by Debian
configured using `configure  i386-debian-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --with-x=yes --with-x-toolkit=athena --without-gif'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

I am using the latest sgml-mode.el from cvs:
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/emacs/emacs/lisp/textmodes/sgml-mode.el?rev=HEAD&content-type=text/plain

A '>' in element content confuses the sgml-mode.el indenter:

<html>

  <body>

    <!-- this works -->
    <script language="php">
      dosth();
    </script>
    <b>a tag after php code</b>

    <!-- this does not work -->
    <script language="php">
      $obj->method();
						</script>
            <b>a tag after php code</b>

  </body>

</html>

Please tell me if I can (try to) help with this.
thanks,

-- 
Felix Natter
Linux from *scratch* (www.gnu.org/software/emacs)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-11 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-11 21:51 sgml-mode.el: indentation problem with php Felix Natter

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.