Function: idlwave-get-buffer-visiting

idlwave-get-buffer-visiting is a function alias for find-buffer-visiting, defined in files.el.gz.

This function is obsolete since 28.1; use find-buffer-visiting instead.

Signature

(idlwave-get-buffer-visiting FILENAME &optional PREDICATE)

Documentation

Return the buffer visiting file FILENAME (a string).

This is like get-file-buffer, except that it checks for any buffer visiting the same file, possibly under a different name.

If PREDICATE is non-nil, only buffers satisfying it are eligible, and others are ignored. PREDICATE is called with the buffer as the only argument, but not with the buffer as the current buffer.

Note that indirect buffers don't count as visiting files, and that therefore this function only ever returns base buffers.

If there is no such live buffer, return nil.

Aliases

idlwave-get-buffer-visiting (obsolete since 28.1) reftex-get-buffer-visiting (obsolete since 28.1)