Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 56707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:34:36+00:00 2026-05-10T17:34:36+00:00

When editing HTML in emacs, is there a way to automatically pretty-format a blob

  • 0

When editing HTML in emacs, is there a way to automatically pretty-format a blob of markup, changing something like this:

  <table>   <tr> <td>blah</td></tr></table> 

…into this:

<table>  <tr>   <td>    blah   </td>  </tr> </table> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T17:34:36+00:00Added an answer on May 10, 2026 at 5:34 pm

    By default, when you visit a .html file in Emacs (22 or 23), it will put you in html-mode. That is probably not what you want. You probably want nxml-mode, which is seriously fancy. nxml-mode seems to only come with Emacs 23, although you can download it for earlier versions of emacs from the nXML web site. There is also a Debian and Ubuntu package named nxml-mode. You can enter nxml-mode with:

    M-x nxml-mode 

    You can view nxml mode documentation with:

    C-h i g (nxml-mode) RET 

    All that being said, you will probably have to use something like Tidy to re-format your xhtml example. nxml-mode will get you from

    <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'>   <head></head> <body> <table>   <tr> <td>blah</td></tr></table> </body> 

    to

    <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'>   <head></head>   <body>     <table>       <tr>     <td>blah</td></tr></table> </body> </html> 

    but I don’t see a more general facility to do line breaks on certain xml tags as you want. Note that C-j will insert a new line with proper indentation, so you may be able to do a quick macro or hack up a defun that will do your tables.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm editing an HTML file in NetBeans 7.0. Is there a way to specify
When editing HTML in Visual Web Developer Express 2010 syntax errors in the markup
This should be an easy one for someone. After editing the HTML in Firebug,
I'm editing HTML files. I use this keymap to launch firefox to preview the
I'm looking for a HTML editor that kinda supports templated editing or live snippets
While editing .scm files it would be great if Vim would automatically put the
While editing HTML/ASPX/ASCX etc in visual studio 2005; whenever I select an html tag,
we have all luxury with Firebug , Editing Html (In-Browser ) , CSS (In-Browser
I'm working with a CMS, which prevents editing HTML source for <head> element. For
I use DOMDocument for editing some HTML files, but some of theme have in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.