unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
To: emacs-devel@gnu.org
Subject: Re: filesets
Date: Mon, 22 Oct 2007 12:15:52 +0000 (UTC)	[thread overview]
Message-ID: <m1IjwCG-002KHlC@rattlesnake.com> (raw)
In-Reply-To: <E1Ijt8r-0008Ou-WF@fencepost.gnu.org> (message from Richard Stallman on Mon, 22 Oct 2007 05:00:10 -0400)

    At the user level, a fileset is a collection of files, ...

A user may not call `vc-svn-diff', which says `fileset FILES' in
its documention, and provide the function with a search pattern.
He or she must provide a list.

According to emacs/lisp/filesets.el

  A fileset is either 
    a list of files, 
    a file pattern,
    a base directory and a search pattern (for files), or 
    an inclusion group (i.e. a base file including other files).

but the argument called by `vc-svn-diff' in emacs/lisp/vc-svn.el is
only a list.

`dolist', which is one of the functions called by the `vc-svn-diff'
defun and to which the `fileset' argument applies, cannot handle a
search pattern or any of the other last three items.  It can only take
a list in its second argument.

-- 
    Robert J. Chassell                          GnuPG Key ID: 004B4AC8
    bob@rattlesnake.com                         bob@gnu.org
    http://www.rattlesnake.com                  http://www.teak.cc

  reply	other threads:[~2007-10-22 12:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-21  7:26 filesets Richard Stallman
2007-10-21 12:56 ` filesets Robert J. Chassell
2007-10-21 13:33   ` filesets Miles Bader
2007-10-21 14:01     ` filesets Stefan Monnier
2007-10-21 16:15     ` filesets Robert J. Chassell
2007-10-21 23:46       ` filesets Miles Bader
2007-10-22  9:00   ` filesets Richard Stallman
2007-10-22 12:15     ` Robert J. Chassell [this message]
2007-10-22  5:59 ` filesets Paul Michael Reilly
     [not found] <20071021192054.AD7BE7393E@grelber.thyrsus.com>
2007-10-22 13:36 ` Emacs-devel Digest, Vol 44, Issue 176 Eric S. Raymond
2007-10-22 14:45   ` Miles Bader
2007-10-22 19:01     ` Eric S. Raymond
2007-10-22 21:52       ` filesets Robert J. Chassell

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m1IjwCG-002KHlC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).