* sml mode in emacs
@ 2004-10-29 14:34 JS
2004-10-29 15:13 ` Kevin Rodgers
0 siblings, 1 reply; 10+ messages in thread
From: JS @ 2004-10-29 14:34 UTC (permalink / raw)
I have Ubuntu linux installed. I have downloadet mosml and configured my
.emacs file which now make it possible to start emacs in sml mode. But when
I
want to start det ML compiler emacs can't find the mosml compiler that I
have installed. Hope someone can help!
Yours
Johs
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: sml mode in emacs
2004-10-29 14:34 sml mode in emacs JS
@ 2004-10-29 15:13 ` Kevin Rodgers
2004-10-29 15:47 ` JS
0 siblings, 1 reply; 10+ messages in thread
From: Kevin Rodgers @ 2004-10-29 15:13 UTC (permalink / raw)
JS wrote:
> I have Ubuntu linux installed. I have downloadet mosml and configured my
> .emacs file which now make it possible to start emacs in sml mode. But when
> I
> want to start det ML compiler emacs can't find the mosml compiler that I
> have installed. Hope someone can help!
Emacs searches for compilers and other executables in it's exec-path
variable (C-h v), which is initialized from your PATH environment variable.
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: sml mode in emacs
2004-10-29 15:13 ` Kevin Rodgers
@ 2004-10-29 15:47 ` JS
2004-10-29 15:53 ` Kevin Rodgers
0 siblings, 1 reply; 10+ messages in thread
From: JS @ 2004-10-29 15:47 UTC (permalink / raw)
"Kevin Rodgers" <ihs_4664@yahoo.com> skrev i en meddelelse
news:2uf51aF2981j4U1@uni-berlin.de...
> JS wrote:
> > I have Ubuntu linux installed. I have downloadet mosml and configured my
> > .emacs file which now make it possible to start emacs in sml mode. But
when
> > I
> > want to start det ML compiler emacs can't find the mosml compiler that I
> > have installed. Hope someone can help!
>
> Emacs searches for compilers and other executables in it's exec-path
> variable (C-h v), which is initialized from your PATH environment
variable.
>
> --
> Kevin Rodgers
Could you be a bit more specific, is there somewhere I have to change that
path??
Johs
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: sml mode in emacs
2004-10-29 15:47 ` JS
@ 2004-10-29 15:53 ` Kevin Rodgers
2004-10-29 17:12 ` JS
0 siblings, 1 reply; 10+ messages in thread
From: Kevin Rodgers @ 2004-10-29 15:53 UTC (permalink / raw)
JS wrote:
> "Kevin Rodgers" <ihs_4664@yahoo.com> skrev i en meddelelse
> news:2uf51aF2981j4U1@uni-berlin.de...
>>Emacs searches for compilers and other executables in it's exec-path
>>variable (C-h v), which is initialized from your PATH environment
>>variable.
>
> Could you be a bit more specific, is there somewhere I have to change
that
> path??
Can you run the compiler from the command line (shell)?
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: sml mode in emacs
2004-10-29 15:53 ` Kevin Rodgers
@ 2004-10-29 17:12 ` JS
2004-10-29 17:27 ` Kevin Rodgers
0 siblings, 1 reply; 10+ messages in thread
From: JS @ 2004-10-29 17:12 UTC (permalink / raw)
I entered the following in ~/.bashrc:
export PATH=${PATH}:${HOME}/mosml/bin
and then I edited the sml-proc file to point to the right directory where
mosml is
and now it works!
Now I only need to get some colors in emacs when you write "fun, if then
else" etc.
"Kevin Rodgers" <ihs_4664@yahoo.com> skrev i en meddelelse
news:2uf7biF29v5ujU1@uni-berlin.de...
> JS wrote:
> > "Kevin Rodgers" <ihs_4664@yahoo.com> skrev i en meddelelse
> > news:2uf51aF2981j4U1@uni-berlin.de...
> >>Emacs searches for compilers and other executables in it's exec-path
> >>variable (C-h v), which is initialized from your PATH environment
> >>variable.
> >
> > Could you be a bit more specific, is there somewhere I have to change
> that
> > path??
>
> Can you run the compiler from the command line (shell)?
>
> --
> Kevin Rodgers
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: sml mode in emacs
2004-10-29 17:12 ` JS
@ 2004-10-29 17:27 ` Kevin Rodgers
2004-10-29 18:47 ` JS
0 siblings, 1 reply; 10+ messages in thread
From: Kevin Rodgers @ 2004-10-29 17:27 UTC (permalink / raw)
JS wrote:
> Now I only need to get some colors in emacs when you write "fun, if then
> else" etc.
Google: sml mode
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: sml mode in emacs
2004-10-29 17:27 ` Kevin Rodgers
@ 2004-10-29 18:47 ` JS
2004-10-29 19:14 ` Kevin Rodgers
0 siblings, 1 reply; 10+ messages in thread
From: JS @ 2004-10-29 18:47 UTC (permalink / raw)
"Kevin Rodgers" <ihs_4664@yahoo.com> skrev i en meddelelse
news:2ufct5F28h5h6U1@uni-berlin.de...
> JS wrote:
> > Now I only need to get some colors in emacs when you write "fun, if
then
> > else" etc.
>
> Google: sml mode
>
> --
> Kevin Rodgers
Yes I have tried that! But Its a bit more complicated. I have to make a new
file sml-mode-color and the refer to this in .emacs...but I can't make it
work.
Johs
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: sml mode in emacs
2004-10-29 18:47 ` JS
@ 2004-10-29 19:14 ` Kevin Rodgers
2004-10-29 19:45 ` JS
0 siblings, 1 reply; 10+ messages in thread
From: Kevin Rodgers @ 2004-10-29 19:14 UTC (permalink / raw)
JS wrote:
> "Kevin Rodgers" <ihs_4664@yahoo.com> skrev i en meddelelse
> news:2ufct5F28h5h6U1@uni-berlin.de...
>>Google: sml mode
>
> Yes I have tried that! But Its a bit more complicated. I have to make
> a new file sml-mode-color and the refer to this in .emacs...but I
> can't make it work.
I don't see anything complicated:
http://www.cis.ksu.edu/~allen/sml/sml-emacs.html
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: sml mode in emacs
2004-10-29 19:14 ` Kevin Rodgers
@ 2004-10-29 19:45 ` JS
2004-10-29 23:21 ` Kevin Rodgers
0 siblings, 1 reply; 10+ messages in thread
From: JS @ 2004-10-29 19:45 UTC (permalink / raw)
On Fri, 29 Oct 2004 13:14:10 -0600, Kevin Rodgers wrote:
> JS wrote:
> > "Kevin Rodgers" <ihs_4664@yahoo.com> skrev i en meddelelse
> > news:2ufct5F28h5h6U1@uni-berlin.de...
> >>Google: sml mode
> >
> > Yes I have tried that! But Its a bit more complicated. I have to make
> > a new file sml-mode-color and the refer to this in .emacs...but I
> > can't make it work.
>
> I don't see anything complicated:
>
> http://www.cis.ksu.edu/~allen/sml/sml-emacs.html
I already have a line:
(global-font-lock-mode t) in my .emacs file but there is still no colors! I both have it above
my sml settings and in my sml settings.
Johs
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: sml mode in emacs
2004-10-29 19:45 ` JS
@ 2004-10-29 23:21 ` Kevin Rodgers
0 siblings, 0 replies; 10+ messages in thread
From: Kevin Rodgers @ 2004-10-29 23:21 UTC (permalink / raw)
JS wrote:
> I already have a line:
>
> (global-font-lock-mode t) in my .emacs file but there is still no
> colors! I both have it above my sml settings and in my sml settings.
,----[ C-h f global-font-lock-mode RET ]
| global-font-lock-mode is an interactive compiled Lisp function in
`font-lock'.
| (global-font-lock-mode &optional ARG DUMMY)
|
| Toggle Font-Lock mode in every buffer.
| With prefix ARG, turn Global-Font-Lock mode on if and only if ARG is
positive.
| Font-Lock mode is actually not turned on in every buffer but only in those
| in which `turn-on-font-lock-if-enabled' turns it on.
`----
The symbol t is not a positive number. Try (global-font-lock-mode 1) or
just (turn-on-font-lock).
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2004-10-29 23:21 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-29 14:34 sml mode in emacs JS
2004-10-29 15:13 ` Kevin Rodgers
2004-10-29 15:47 ` JS
2004-10-29 15:53 ` Kevin Rodgers
2004-10-29 17:12 ` JS
2004-10-29 17:27 ` Kevin Rodgers
2004-10-29 18:47 ` JS
2004-10-29 19:14 ` Kevin Rodgers
2004-10-29 19:45 ` JS
2004-10-29 23:21 ` Kevin Rodgers
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.