unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Emacs cvs newbie problems
@ 2002-10-01 14:13 Karl Berry
  2002-10-01 18:16 ` Eli Zaretskii
  2002-10-02  4:07 ` Richard Stallman
  0 siblings, 2 replies; 94+ messages in thread
From: Karl Berry @ 2002-10-01 14:13 UTC (permalink / raw)
  Cc: teirllm, hattons, emacs-devel

    the order of the 
    directories in the search path might have nothing to do with dir files, 

I wasn't proposing using the search path (PATH).  I was proposing the
dir path (INFOPATH / Info-directory-list).

    So we could be left with a wrong section.

By `section' do you mean dircategory?  If so, dir entries in different
categories always have to be included in the merge.  At least I was
taking that as a given.

Thus:
1) if direntry A has the same (filename)nodename as direntry B,
2) and A and B have the same dircategory,
3) then include whichever of A and B belongs to the dir file earlier in
   the dir path.

I don't think any real information can be lost by this algorithm, all
the same entries will end up in the merged dir file, all the same info
files can be reached.  The only change will be the elimination of
(some) duplicates, as far as I can see.

Thanks,
k

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-07 15:51 Karl Berry
  2002-10-07 16:09 ` Stefan Monnier
  0 siblings, 1 reply; 94+ messages in thread
From: Karl Berry @ 2002-10-07 15:51 UTC (permalink / raw)
  Cc: keichwa, miles, teirllm, eliz, hattons, emacs-devel

    The usual reason, today, why there are manuals in multiple
    directories is because of incompatibilities between packages.
    In other words, it is an accident.

That is one reason.  But the main reason I personally have seen is not
accidental at all -- it is so sysadmins can keep locally installed
manuals separate from those installed with the system.  Otherwise, you
lose your local dir file entries when system upgrades are done.

Anyway, I'll work on changing standalone info to do the merging.
Hopefully someone here can fix info.el in emacs (which is far more
widely used).

Thanks,
k

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-07 15:51 Karl Berry
  2002-10-08 17:21 ` Richard Stallman
  0 siblings, 1 reply; 94+ messages in thread
From: Karl Berry @ 2002-10-07 15:51 UTC (permalink / raw)
  Cc: emacs-devel

    Here is an idea: follow the categories of the Free Software Directory.

    What do you think of that idea?  You won't have to make a table
    of your own.

I think that's a fine idea in principle, and I'll change the Texinfo
manual to recommend this.  Thanks.

Did you have in mind using just the top level categories, or categories
at any level?  It almost would seem that we want to replicate that whole
structure in the dir file, but dir files aren't set up to allow such a
thing right now.

BTW, browsing around http://www.gnu.org/directory/, I am pretty baffled
by some of the categorizations.  I would have never have guess that diff
would be under "word processing", for example (although I can see why in
retrospect, using an unusual definition of the phrase).

Also, basic programs like cp/ls/mv fit are not listed except under `All
GNU Packages'.  Seems like there should be a category for ... what
... File Manipulation?  And it almost seems to me like `Miscellaneous'
should not exist -- it's against the principle of organizing packages
usefully in the first place.

At any rate, it will still take a lot more time than I can commit to
find where existing manuals fit into those categories, contact manual
authors, get them to make the changes, etc.  Perhaps someone out there
would like to volunteer.

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-04 15:57 Karl Berry
  2002-10-05 16:33 ` Richard Stallman
  0 siblings, 1 reply; 94+ messages in thread
From: Karl Berry @ 2002-10-04 15:57 UTC (permalink / raw)


    Do you see the logic now?  

I see the logic.  However, it will take a substantial amount of time to
come up with better categories for all the many manuals out there,
contact their maintainers, follow up to make sure the changes are made,
etc.  Can you post a request for a volunteer to do this?  If I did it,
I'd have no time to do anything else :).  I'll add it to the Texinfo
TODO file, too.

Thanks,
karl

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-04 13:00 Karl Berry
  2002-10-04 15:04 ` Stefan Monnier
                   ` (2 more replies)
  0 siblings, 3 replies; 94+ messages in thread
From: Karl Berry @ 2002-10-04 13:00 UTC (permalink / raw)
  Cc: eliz, miles, teirllm, hattons, emacs-devel

    If there happen to be multiple Info directories already, it doesn't
    matter tremendously which on a new file is installed in, 

