From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.help Subject: Tags List buffer size Date: Wed, 05 Feb 2003 20:35:44 GMT Organization: Prodigy Internet http://www.prodigy.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044478033 14441 80.91.224.249 (5 Feb 2003 20:47:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 20:47:13 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gWK7-0003AI-00 for ; Wed, 05 Feb 2003 21:39:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gWLA-00066L-04 for gnu-help-gnu-emacs@m.gmane.org; Wed, 05 Feb 2003 15:40:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.cwix.com!prodigy.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr11.news.prodigy.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 Original-NNTP-Posting-Host: 216.62.199.3 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr11.news.prodigy.com 1044477344 ST000 216.62.199.3 (Wed, 05 Feb 2003 15:35:44 EST) Original-NNTP-Posting-Date: Wed, 05 Feb 2003 15:35:44 EST X-UserInfo1: FKPO@MONEJW[STT^BJJNOFXBBZ\LPCXLLBWLOOAFMAVNDQUBLNTC@AWZWDXZXQ[K\FFSKCVM@F_N_DOBWVWG__LG@VVOIPLIGX\\BU_B@\P\PFX\B[APHTWAHDCKJF^NHD[YJAZMCY_CWG[SX\Y]^KC\HSZRWSWKGAY_PC[BQ[BXAS\F\\@DMTLFZFUE@\VL Original-Xref: shelby.stanford.edu gnu.emacs.help:109843 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6348 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6348 Couple of questions regarding tags. I'm using ctags 5.23 with emacs 21.2 on winxp. First of all the tags are being created. find-tag works fine, as does tags-search. When I run tags-apropos , it creates a new buffer called *Tags List* running apropos mode. I would like to make it so this buffer isn't created taking up half the height of my emac's frame. Where can I adjust the height of this newly created buffer? I looked in the apropos group for a customization and didn't find it. Next, I was a bit disappointed that tags-apropos doesn't have a listing similar to grep's output which includes filename and linenumber. Does anyone know of any packages that can search the tags file and produce output similar to a grep (which goes to a compilation window I believe). I like the fact that with grep I can use next-error prev-error to cycle through without actually having to go to that buffer and hit enter, as well as the fact that the output has filename/linenumber included for each line. I would like the same thing for tags-apropos. Thanks in advance.