home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!uunet!not-for-mail
- From: kyle@rodan.UU.NET (Kyle Jones)
- Newsgroups: gnu.emacs.help
- Subject: Re: 2 Elisp questions
- Date: 30 Jul 1992 11:02:23 -0400
- Organization: UUNET Communications
- Lines: 9
- Message-ID: <15909vINNiml@rodan.UU.NET>
- References: <8eRCDdO00VpA4D6Rgt@andrew.cmu.edu>
- NNTP-Posting-Host: rodan.uu.net
-
- "Jonathan R. Ferro" <jf41+@andrew.cmu.edu> writes:
- > 1. Is there a better way to find out if a file is being visited?
- > Did I miss a function in the manual?
-
- Maybe get-file-buffer?
-
- get-file-buffer:
- Return the buffer visiting file FILENAME (a string).
- If there is no such buffer, nil is returned.
-