You are not logged in.
Pages: 1
Is there any Emacs user to give me some hints about this program. I wish to use it for Web development, and i reed that i need Nxhtml mode. I can't find this package in ofical repos nor in AUR?
"The flesh knows it suffers even when the mind has forgotten."
Offline
I believe nXhtml is included by default. NXhtml can be found here on ourcomments.org. I do not have it installed at the moment but I believe it just a matter of (load "") -ing some files. The readme should provide all the details.
I rarely edit html files but when I have done nXhtml have been quite powerful. I was very impressed with build in validation.
For simple html-pages, where you do not want to get your hands dirty, I would suggest org-mode. It is distributed with Emacs -- at least in v23. I would suggest using v23 (cvs)
Also, by default emacs keybinding can be a little scary. I have been using emacs for several years but I still use cua-mode (C-c is copy as in Windows etc.).
Emacs is great! I hope your enjoy your trip.
Cheers,
Rasmus
Arch x64 on Thinkpad X200s/W530
Offline
How can i know is nXhtml installed? When i open .php file it opens it in HTML mode. I try to add -*-nXhtml-*- to te beginning of file but then it opens Fundamental mode. I have installed 22.3. version of Emacs.
"The flesh knows it suffers even when the mind has forgotten."
Offline
How can i know is nXhtml installed? When i open .php file it opens it in HTML mode. I try to add -*-nXhtml-*- to te beginning of file but then it opens Fundamental mode. I have installed 22.3. version of Emacs.
I think you'll have to download it. It's not bundled with Emacs, as far as I can tell.
Offline
http://www.emacswiki.org/emacs/NxhtmlMode
That should probably help...
Offline
I did it, all working now. My adventure may continue.
This is what i did:
Install Emacs CVS version.
Download nXhtml mode from http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl
fallow instructions from readme.txt
If there is no .emacs file in your home folder, just create one.
Pozdrav.
"The flesh knows it suffers even when the mind has forgotten."
Offline
Emacs is great, it can do so much with so little resources. And it's fast when you learn shortcuts.
There is a little thing that bothering me:
When i run shell in Emacs it don't work nice: there is no completions for second word, sudo pacma and when i press <TAB> x2 it says: "No completions of pacma."
"The flesh knows it suffers even when the mind has forgotten."
Offline
I know it isn't what you actually asked, but Emacs has also a terminal emulator, so you can use Emacs and still use your favorite shell.
M-x term
Even curse apps run fine in this terminal.
(lambda ())
Offline
Emacs is great, it can do so much with so little resources. And it's fast when you learn shortcuts.
There is a little thing that bothering me:
When i run shell in Emacs it don't work nice: there is no completions for second word, sudo pacma and when i press <TAB> x2 it says: "No completions of pacma."
Again, not a direct answer to your question, but there are a few terminal emulators for emacs. See this Emacs Wiki page for a complete list:
http://www.emacswiki.org/emacs/CategoryShell
And for something completely different, you can always try eshell.
Now that I think of it, I'm not sure I get completions on the second word (e.g., sudo pacm...) when I use bash in urxvt. I'll have to look into that.
Last edited by madalu (2009-07-26 14:49:21)
Offline
I'm not sure I get completions on the second word (e.g., sudo pacm...) when I use bash in urxvt. I'll have to look into that.
I just checked, and I don't.
Offline
Works great with term,there also some great mods for shell. Thank you.
Where can i find setup for color in nXhtml? I need to turn of background color, i don't see very well.
Pozdrav.
"The flesh knows it suffers even when the mind has forgotten."
Offline
Pages: 1