all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Using overlay in register
Date: Mon, 22 Mar 2004 00:24:52 -0500	[thread overview]
Message-ID: <E1B5Hvg-00078X-K5@fencepost.gnu.org> (raw)
In-Reply-To: <20040321.230322.85700391.jet@gyve.org> (message from Masatake YAMATO on Sun, 21 Mar 2004 23:03:22 +0900 (JST))

    Thank you for reviwing and suggestion. I have used after-string.
    If the point is at the end of line, set a space to an overlay's
    `after-string' property. 

That may give inconsistent results.  What if I delete the following
newline?  Then it will no longer be at the end of the line, but the
overlay will still have a space in the `after-string' property.

    +(defun register-clear-overlay-at-point (event)
    +  "Clear the register associated with an overlay pointed by EVENT."
    +  (interactive "e")
    +  (save-excursion

Why is this feature useful?

  reply	other threads:[~2004-03-22  5:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-18 10:33 Using overlay in register Masatake YAMATO
2004-03-20  4:49 ` Richard Stallman
2004-03-21 14:03   ` Masatake YAMATO
2004-03-22  5:24     ` Richard Stallman [this message]
2004-03-22  5:24     ` Richard Stallman
2004-03-22  8:00       ` overlay-start > overlay-end Masatake YAMATO
2004-03-23  3:04         ` Richard Stallman
2004-03-23  8:45           ` Masatake YAMATO
2004-03-23 14:18             ` Stefan Monnier
2004-03-24  5:34             ` Richard Stallman

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=E1B5Hvg-00078X-K5@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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.