help-gnu-emacs
[Top][All Lists]
Advanced

[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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]