all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Juri Linkov <juri@jurta.org>
Cc: emacs-devel@gnu.org
Subject: Re: Virtual Info files and nodes
Date: Mon, 29 Jun 2009 02:14:19 +0200	[thread overview]
Message-ID: <jwvljnbvr7c.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87ws6wnj3s.fsf@mail.jurta.org> (Juri Linkov's message of "Mon, 29 Jun 2009 00:28:38 +0300")

> I'd like to present a patch that properly implements virtual Info files
> and nodes.  It plugs in to just three functions in the Info package and
> provides an API to redefine these functions to dynamically generate
> either a virtual file or a virtual node:

It looks fairly good.  I have a few comments/questions:
- Can't it be pushed a bit further to make it handle the "dir" special
  case as well?
- Why regexps for filenames?
- Why ^...$ when you really mean \`...\'?
- Why check (stringp filename) in Info-virtual-file?  Isn't it an
  error to call it with something else than a string.
- Why have separate Info-virtual-file and Info-virtual-node functions?
  (the latter is only called (once) from Info-virtual-fun, and the former
  is called once from Info-virtual-fun and another time where it seems
  that Info-virtual-fun could be used in its stead).


        Stefan




  reply	other threads:[~2009-06-29  0:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-28 21:28 Virtual Info files and nodes Juri Linkov
2009-06-29  0:14 ` Stefan Monnier [this message]
2009-06-29  0:48   ` Juri Linkov
2009-06-29  8:42     ` Stefan Monnier
2009-06-29 23:55       ` Juri Linkov
     [not found]         ` <jwvr5x11odl.fsf-monnier+emacs@gnu.org>
2009-07-01  0:01           ` Juri Linkov
2009-07-01 15:02             ` Stefan Monnier

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=jwvljnbvr7c.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=juri@jurta.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.