From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Fwd: Loading ebrowse file yields warning Date: Sat, 13 Oct 2007 14:57:58 +0200 Message-ID: References: <0wve9jmm3s.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1192296069 8159 80.91.229.12 (13 Oct 2007 17:21:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Oct 2007 17:21:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 13 14:58:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IggZU-0003W9-2a for ged-emacs-devel@m.gmane.org; Sat, 13 Oct 2007 14:58:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IggZN-0000E2-9x for ged-emacs-devel@m.gmane.org; Sat, 13 Oct 2007 08:58:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IggZK-0000Cz-50 for emacs-devel@gnu.org; Sat, 13 Oct 2007 08:58:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IggZI-0000Bo-IJ for emacs-devel@gnu.org; Sat, 13 Oct 2007 08:58:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IggZI-0000Bl-GO for emacs-devel@gnu.org; Sat, 13 Oct 2007 08:58:12 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IggZF-0002Xq-7w; Sat, 13 Oct 2007 08:58:09 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-11-70.inter.net.il [80.230.11.70]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JCI26440 (AUTH halo1); Sat, 13 Oct 2007 14:57:45 +0200 (IST) In-reply-to: (message from Glenn Morris on Mon, 08 Oct 2007 03:06:30 -0400) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:80792 > From: Glenn Morris > Cc: emacs-devel@gnu.org > Date: Mon, 08 Oct 2007 03:06:30 -0400 > > Eli Zaretskii wrote: > > > Sorry, I don't understand the question. To use the C++ class browser, > > one starts by visiting the file BROWSE (created in advance, e.g., by > > running the `ebrowse' utility outside Emacs). When you visit that > > file, you get a buffer called "*Tree*" which visits that BROWSE file. > > There's no buffer named BROWSE (or at least I don't see one; am I > > missing something?). > > > > This is in contrast to tags tables, where the table is visited by a > > special buffer whose name is TAGS. > > I have no idea what I'm talking about, because I've never used > ebrowse; so I'll stop talking. The original report referred to a > BROWSE buffer: > > when loading a moderately large BROWSE file, the following warning is > issued: > > Warning (undo): Buffer `BROWSE' undo info was 3940435 bytes long. > The undo info was discarded because it exceeded `undo-outer-limit'. Okay, I see now: the buffer BROWSE exists for a short period of time until ebrowse.el generates a class tree from its information. Then this buffer is erased. > Recording of undo information should IMO be switched off in the BROWSE > buffer. A change was just installed to do this.