all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: 'Eli Zaretskii' <eliz@gnu.org>, emacs-devel@gnu.org
Subject: Re: texinfo question about `...' and links - possible enhancement?
Date: Sat, 22 Sep 2012 15:52:22 -0400	[thread overview]
Message-ID: <jwvpq5du9by.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <0C2C1B835B864463ABFE841BA6094D7F@us.oracle.com> (Drew Adams's message of "Fri, 21 Sep 2012 16:41:22 -0700")

> I tried a couple of alternative approaches:
> 1. Doing it automatically whenever you visit a node (based on a Boolean user
> option).
> 2. Doing it only on demand (a key) for the current node.

3. Do it with a font-lock rule (so jit-lock only does it for the
   viewable part of the node).

> It is helpful to have the links (including distinguishing which ones have
> already been visited), IMO.

Maybe you can speed it up by doing as little work at font-lock time
(e.g. not try to distinguish seen-vs-notseen, maybe not even try to
figure out the target of the link) and delay it to the time the link is
actually used.


        Stefan



      reply	other threads:[~2012-09-22 19:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-20 20:24 texinfo question about `...' and links - possible enhancement? Drew Adams
2012-09-20 20:48 ` Eli Zaretskii
2012-09-20 21:19   ` Drew Adams
2012-09-20 22:12     ` Juri Linkov
2012-09-21 23:41     ` Drew Adams
2012-09-22 19:52       ` Stefan Monnier [this message]

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=jwvpq5du9by.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=drew.adams@oracle.com \
    --cc=eliz@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.