[erlang-questions] A question about erlang shell in Emacs (at startup)

Vlad Dumitrescu vladdu55@REDACTED
Fri Jul 4 18:41:47 CEST 2014


Hi Alex,

Unfortunately I don't have an answer. I don't use Emacs nowadays.

regards,
Vlad



On Fri, Jul 4, 2014 at 4:38 PM, ami <m3oucat@REDACTED> wrote:

> Hi Vlad,
>
> I’m trying to run erlang shell at Emacs startup.
> Just to get a some kind of IDE, when I have an erlang shell, an editor
> window, etc
> right after startup.
>
> And I faced with the same problem, you’d faced before.
> (see your question @
> http://erlang.org/pipermail/erlang-questions/2004-January/011042.html )
>
> So, I start erlang shell by
>
> (erlang-shell)
> in .emacs
>
> but it’s not in active buffer. I, of course, can switch to *erlang* buffer
> afterwards.
> But I don’t want to switch to *erlang* buffer manually always :(
>
> I tried (sit-for 20) right after (erlang-shell), like
>
> (erlang-shell)
> (sit-for 20)
>
> And I do have an erlang shell displayed in emacs right after startup.
> But when I press any key/mouse button, it disappears :(
> But I can switch to *erlang* buffer manually (it’s not the case).
>
> (switch-to-buffer "*erlang*”)
>
> doesn’t work as well.(if I place it in .emacs right after (erlang-shell) )
>
> Has anybody got erlang shell displayed & working & active right after
> emacs startup?
>
> Thanks in advance,
>
> Alex
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140704/1dc983b6/attachment.htm>


More information about the erlang-questions mailing list