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

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

Re: Inserting at particular buffer position


From: Eli Zaretskii
Subject: Re: Inserting at particular buffer position
Date: Sun, 04 Dec 2022 09:24:50 +0200

> Date: Sun, 04 Dec 2022 01:12:52 +0000
> From: Heime <heimeborgia@protonmail.com>
> 
> 
> The function "insert", inserts characters into the current buffer, at point, 
> moving point forward.
> But how can I insert at a particular position (row column).

You need to move point there first.  For example, with goto-char (if you
know the buffer position), or with forward-line followed by move-to-column
(of you know the line and column).



reply via email to

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