From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags` Date: Fri, 29 Dec 2006 17:58:31 -0500 Message-ID: References: <1166990491.2706.205.camel@localhost.localdomain> <1167158597.2706.224.camel@localhost.localdomain> <1167284920.2668.6.camel@localhost.localdomain> Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1167433187 29590 80.91.229.10 (29 Dec 2006 22:59:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Dec 2006 22:59:47 +0000 (UTC) Cc: pot@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 29 23:59:46 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1H0QhS-0001pr-VY for ged-emacs-devel@m.gmane.org; Fri, 29 Dec 2006 23:59:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0QhS-0008LB-K1 for ged-emacs-devel@m.gmane.org; Fri, 29 Dec 2006 17:59:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H0Qga-0007to-5D for emacs-devel@gnu.org; Fri, 29 Dec 2006 17:58:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H0QgZ-0007sn-EF for emacs-devel@gnu.org; Fri, 29 Dec 2006 17:58:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0QgZ-0007sS-1K for emacs-devel@gnu.org; Fri, 29 Dec 2006 17:58:47 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H0QgY-00063G-Bv for emacs-devel@gnu.org; Fri, 29 Dec 2006 17:58:46 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H0QgJ-0006j8-9F; Fri, 29 Dec 2006 17:58:31 -0500 Original-To: Don Mullis In-reply-to: <1167284920.2668.6.camel@localhost.localdomain> (message from Don Mullis on Wed, 27 Dec 2006 21:48:40 -0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64454 Archived-At: There is another inconvenience, one you may have noticed also -- upon visiting the TAGS file emacs complains about its size and requires confirmation before continuing. This is controlled by large-file-warning-threshold. It would be ok to create a separate such variable to apply to tags files only; visit-tags-table could bind large-file-warning-threshold to that other value.