Questions tagged [html-mode]

9 questions
10
votes
1 answer

How can I stop Emacs from starting a browser when I save a file in HTML mode?

How can I stop Emacs 24.2 from starting a browser when I save a file in HTML mode? Just upgraded my Archlinux installation. Now every time I save an html file I get a new instance of Konquerer.
Samuel Danielson
  • 5,231
  • 3
  • 35
  • 37
6
votes
5 answers

Close HTML tags as soon as one opens them

I'd like the corresponding, closing HTML tag to be automatically inserted whenever I open one. So if I type
I should get
Without having to call to sgml-close-tag myself. How to achieve this?
deprecated
  • 5,142
  • 3
  • 41
  • 62
2
votes
2 answers

Wrap html tag around next word with one key in emacs

I need to insert ... around a bunch of different words in multiple HTML documents. For example, if I have text like: The clear command clears the current register Then I would like to be be able to position the mark just before the…
kdog
  • 1,583
  • 16
  • 28
2
votes
0 answers

Filenames completion in html-mode

Suppose I have files vendor/lib.js and index.html in my PWD. I am adding a script tag to index.html (cursor position denoted by |): .... .... Then I hit C-TAB and the string "vendor/" gets completed to…
nameless
  • 1,969
  • 11
  • 34
1
vote
2 answers

cant tab what ever i want in emacs indentation mode

in javascript and html mode emacs cant make good indentation and all i want is make it better by hand but when use tab only use self indentation and not listen what i say :D what can i do? now HTTP 404 ERROR !! …
Mohammad Efazati
  • 4,812
  • 2
  • 35
  • 50
0
votes
2 answers

How do I set the colour of a custom tag in html-mode

Trying to get a mode to work with silverstipe templates. How do I set the background of the <% %> tag to be a darker color?
Mario Michelli
  • 523
  • 1
  • 5
  • 11
0
votes
1 answer

Silverstripe template, html-mode

Trying to get a mode to work with silverstipe templates, but <% end_control %> breaks the indentation, but <% nd_control %> does not. It must be the "<% end", but I'm stuck on how to fix it.
Mario Michelli
  • 523
  • 1
  • 5
  • 11
0
votes
1 answer

Aquamacs web-mode

I am searching a mode for web editing (HTML/JS/PHP, CSS separately) in Aquamacs. Earlier in Cocoa Emacs I've been using web-mode.el, but in Aquamacs I'm getting Symbol's function definition is void error. What's wrong? With the same .emacs config…
-1
votes
1 answer

Browser Based Application on IE a spying issue on blue prism. Element gets off screen and bp can't highlight

I am using citrix vdi to read an element on webpage. It is able to highlight and read the value in open vdi but in close vdi layout of webpage messes up and element i need went out of bound/off screen from webpage. I have tried minimize and maximize…
user1155921
  • 62
  • 1
  • 7