It doesn't matter from the point of view of info (which is a problem in
itself, as Karl E. points out), but it may matter very much from the
point of view of the sysadmin.

For example, I know of sites that install emacs 21.2 into
/tools/emacs-21.2, completely.  This can ease upgrades, etc.  If
configure went ahead and installed the emacs 21.2 info files into
/usr/local/info, that would defeat the purpose.

    The existence of several Info directories is not a disaster, but it is
    somewhat of a problem.

I disagree.  When several info directories exist, that is usually
exactly what the installer/sysadmin wants to have.  Trying to make
configure outguess the local sysadmin seems quite wrong (not to mention
impossible) to me.

In my view, the simple infodir=$(datarootdir)/info default we have now
is not broken, in any way.  Instead of changing that, I suggest (once
again) that we simply fix the dir merging as we have discussed so that
redundant entries are not included.  That is what gave rise to the
original bug report and all the ensuing discussion -- not the existence
of multiple dir files.

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-03 15:07 Karl Berry
  0 siblings, 0 replies; 94+ messages in thread
From: Karl Berry @ 2002-10-03 15:07 UTC (permalink / raw)
  Cc: miles, teirllm, eliz, hattons, emacs-devel

    This means that on a system which comes with an Info directory
    in /usr/info, our packages will by default not install into that
    directory.  I think that is somewhat of a problem.  Can we find
    a way to solve it?

Hmm.  I don't understand why it's a problem any more than it's a problem
for binaries.  If one downloads the emacs tar.gz and does configure &&
make && make install, the binaries don't end up in /usr/bin.  This is a
feature, not a bug.  Same for info files.

The configure system allows for installers to choose where to put the
installed files, using the options Eli mentioned, or other ways.  This
is good, because /usr/info is just one of dozens of existing site
configurations.  I still don't see what we gain by somehow making one
particular install directory for one particular file type a special case
... ?

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-02 13:36 Karl Berry
  2002-10-02 20:31 ` Eli Zaretskii
  0 siblings, 1 reply; 94+ messages in thread
From: Karl Berry @ 2002-10-02 13:36 UTC (permalink / raw)
  Cc: monnier+gnu/emacs, teirllm, hattons, emacs-devel

    > * Foo: (foo)bar.
    > * Foo: (foo)baz.

    Texinfo made such a change in the "makeinfo" entry 

Well, silly me :).  I still think, though, that to make the rules for
merging as straightforward as possible, we should not merge these.  But
if there's strong sentiment otherwise, I don't exist.

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-02 13:36 Karl Berry
  2002-10-03  0:32 ` Richard Stallman
  0 siblings, 1 reply; 94+ messages in thread
From: Karl Berry @ 2002-10-02 13:36 UTC (permalink / raw)
  Cc: eliz, hattons, emacs-devel

    Where is this list?

It is in the Texinfo manual.  Since I made up the list at the same time
we added the @dircategory/@direntry feature, I figured it would be
better to get some experience with it before trying to promulgate
anything too widely as a standard.

    Those don't seem like useful categories.  Useful categories relate to
    jobs the user wants to find out how to do.

Well, I think they do.  Here was my thinking: if the user is a
programmer, then they are looking for programming tools, or libraries,
or documentation.  If the user is using emacs, then they might look for
Emacs packages; and if they don't use emacs, they have no interest in
emacs packages.  (Pretend `GNU Emacs Lisp' is just `Emacs', which is
what you actually use.)  If the user is not a programmer, then they're
interested in all the "other" packages.

Since you don't like those, can you give some specific examples of
the broad categories that you would prefer, and how maintainers should
choose categories?

