[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to hide TAGS buffers?
From: |
Kalle Olavi Niemitalo |
Subject: |
Re: How to hide TAGS buffers? |
Date: |
04 Jan 2001 10:35:00 +0200 |
Kevin Rodgers <kevinr@ihs.com> writes:
> (while (progn
> ad-do-it
> (and buffer-file-name
> (equal (file-name-nondirectory buffer-file-name)
> "TAGS")))
> t)
This could work, if it doesn't get caught in an infinite loop.
Is the `t' a style issue?
Also, what would be a good way to hide the TAGS buffers from the
buffer menu... perhaps kill their lines in `buffer-menu-mode-hook',
scanning for `buffer-name' text properties?
- How to hide TAGS buffers?, Kalle Olavi Niemitalo, 2001/01/02
- Message not available
- Re: How to hide TAGS buffers?,
Kalle Olavi Niemitalo <=