home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3566 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  633 b 

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