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

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

Re: Output in Emacs


From: Edward Dodge
Subject: Re: Output in Emacs
Date: Sun, 02 Nov 2003 13:32:10 -0600
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (darwin)

Dirk Joos <dirkjoos@t-online.de> writes:

> Hi,
>
> I'm working with GNU-Emacs and I want to know how I can print the
> content of a variable in the current buffer of emacs. What is the
> command?
>
> Here an example:
>
> (defun zahl()
> (interactive)
> (let ( (k 1) )
> ;at this place I want to print the content
> ;of the variable k in the actual buffer at the current
> ;cursorposition. In emacs the result should be 1 on the screen
> )
> )
>
> This is just an example. I just want to know how I can print the
> content of a variable on the screen.
>
> Thank you very much

C-u M-: fill-column  <enter>


-- 
Edward Dodge

/GNU Emacs 21.3.50.1 (powerpc-apple-darwin5.5) of 2002-10-11 on G3/


reply via email to

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