Hi 

I have just started using xemacs as editor to my php scripts
I think that the indentation in emacs stinks! xemacs has imorted a php
package for med, but it does not make indentation on my html codes.
<table>
<tr>
<td>
</td>
</tr>
</table>

i would prefer looking like:
<table>
    <tr>
         <td>
         </td>
and so fourth. 

Is there a way I can do this automatically? Now I do it by pressing space
a lot of times. I hope there is a package I can import. Maybe there is
some shortcut I can press where I want my tabbing to be, something like:

<table>
     [press short-cut here]
[here I only need to press TAB to get the right indent]

Are there other nice editors for Linux RedHat?

Please help me. I really need it.

Jacob


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to