FYI, here is the real list from my system, including numerous categories
from various packages I've installed on my system, such as gettext,
lilypond, and a2ps.  So you can get a sense of what maintainers are
actually doing.  (`Individual utilities' is important; it has an entry
for each program like cp/rm/sort/etc.  This is so people can say "info
cp" or whatever and get something useful.  There's also an entry for the
general manual -- coreutils or whatever.)

GNU Packages
Texinfo documentation system
Printing Tools
GNU programming tools
Emacs
GNU Gettext Utilities
GNU programming support
GNU libraries
GNU programming documentation
GNU organization
GNU music project
TeX
DOS 
Other things
Individual utilities

Any advice gratefully received ...

k

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-02 13:36 Karl Berry
  2002-10-03  0:33 ` Richard Stallman
  0 siblings, 1 reply; 94+ messages in thread
From: Karl Berry @ 2002-10-02 13:36 UTC (permalink / raw)
  Cc: miles, teirllm, eliz, hattons, emacs-devel

    If we use $(datadir)/info, that will normally be
    /usr/local/share/info.

    Is that good?

In my opinion: Yes.  As I said, I strongly feel that $(infodir) should
depend on $(prefix) (via $(datadir) or $(datarootdir) or whatever), just
like everything else.  Not be hardwired to /usr/something.  I see many
disadvantages to hardwiring into /usr, and no advantages, as I discussed
in my last message.

Thanks,
karl

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-01 20:51 Karl Berry
  2002-10-02  4:45 ` Eli Zaretskii
  0 siblings, 1 reply; 94+ messages in thread
From: Karl Berry @ 2002-10-01 20:51 UTC (permalink / raw)
  Cc: eliz, teirllm, hattons, emacs-devel

    But note that `m Foo RET' will ignore the second one.

That's ok, since there are other ways of using it.
I think it makes the rules simpler not to merge them.

In practice, I don't think it matters, because I doubt there are any
such entries as these:
* Foo: (foo)bar.
* Foo: (foo)baz.
At least I've never seen any.  The preceding `Foo' is always different.

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-01 20:07 Karl Berry
  2002-10-01 20:15 ` Stefan Monnier
  2002-10-02  4:43 ` Eli Zaretskii
  0 siblings, 2 replies; 94+ messages in thread
From: Karl Berry @ 2002-10-01 20:07 UTC (permalink / raw)
  Cc: eliz, teirllm, hattons, emacs-devel

       * Foo: (foo)bar.     The GNU Foo program.
    vs
       * Foo: (foo)baz.  The One and Only GNU FooBar program.

No, these definitely should not be merged, IMHO.  bar != baz.

I agree, probably not to merge
* Foo: (foo)bar.
* Foobar: (foo)bar.
either.

However, I think these can be merged:
* Foo: (foo)bar.   GNU Foo.
* Foo: (foo)bar.   The one and only GNU Foo.
where only the commentary differs.  It's a judgement call, but personally I
think having one menu entry is better in this case, because it's fewer
entries in the dir file.  Most likely one or the other them will be the
older commentary, so why bother having it?

Finally, the most important (and most common) thing to merge would be
when everything is exactly the same:
* Foo: (foo)bar.   GNU Foo.
* Foo: (foo)bar.   GNU Foo.

That is the case that instigated the whole discussion.

Thanks,
karl

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-01 17:24 Karl Berry
  2002-10-01 18:18 ` Stefan Monnier
  0 siblings, 1 reply; 94+ messages in thread
From: Karl Berry @ 2002-10-01 17:24 UTC (permalink / raw)
  Cc: rms, eliz, hattons, emacs-devel

    How about changing makeinfo to complain when the specified dircategory
    is not among the few standard ones ?

I think that would be too frustrating -- the problem is that there is
more than a few.  I wouldn't want to prejudge a maintainer's decision on
what category to use.

    I suggest we change `Linux' to `GNU/Linux' 

Yes.  Actually I just removed that category some time ago.

    and change `GNU Emacs Lisp'
    to `GNU Emacs' (or maybe `Emacs' which is what Emacs uses).

Well, my thought was that the main `Emacs' entry could be in `GNU
packages', and then all the manuals for the elisp addons would be `GNU
Emacs Lisp'.  Then the main emacs entry is not lost in the welter of
other emacs-related entries.  But I'm certainly not going to insist,
whatever you think best.

     Also I don't understand the difference between
    `GNU programming tools' and `GNU programming documentation'.

GNU packages: programs that any user might use
GNU programming tools: programs that only programmers use
GNU programming documentation: related documentation for programmers

As in:

GNU programming documentation
* GDB internals: (gdbint).      Debugger internals.
* Ld internals: (ldint).        GNU linker internals.
* Source config: (cfg-paper).   Some theory on configuring source packages.
* Stabs: (stabs).               Symbol table debugging information format.

