Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: how to enter EOF in emacs haskell mode (Chul-Woong Yang)
2. Re: how to enter EOF in emacs haskell mode (Norbert Melzer)
3. Re: how to enter EOF in emacs haskell mode (Chul-Woong Yang)
----------------------------------------------------------------------
Message: 1
Date: Thu, 15 Sep 2016 00:06:12 +0900
From: Chul-Woong Yang <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] how to enter EOF in emacs haskell
mode
Message-ID:
<CALmycjrKw+8NoaMkuU=q-pqz9jhqpxe-jfsb-i+fzmng2n7...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
No. Usual `C-c C-d' (comint-send-eof) does not work in haskell-mode's
interactive buffer.
It is not defined, emacs responds as follows:
> C-c C-d is undefined
2016-09-14 20:01 GMT+09:00 Shrivats <[email protected]>:
> Hi,
>
> If it's anything like other interactive modes, does
> C-c C-d do the job of signalling EOF?
>
> Shrivats
>
> On Sep 14, 2016 15:53, "Chul-Woong Yang" <[email protected]> wrote:
>
> Hi, all.
>
> I use emacs haskell mode for editing and testing simple programs.
> I have no success in finding out how to enter EOF to haskell program
> in emacs "Interactive-Haskell" buffer.
> So I am unable to test haskell program which reads from stdin. :-(
>
> Any help would be appreciated deeply.
>
> Regards,
> Chul-Woong Yang
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://mail.haskell.org/pipermail/beginners/attachments/20160915/1f39a0e9/attachment-0001.html>
------------------------------
Message: 2
Date: Wed, 14 Sep 2016 15:46:53 +0000
From: Norbert Melzer <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] how to enter EOF in emacs haskell
mode
Message-ID:
<ca+bcvsvr5ug+nngjcsc1e5t9vxovyweiehx-00thciqvnsy...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
So have you tried `M-x comint-send-eof RET` then? If that works, it is just
a matter of binding it to whatever you want.
Chul-Woong Yang <[email protected]> schrieb am Mi., 14. Sep. 2016 um
17:06 Uhr:
> No. Usual `C-c C-d' (comint-send-eof) does not work in haskell-mode's
> interactive buffer.
> It is not defined, emacs responds as follows:
>
> > C-c C-d is undefined
>
> 2016-09-14 20:01 GMT+09:00 Shrivats <[email protected]>:
>
>> Hi,
>>
>> If it's anything like other interactive modes, does
>> C-c C-d do the job of signalling EOF?
>>
>> Shrivats
>>
>> On Sep 14, 2016 15:53, "Chul-Woong Yang" <[email protected]> wrote:
>>
>> Hi, all.
>>
>> I use emacs haskell mode for editing and testing simple programs.
>> I have no success in finding out how to enter EOF to haskell program
>> in emacs "Interactive-Haskell" buffer.
>> So I am unable to test haskell program which reads from stdin. :-(
>>
>> Any help would be appreciated deeply.
>>
>> Regards,
>> Chul-Woong Yang
>>
>> _______________________________________________
>> Beginners mailing list
>> [email protected]
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>>
>>
>>
>> _______________________________________________
>> Beginners mailing list
>> [email protected]
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>>
>>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://mail.haskell.org/pipermail/beginners/attachments/20160914/21634fd2/attachment-0001.html>
------------------------------
Message: 3
Date: Thu, 15 Sep 2016 01:17:53 +0900
From: Chul-Woong Yang <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] how to enter EOF in emacs haskell
mode
Message-ID:
<CALmycjrWVh7ZaDW+FgowgX=3a6d-=qvqrk6wtpzle3f0z9w...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Yes, I've tried comint-send-eof with no success:
> Current buffer has no process
haskell-mode's comint-interface is deprecated.
No success with googling and browsing of documentions on haskell-mode.
2016-09-15 0:46 GMT+09:00 Norbert Melzer <[email protected]>:
> So have you tried `M-x comint-send-eof RET` then? If that works, it is
> just a matter of binding it to whatever you want.
>
> Chul-Woong Yang <[email protected]> schrieb am Mi., 14. Sep. 2016 um
> 17:06 Uhr:
>
>> No. Usual `C-c C-d' (comint-send-eof) does not work in haskell-mode's
>> interactive buffer.
>> It is not defined, emacs responds as follows:
>>
>> > C-c C-d is undefined
>>
>> 2016-09-14 20:01 GMT+09:00 Shrivats <[email protected]>:
>>
>>> Hi,
>>>
>>> If it's anything like other interactive modes, does
>>> C-c C-d do the job of signalling EOF?
>>>
>>> Shrivats
>>>
>>> On Sep 14, 2016 15:53, "Chul-Woong Yang" <[email protected]> wrote:
>>>
>>> Hi, all.
>>>
>>> I use emacs haskell mode for editing and testing simple programs.
>>> I have no success in finding out how to enter EOF to haskell program
>>> in emacs "Interactive-Haskell" buffer.
>>> So I am unable to test haskell program which reads from stdin. :-(
>>>
>>> Any help would be appreciated deeply.
>>>
>>> Regards,
>>> Chul-Woong Yang
>>>
>>> _______________________________________________
>>> Beginners mailing list
>>> [email protected]
>>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>>>
>>>
>>>
>>> _______________________________________________
>>> Beginners mailing list
>>> [email protected]
>>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>>>
>>>
>> _______________________________________________
>> Beginners mailing list
>> [email protected]
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://mail.haskell.org/pipermail/beginners/attachments/20160915/f928d7c2/attachment-0001.html>
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 99, Issue 10
*****************************************