all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Miles Bader'" <miles@gnu.org>, <emacs-devel@gnu.org>
Subject: RE: patch for next-error highlighting
Date: Sun, 22 Feb 2009 16:38:47 -0800	[thread overview]
Message-ID: <002601c9954f$174d0b90$0200a8c0@us.oracle.com> (raw)
In-Reply-To: <87tz6mm2om.fsf@catnip.gol.com>

> The name `until-move' sounds like it means the overlay gets 
> deleted when the user issues a move command (C-n, C-f ...).
> 
> Something like `persistent' seems more clear.

I'm OK with whatever name you want.

FWIW, the rationale for `until-move' is that it is consistent with its tag, and
the set of tags is consistent. Each tag describes when the current locus is
highlighted/unhighlighted.

IOW, it is not about the overlay being persistent; it is about the
(un)highlighting of the current locus, whether and when that happens.

These are the descriptions I sent:

(number :tag "Highlight locus for specified time")
(const :tag  "Highlight locus until move"  until-move)
(const :tag  "Highlight locus until move or next command"  t)
(const :tag  "Do not highlight locus"  nil)
(const :tag  "Indicate locus using fringe arrow"  fringe-arrow))





  reply	other threads:[~2009-02-23  0:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-22 23:17 patch for next-error highlighting Drew Adams
2009-02-23  0:12 ` Miles Bader
2009-02-23  0:38   ` Drew Adams [this message]
2009-02-23  0:48     ` Miles Bader
2009-05-26 19:47 ` Drew Adams

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='002601c9954f$174d0b90$0200a8c0@us.oracle.com' \
    --to=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=miles@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.