GNU programming tools
* As: (as).                     Assembler.
* Autoconf: (autoconf).         Create source code configuration scripts
* Binutils: (binutils).         ar/copy/objdump/nm/size/strip/ranlib.
* Bison: (bison).               LALR(1) parser generator.
* CVS: (cvs).                   Concurrent versions system for source control.
* Cpp: (cpp).		        The GNU C preprocessor.
...

I'll see if I can come up with some more concrete recommendations and
put them in the manual.

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-01 14:13 Karl Berry
  2002-10-02  4:07 ` Richard Stallman
  0 siblings, 1 reply; 94+ messages in thread
From: Karl Berry @ 2002-10-01 14:13 UTC (permalink / raw)


    /usr/share/info, I think -- it (1) makes sense [info files are `shareable']
    (2) is what debian and other gnu/linux systems seem to use.

Sorry, but I don't understand what we are discussing.

Surely the value for infodir should be the same in the emacs
distribution as it is in every other distribution -- namely
$(datarootdir)/info (or $(prefix)/info until datarootdir makes it into
autoconf).  And the default prefix should presumably be /usr/local for
emacs as it is for everything else.

Hopefully no one is really proposing hardwiring infodir as
/usr/share/info?!  Or making the default prefix be /usr?  That makes no
sense to me.

    If we want /usr/share/info ...

Why would we want this?  I am baffled.  What problem are we trying to
solve?  As far as I can see, everyone is happy already.  Packagers can
get what they want now (by setting prefix=/usr), so they are happy.  And
individual sysadmins can get what they want (by leaving prefix alone or
setting it to whatever their local site convention is), so they are
happy.

Am I missing something?

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-10-01 14:13 Karl Berry
  2002-10-01 14:41 ` Stefan Monnier
  2002-10-02  4:07 ` Richard Stallman
  0 siblings, 2 replies; 94+ messages in thread
From: Karl Berry @ 2002-10-01 14:13 UTC (permalink / raw)


    Would you like to develop a standard list of dircategory values?

Oh, I've been doing that since day 1, but that has little effect on what
people actually do in their texinfo files.  I write to various
maintainers about it when I have a chance, and they are usually
receptive, but it's a big job.

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-09-30 21:43 Karl Berry
  2002-10-01  4:40 ` Eli Zaretskii
  0 siblings, 1 reply; 94+ messages in thread
From: Karl Berry @ 2002-09-30 21:43 UTC (permalink / raw)
  Cc: teirllm, hattons, emacs-devel

    The hard question is which one to choose...

My suggestion would be, whichever is in the earlier dir file in the dir
path.  I mean, if the dir path is /dir1:/dir2, then use the entry from
/dir1/dir in preference to one from /dir2/dir.

I don't think it really makes much difference, at least in Luc's case
they were all 100% identical anyway.

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-09-30 14:12 Karl Berry
  2002-09-30 18:14 ` Eli Zaretskii
  2002-10-01  6:18 ` Richard Stallman
  0 siblings, 2 replies; 94+ messages in thread
From: Karl Berry @ 2002-09-30 14:12 UTC (permalink / raw)
  Cc: teirllm, eliz, hattons, emacs-devel

    Should Texinfo (and Emacs) install into /usr/share/info rather than /usr/info?

Well, all programs install into $(infodir)/dir as far as I know.
I don't see anything to change there.

Until now, the definition of $(infodir) has been $(prefix)/info, but 
I gather we now will prefer $(datadir)/info.

    Could Emacs be smarter about merging the various Info dir files?

The answer to that seems to be yes.  If there are two dir entries which
both refer to the same filename(node), as with `emacs' in this case, I
can't see much point in including them both in the merged dir file,
since they're going to end up at the same place.  This would have fixed
Luc's problem.

I can imagine various other new features, but nothing that really seems
worth it.

Another part of the problem is the plethora of dircategories that are in
use.  Both the packagers and the maintainers tend to make up a new
category at the drop of a hat, and this results in the same dir entries
being repeated over and over again.

Luc, can you please send a shar file (or whatever) with all the dir
files on your system, so we have something to work with?

Thanks,
karl

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-09-16 21:07 Karl Berry
  0 siblings, 0 replies; 94+ messages in thread
From: Karl Berry @ 2002-09-16 21:07 UTC (permalink / raw)
  Cc: hattons, emacs-devel

    Is this a recent change in install-info?

No.  In fact I think it was in your original code.

    Maybe the problem is because I am using Debian.

