Function: reftex-get-buffer-visiting

reftex-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

(reftex-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.

If there is no such live buffer, return nil.

Aliases

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