From owner-freebsd-hackers Wed Dec 3 12:59:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA12459 for hackers-outgoing; Wed, 3 Dec 1997 12:59:55 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA12453 for ; Wed, 3 Dec 1997 12:59:51 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xdLtb-0004gt-00; Wed, 3 Dec 1997 13:59:47 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id NAA14152; Wed, 3 Dec 1997 13:59:32 -0700 (MST) Message-Id: <199712032059.NAA14152@harmony.village.org> To: Andrzej Bialecki Subject: Re: emacs core dumping on -current? Cc: "Jordan K. Hubbard" , freebsd-hackers@freebsd.org In-reply-to: Your message of "Wed, 03 Dec 1997 12:48:35 +0100." References: Date: Wed, 03 Dec 1997 13:59:32 -0700 From: Warner Losh Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message Andrzej Bialecki writes: : Once again, such situation makes me wonder why there isn't posssible to : somehow get ALL of the valid tags.... Perhaps it's possible, but noone : seems to know how to do it. cd /usr/src cvs log Makefile | more that will give you a fairly complete list of all the major tags. I've got to get that FAQ that jordan wants me to write done :-) Warner