Sounds likely to me, since Debian does not use Texinfo's install-info,
as far as I know, but instead has its own completely separate program
called install-info.

    This could be a general rule--an item whose name equals the name of
    the section comes first in that section.

Makes sense.

Thanks,
karl

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-09-16  0:02 Karl Berry
  2002-09-16  1:41 ` Miles Bader
                   ` (2 more replies)
  0 siblings, 3 replies; 94+ messages in thread
From: Karl Berry @ 2002-09-16  0:02 UTC (permalink / raw)
  Cc: hattons, emacs-devel

    If each part of the menu were sorted alphabetically, would that help?
    We could make install-info do that.

It already does.  If we're talking about the Info dir file.

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Re: Emacs cvs newbie problems
@ 2002-09-14 20:40 Steven T. Hatton
  2002-09-14 21:12 ` Luc Teirlinck
  2002-09-15 15:16 ` Kai Großjohann
  0 siblings, 2 replies; 94+ messages in thread
From: Steven T. Hatton @ 2002-09-14 20:40 UTC (permalink / raw)


On Saturday 14 September 2002 02:40, Damien Elmes wrote:
> "Steven T. Hatton" <hattons@speakeasy.net> writes:
> > 'make bootstrap' puked on info/tramp:
>
> You need texinfo 4.2.

Yup! Thank's for the RE.  I actually figured that out after poking around in
the <info>.texi's.

I do have a follow-on:  Now that I have Emacs built, I am having problems
which seem to result from not having the correct packages installed.  I'm not
finding the documentation to be very helpful in determining what the
'standard' packages are, and how to install them.  Is there a cheat sheet for
this?  As it stands, I feel like I'm on an easter-egg hunt.

Yes, I know I'm spoiled! But that XEmacs feature *is* very nice.

-- STH

^ permalink raw reply	[flat|nested] 94+ messages in thread
* Emacs cvs newbie problems
@ 2002-09-14  6:20 Steven T. Hatton
  2002-09-14  6:40 ` Damien Elmes
  2002-09-15  1:50 ` Richard Stallman
  0 siblings, 2 replies; 94+ messages in thread
From: Steven T. Hatton @ 2002-09-14  6:20 UTC (permalink / raw)


I've been using XEmacs for several years now, but I'm finding there are a few 
features in (GNU) Emacs which I'm not finding in XEmacs.  I therefore wanted 
to take a look at the latest cvs snapshot.  I did what I consider a normal 
cvs checkout:

cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs co emacs

Whic was my best guess on the basis of the http://savana.gnu.org site.  I 
attempted to ./configure && make. This resulted in a message saying:
Essential Lisp files seem to be missing.  You should either
do `make bootstrap' or create `lisp/abbrev.elc' somehow.

'make bootstrap' puked on info/tramp: 

cd /download/org/gnu/emacs/emacs/man; makeinfo tramp.texi
tramp.texi:25: Unknown command `copying'.
tramp.texi:50: Unmatched `@end'.
makeinfo: Removing output file `../info/tramp' due to errors; use --force to 
preserve.
make[1]: *** [../info/tramp] Error 2
make[1]: Leaving directory `/download/org/gnu/emacs/emacs/man'
make: *** [info] Error 2

I then downloaded the latest stable tarball and that ./configured and made 
like a charm.  I'm sure I could snag the `lisp/abbrev.elc' from that build, 
but seems a whole lot like cheating.  Is the current cvs image makeable?

STH

^ permalink raw reply	[flat|nested] 94+ messages in thread

end of thread, other threads:[~2002-10-08 17:21 UTC | newest]

