all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wu XiaoGuang <xgwu@linux.net.cn>
Subject: Re: How can I use fuction "append-to-buffer"?
Date: Mon, 19 Aug 2002 20:33:08 +0000	[thread overview]
Message-ID: <3D615604.7010007@linux.net.cn> (raw)
In-Reply-To: ABC3DD304107D511B4D40002B32C1CF539A29A@brkmail01.adirtech.com

I just didn't know how to pass the two number argument(START and END) 
after "<ALT> x".
With your advice, I understand, just use mouse to "create" the "active 
mask" in oldbuf, then do "<ALT> x append-to-buffer buffer".
It works now.
Thank you!

Douglas Lewan wrote:
> Wu,
> 
> To use "append-to-buffer" interactively simply type "M-x 
> append-to-buffer" (where M-x is "<ESC> x" or possibly "<ALT> x").
> 
> To use it in another Emacs Lisp program:
> 1. Determine the BUFFER that you want to append to.
> 2. Calculate the START and END locations in the current buffer
>    that define the text to be appended.
> 3. In your defun simply write:
>        (append-to-buffer BUFFER START END)
> 
> I hope this helps.
> 

       reply	other threads:[~2002-08-19 20:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ABC3DD304107D511B4D40002B32C1CF539A29A@brkmail01.adirtech.com>
2002-08-19 20:33 ` Wu XiaoGuang [this message]
2002-08-19 17:00 How can I use fuction "append-to-buffer"? Wu XiaoGuang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D615604.7010007@linux.net.cn \
    --to=xgwu@linux.net.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.