help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C Hello World Emacs module


From: Omar Polo
Subject: Re: C Hello World Emacs module
Date: Tue, 05 Oct 2021 12:37:26 +0200
User-agent: mu4e 1.6.6; emacs 28.0.50

Emanuel Berg via Users list for the GNU Emacs text editor 
<help-gnu-emacs@gnu.org> writes:

> Can one write a Hello World program in C, compile it, and
> bring it in and have it `message' and/or `insert' that string
> in Emacs?
>
> Is there a minimal working example, in the LaTeX lingo, for
> C modules in Emacs?

Other than in the manual, I've found this article by skeeto to be really
helpful in understanding how modules works:

https://nullprogram.com/blog/2016/11/05/

The first bit of code is how to call `message' with "Hello, world!" as
argument.

HTH



reply via email to

[Prev in Thread] Current Thread [Next in Thread]