Thread overview: 94+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-01 14:13 Emacs cvs newbie problems Karl Berry
2002-10-01 18:16 ` Eli Zaretskii
2002-10-01 18:42   ` Stefan Monnier
2002-10-02  4:41     ` Eli Zaretskii
2002-10-02  4:07 ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2002-10-07 15:51 Karl Berry
2002-10-07 16:09 ` Stefan Monnier
2002-10-07 15:51 Karl Berry
2002-10-08 17:21 ` Richard Stallman
2002-10-04 15:57 Karl Berry
2002-10-05 16:33 ` Richard Stallman
2002-10-04 13:00 Karl Berry
2002-10-04 15:04 ` Stefan Monnier
2002-10-04 19:52 ` Eli Zaretskii
2002-10-05 16:33   ` Richard Stallman
2002-10-04 22:08 ` Richard Stallman
2002-10-04 22:28   ` Stefan Monnier
2002-10-06 16:14     ` Richard Stallman
2002-10-03 15:07 Karl Berry
2002-10-02 13:36 Karl Berry
2002-10-02 20:31 ` Eli Zaretskii
2002-10-02 13:36 Karl Berry
2002-10-03  0:32 ` Richard Stallman
2002-10-02 13:36 Karl Berry
2002-10-03  0:33 ` Richard Stallman
2002-10-03  4:31   ` Eli Zaretskii
2002-10-04  3:48     ` Richard Stallman
2002-10-04 10:05   ` Karl Eichwalder
2002-10-04 15:46     ` Richard Stallman
2002-10-04 18:28       ` Karl Eichwalder
2002-10-05 16:33         ` Richard Stallman
2002-10-04 19:51     ` Eli Zaretskii
2002-10-01 20:51 Karl Berry
2002-10-02  4:45 ` Eli Zaretskii
2002-10-01 20:07 Karl Berry
2002-10-01 20:15 ` Stefan Monnier
2002-10-02 19:23   ` Richard Stallman
2002-10-02  4:43 ` Eli Zaretskii
2002-10-01 17:24 Karl Berry
2002-10-01 18:18 ` Stefan Monnier
2002-10-01 14:13 Karl Berry
2002-10-02  4:07 ` Richard Stallman
2002-10-01 14:13 Karl Berry
2002-10-01 14:41 ` Stefan Monnier
2002-10-02  4:07   ` Richard Stallman
2002-10-02  4:07 ` Richard Stallman
2002-09-30 21:43 Karl Berry
2002-10-01  4:40 ` Eli Zaretskii
2002-09-30 14:12 Karl Berry
2002-09-30 18:14 ` Eli Zaretskii
2002-10-01  6:18 ` Richard Stallman
2002-09-16 21:07 Karl Berry
2002-09-16  0:02 Karl Berry
2002-09-16  1:41 ` Miles Bader
2002-09-16  2:14   ` Alan Shutko
2002-09-16  5:40     ` Rob Browning
2002-09-18 18:46       ` Eli Zaretskii
2002-09-16  1:51 ` Steven T. Hatton
2002-09-16 19:28 ` Richard Stallman
2002-09-18 18:44   ` Eli Zaretskii
2002-09-20  3:09     ` Luc Teirlinck
2002-09-20  4:45       ` Miles Bader
2002-09-20 18:42       ` Richard Stallman
2002-09-20 21:21         ` Eli Zaretskii
2002-09-20 21:28       ` Eli Zaretskii
2002-09-20 22:07         ` Luc Teirlinck
2002-09-20 22:41           ` Luc Teirlinck
2002-09-21  8:27           ` Eli Zaretskii
2002-09-21 19:39           ` Richard Stallman
2002-09-21 22:13             ` Luc Teirlinck
2002-09-22  4:49               ` Eli Zaretskii
2002-09-30  2:49               ` Richard Stallman
2002-09-30  3:40                 ` Luc Teirlinck
2002-09-30  5:32                   ` Eli Zaretskii
2002-10-01  6:17                   ` Richard Stallman
2002-10-01  7:49                     ` Miles Bader
2002-09-20 22:19         ` Luc Teirlinck
2002-09-14 20:40 Steven T. Hatton
2002-09-14 21:12 ` Luc Teirlinck
2002-09-14 22:11   ` Steven T. Hatton
2002-09-14 23:03     ` Luc Teirlinck
2002-09-15  1:24       ` Steven T. Hatton
2002-09-15  2:42         ` Luc Teirlinck
2002-09-15 11:13           ` Steven T. Hatton
2002-09-15 12:42         ` Miles Bader
2002-09-15 20:50         ` Richard Stallman
2002-09-15 20:50         ` Richard Stallman
2002-09-15  0:08     ` Luc Teirlinck
2002-09-15 20:50       ` Richard Stallman
2002-09-15 15:37     ` Luc Teirlinck
2002-09-15 15:16 ` Kai Großjohann
2002-09-14  6:20 Steven T. Hatton
2002-09-14  6:40 ` Damien Elmes
2002-09-15  1:50 ` Richard Stallman

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).