emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How does Emacs find the buffer for a file?


From: Eli Zaretskii
Subject: Re: How does Emacs find the buffer for a file?
Date: Sun, 16 Jun 2002 08:50:46 +0300 (IDT)

On Sat, 15 Jun 2002 address@hidden wrote:

> When you do C-x C-f /some/file RET, then Emacs runs
> insert-file-contents and puts the output in some buffer.  How does
> Emacs determine the buffer from the filename?

See buffer.c:Fget_file_buffer.  It is called by find-file-noselect, a 
subroutine of find-file.



reply via email to

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