all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs and ASP major mode
@ 2003-02-24 18:23 jean daniel browne
  2003-02-24 19:44 ` Kai Großjohann
  2003-02-24 22:23 ` Jeffery B. Rancier
  0 siblings, 2 replies; 3+ messages in thread
From: jean daniel browne @ 2003-02-24 18:23 UTC (permalink / raw)



Hi all,

I try too use emacs as an ASP editor, and well I'm half way to it. I'm
using NTemacs (21.2). I have placed in the c:\program
files\emacs\lisp\progmodes the following files:
tempo.el
html-helper-mode.el

I do have access to the html highlighting and I can insert html tags
through key bindings. Yippee. But now, I'm trying get to the indentation
working. Plus, it seems that Emacs that doesn't recognize the ASP tags.
i was trying to load asp-html-helper-mode instead of html-helper-mode but
the file doesn't seems to exists and the (poor) documentation seems to
indicate that asp-..-.. is embedded in html-...-...

Does anyone know more about indenting html table in emacs, accessing the
specific asp features with the html-helper lib?

I am pretty much a newbie about emacs and I may have missed some basic
step too.

Grretings.







French version of the same message :

J'essaie d'utiliser emacs comme editeur d'ASP et j'y arrive moyen.
J'ai installe la version windows de Emacs (21.2). J'ai place dans le
repertoire c:\proram files\emacs\lisp\progmodes les fichiers :
html-helper-mode.el
tempo.el

J'ai acces au highlighting et aux raccourcis claviers pour les balises
html. Youpi. Maintenant, j'aimerias avoir acces a une indentation digne de
ce nom en ce qui concerne en particulier les tableaux. Je n'y arrive pas.

De plus, emacs semble pas faire la difference entre html et asp.
Je me suis dit au debut, qu'il fallait que je charge asp-html-helper-mode
au lieu de html-helper-mode mais impossible de trouver ce fichier tout
seul. D'apres la maigre doc que j'ai pu trouver, il semble que asp-...-...
soit inclu dans html-...-...

Je souhaitais donc recevoir vos conseils avises concernant l'indentation
de code html et asp d'une part et l'acces fonctionnalites specifiques a
asp dams emacs.

Jean Daniel Browne

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs and ASP major mode
  2003-02-24 18:23 Emacs and ASP major mode jean daniel browne
@ 2003-02-24 19:44 ` Kai Großjohann
  2003-02-24 22:23 ` Jeffery B. Rancier
  1 sibling, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2003-02-24 19:44 UTC (permalink / raw)


jean daniel browne <browneje@etu.utc.fr> writes:

> I try too use emacs as an ASP editor, and well I'm half way to it. I'm
> using NTemacs (21.2). I have placed in the c:\program
> files\emacs\lisp\progmodes the following files:
> tempo.el
> html-helper-mode.el

Don't do that.  Your own files should be placed in the site-lisp
directory.  (Type C-h v load-path RET, then you will see which
directory that is, exactly.)  This way, they can survive an Emacs
upgrade.

You can also put them into the c:/foo/bar directory and then do

(add-to-list 'load-path "c:/foo/bar")

in ~/.emacs.

-- 
A preposition is not a good thing to end a sentence with.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs and ASP major mode
  2003-02-24 18:23 Emacs and ASP major mode jean daniel browne
  2003-02-24 19:44 ` Kai Großjohann
@ 2003-02-24 22:23 ` Jeffery B. Rancier
  1 sibling, 0 replies; 3+ messages in thread
From: Jeffery B. Rancier @ 2003-02-24 22:23 UTC (permalink / raw)


"jean" == jean daniel browne <browneje@etu.utc.fr> writes:

    > Does anyone know more about indenting html table in emacs, accessing the
    > specific asp features with the html-helper lib?

Goto http://www.gest.unipd.it/~saint/hth.html and search for
visual-basic-mode.

Jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-24 22:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-24 18:23 Emacs and ASP major mode jean daniel browne
2003-02-24 19:44 ` Kai Großjohann
2003-02-24 22:23 ` Jeffery B. Rancier

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.